Difference between revisions of "Module Projects (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
Line 9: Line 9:
  
 
= Feature =
 
= 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|commercial proposals]], [[Customers_Orders|customers orders]] or [[Customers_Invoices|customers invoices]]).
+
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 =
 
= Entity Project =

Revision as of 13:28, 8 December 2016

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