Difference between revisions of "Module Projects (developer)"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[Category:Project]] | [[Category:Project]] | ||
{{TemplateDocDevEn}} | {{TemplateDocDevEn}} | ||
− | {{TemplateModEN}} | + | {{TemplateModEN Developer}} |
{{BasculeDevUserEn| | {{BasculeDevUserEn| | ||
name=Projects| | name=Projects| |
Revision as of 16:00, 1 June 2012
Projects | |
---|---|
Numero/ID of module | 400 |
User doc. of module | Module Projects |
Developer doc. of module | This page |
Feature
The Project module allows you to manage tasks and time consuming on tasks. You can also link Dolibarr entities to a project (like commercial proposals, des customers orders or customers invoices).
Entity Project
The PHP class to use to manipulate such object is file htdocs/projet/class/project.class.php.
It contains CRUD methods to create (C), read (R), update (U) and delete (D) this object.
Permissions
- ->project->lire
- ->project->creer
- ->project->supprimer
Tables SQL
- llx projet Contains projects
- llx projet_task Contains tasks
- llx projet_task_time Contains time consumed on tasks
- llx projet_task_actors Tell which tasks is affected to which user