Difference between revisions of "Module Categories (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
= Features =
 
= Features =
 
The category module add a way to classify customers third parties, suppliers third parties and products in one or several categories.
 
The category module add a way to classify customers third parties, suppliers third parties and products in one or several categories.
 +
 +
hi admin, I recently found this web page from ask.com and read many of your several other posts. They are amazing. Pleasee continue this great work!!! Sincerely, =-=
  
 
= Entity Category =
 
= Entity Category =

Revision as of 17:10, 15 May 2012

Category
Numero/ID of module 1780
User doc. of module 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.

hi admin, I recently found this web page from ask.com and read many of your several other posts. They are amazing. Pleasee continue this great work!!! Sincerely, =-=

Entity Category

The PHP class to use to manipulate such object is file htdocs/categories/class/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