Difference between revisions of "Module Projects (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m (Import interlang links (links to translated versions of this page in other languages) from Multi Language Manager table.)
 
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}}
 
{{TemplateDocDevEn}}

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