Difference between revisions of "Module Projects (developer)"
Jump to navigation
Jump to search
(New page: Category:Project {{ToTranslate}} {{BasculeDevUserEn| name=Projects| devdoc=This page| userdoc=Projects|}} {{TemplateDocDevEn}} == Fonction == == Entité == == Permissions == =...) |
PolyglotBot (talk | contribs) m (Import interlang links (links to translated versions of this page in other languages) from Multi Language Manager table.) |
||
(17 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- BEGIN origin interlang links --> | ||
+ | <!-- You can edit this section but do NOT remove these comments | ||
+ | Links below will be automatically replicated on translated pages by PolyglotBot --> | ||
+ | [[fr:Module_Projets_(développeur)]] | ||
+ | [[es:Módulo_Proyectos_(desarrollador)]] | ||
+ | <!-- END interlang links --> | ||
+ | |||
[[Category:Project]] | [[Category:Project]] | ||
− | {{ | + | {{TemplateDocDevEn}} |
+ | {{TemplateModEN Developer}} | ||
{{BasculeDevUserEn| | {{BasculeDevUserEn| | ||
− | name=Projects| | + | name=Projects| |
+ | num=400| | ||
devdoc=This page| | devdoc=This page| | ||
− | userdoc=[[Projects]]| | + | userdoc=[[Module Projects]]|}} |
− | |||
− | == | + | = Feature = |
+ | The Project module allows you to manage tasks and time consumed on tasks. You can also link Dolibarr entities to a project (like [[Commercial_Proposals|commercial proposals]], [[Customers_Orders|customers orders]] or [[Customers_Invoices|customers invoices]]). | ||
− | == | + | = Entity Project = |
+ | {{TemplateDocDevEntityEn| | ||
+ | class=htdocs/projet/class/project.class.php}} | ||
− | + | = Permissions = | |
+ | *->project->lire | ||
+ | *->project->creer | ||
+ | *->project->supprimer | ||
− | + | = Tables SQL = | |
+ | * [[Table llx projet|llx projet]] Contains projects | ||
+ | * [[Table llx projet_task|llx projet_task]] Contains tasks | ||
+ | * [[Table llx projet_task_time|llx projet_task_time]] Contains time consumed on tasks | ||
+ | * [[Table_llx_element_contact|llx_element_contact ]] Tells which tasks is affected to which user or contact | ||
+ | * [[Table llx projet_task_actors|llx projet_task_actors]] is deprecated, replaced by [[Table_llx_element_contact|llx_element_contact ]] |
Latest revision as of 13:21, 23 July 2019
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 consumed on tasks. You can also link Dolibarr entities to a project (like commercial proposals, 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_element_contact Tells which tasks is affected to which user or contact
- llx projet_task_actors is deprecated, replaced by llx_element_contact