Difference between revisions of "Module Categories (developer)"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
[[Category:Categories]] | [[Category:Categories]] | ||
+ | {{ToTranslate}} | ||
{{BasculeDevUserEn| | {{BasculeDevUserEn| | ||
name=Category| | name=Category| | ||
Line 5: | Line 6: | ||
userdoc=[[Categories]]|}} | userdoc=[[Categories]]|}} | ||
{{TemplateDocDevEn}} | {{TemplateDocDevEn}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | = 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 a category object is ''htdocs/categories/categorie.class.php''. | ||
+ | It contains majors CRUD methods to create, read update and delete a category. | ||
− | + | = Permissions = | |
* ->categorie->lire | * ->categorie->lire | ||
* ->categorie->creer | * ->categorie->creer | ||
Line 25: | Line 22: | ||
* ->categorie->voir | * ->categorie->voir | ||
− | + | = Tables SQL = | |
− | * [[Table llx categorie|llx categorie]] | + | * [[Table llx categorie|llx categorie]] Contains different categories for different "objects" of Dolibarr (suppliers, customers, products, ...) |
* [[Table llx categorie association|llx categorie association]] | * [[Table llx categorie association|llx categorie association]] |
Revision as of 09:13, 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 a category object is htdocs/categories/categorie.class.php. It contains majors CRUD methods to create, read update and delete a category.
Permissions
- ->categorie->lire
- ->categorie->creer
- ->categorie->supprimer
- ->categorie->voir
Tables SQL
- llx categorie Contains different categories for different "objects" of Dolibarr (suppliers, customers, products, ...)
- llx categorie association