Copyright © 2012, - 2014 Macrotone Consulting Ltd, All rights reserved.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found on-line at http://www.gnu.org/licenses/fdl.html.
November 2014
Revision History | ||
---|---|---|
Revision 1.6.5 | November 2014 | Geoffrey S. Chapman |
Abstract
This book covers the use of the Macrotone Issue Tracker component which allows you to control issues or problem reports on your Joomla!™-powered web sites.
Table of Contents
- Preface
- I. Macrotone Issue Tracker
- 1. Overview
- 2. Design
- Planning and Analysis
- Cron tasks
- Command Line Alternative
- Cron Basics
- Automatic creation and update of issue via email.
- Custom Fields
- Progress History
- Issue Reports
- Multi-Lingual support
- Import/Export Facility
- Alternative Alias identifiers
- Ability to associate types with projects.
- New Create Issue Button on List Views.
- SMS Integration
- Front End Download of Attachments
- 3. Database Design
- Designing the Database Objects
- Database Objects - Procedures, Views, Triggers
- Data Model
- Projects Table
- People Table
- Issues Table
- Progress Table
- Attachments Table
- Priorities Table
- Roles Table
- Status Table
- Issue Types Table
- Email Types Table
- Issue Log Table
- Change History Table
- Triggers Table
- Custom Field Table
- Custom Field Group Table
- Meta Data Table
- Implementing Database Objects
- 4. CSS Styling
- 5. Helper Classes
- II. Appendices
List of Figures
List of Tables
- 3.1. Projects table description
- 3.2. People table description
- 3.3. Issues table description
- 3.4. Progress table description
- 3.5. Attachments table description
- 3.6. Priorities table description
- 3.7. Roles table description
- 3.8. Status table description
- 3.9. Issue Types table description
- 3.10. Email types table description
- 3.11. Message types description
- 3.12. Log table description
- 3.13. Change History table description
- 3.14. Triggers table description
- 3.15. Custom Field table description
- 3.16. Custom Field Group table description
- 3.17. Meta data component table description