This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation.

Difference between revisions of "Developer manual"

From Group-Office Groupware and CRM Documentation
Jump to: navigation, search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
#[[Coding Guidelines]]
 
#[[Subversion|Subversion]]
 
#[[Subversion|Subversion]]
 
#[[Creating a module]]
 
#[[Creating a module]]
 
#[[ActiveRecord models]]
 
#[[ActiveRecord models]]
 +
#[[Controllers]]
 
#[[Scheduled task with checker]]
 
#[[Scheduled task with checker]]
 
#[[Translate Group-Office]]
 
#[[Translate Group-Office]]
 
#[[Customizations]]
 
#[[Customizations]]
 +
#[[Setup Site Module (CMS)]]
 
#[[Custom Fields]]
 
#[[Custom Fields]]
 
#[[Event handling]]
 
#[[Event handling]]
Line 10: Line 13:
 
#[[Using the e-mail composer in your module]]
 
#[[Using the e-mail composer in your module]]
 
#[[Calling functions with a URL]]
 
#[[Calling functions with a URL]]
 +
#[[Extending settings with your own module]]
 +
#[[API calls]]
 +
#[[CORS]]

Latest revision as of 16:11, 27 November 2013

  1. Coding Guidelines
  2. Subversion
  3. Creating a module
  4. ActiveRecord models
  5. Controllers
  6. Scheduled task with checker
  7. Translate Group-Office
  8. Customizations
  9. Setup Site Module (CMS)
  10. Custom Fields
  11. Event handling
  12. Exporting to PDF or CSV
  13. Using the e-mail composer in your module
  14. Calling functions with a URL
  15. Extending settings with your own module
  16. API calls
  17. CORS