Difference between revisions of "Module Categories (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m
Line 12: Line 12:
  
 
= Entity Category =
 
= Entity Category =
The PHP class to use to manipulate a category object is ''htdocs/categories/categorie.class.php''.
+
{{TemplateDocDevEntityEn|
It contains majors CRUD methods to create, read update and delete a category.
+
class=htdocs/categories/categorie.class.php}}
  
 
= Permissions =
 
= Permissions =

Revision as of 09:29, 5 August 2009

Category
Numero/ID of module {{{num}}}
User doc. of module Categories
Developer doc. of module This page

Features

The category module add a way to classify customers third parties, suppliers third parties and products in one or several categories.

Number : 1780

Entity Category

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

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

Permissions

  • ->categorie->lire
  • ->categorie->creer
  • ->categorie->supprimer
  • ->categorie->voir

Tables SQL