Difference between revisions of "Module Categories (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m
m (Import interlang links (links to translated versions of this page in other languages) from Multi Language Manager table.)
Line 1: Line 1:
 +
<!-- BEGIN origin interlang links -->
 +
<!-- You can edit this section but do NOT remove these comments
 +
    Links below will be automatically replicated on translated pages by PolyglotBot -->
 +
[[fr:Module_Catégories_(développeur)]]
 +
[[es:Módulo_Categorías_(desarrollador)]]
 +
<!-- END interlang links -->
 +
 
[[Category:Categories]]
 
[[Category:Categories]]
 
{{TemplateDocDevEn}}
 
{{TemplateDocDevEn}}

Revision as of 13:20, 23 July 2019

Category
Numero/ID of module 1780
User doc. of module Module Categories
Developer doc. of module This page

Features

The category module adds a way to classify customer third parties, supplier third parties and products in one or multiple categories.

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