Difference between revisions of "Module Products (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
= Entity Product =
 
= Entity Product =
 
{{TemplateDocDevEntityEn|
 
{{TemplateDocDevEntityEn|
class=htdocs/product.class.php}}
+
class=htdocs/product/class/product.class.php}}
  
 
= Permissions =
 
= Permissions =

Revision as of 14:20, 29 September 2010

Products
Numero/ID of module 50
User doc. of module Module Products
Developer doc. of module This page

Feature

The Product module allows you to manage a catalog of predefined products.

Entity Product

The PHP class to use to manipulate such object is file htdocs/product/class/product.class.php.

It contains CRUD methods to create (C), read (R), update (U) and delete (D) this object.

Permissions

  • ->produit->lire
  • ->produit->creer
  • ->produit->commander
  • ->produit->supprimer
  • ->produit->export

Tables SQL