Difference between revisions of "Module Products (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m (Import interlang links (links to translated versions of this page in other languages) from Multi Language Manager table.)
 
(2 intermediate revisions by one other user not shown)
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_Produits_(développeur)]]
 +
[[es:Módulo_Productos_(desarrollador)]]
 +
<!-- END interlang links -->
 +
 
[[Category:Product]]
 
[[Category:Product]]
 
{{TemplateDocDevEn}}
 
{{TemplateDocDevEn}}
Line 28: Line 35:
 
* [[Table llx_product_price|llx_product_price]] Contains prices for different levels of customers.
 
* [[Table llx_product_price|llx_product_price]] Contains prices for different levels of customers.
 
* [[Table llx_product_stock|llx_product_stock]] Contains stocks of a product
 
* [[Table llx_product_stock|llx_product_stock]] Contains stocks of a product
* [[Table llx_product_batch|llx_product_batch]] Contains details of consumption by date / sale by date / batch number for product
+
* [[Table llx_product_batch|llx_product_batch]] Contains details of stock per lot/batch number
* [[Table llx_product_lot|llx_product_lot]] Contient les détails des propriétés d'un lot
+
* [[Table llx_product_lot|llx_product_lot]] Contains lots/batch and their properties. Lot/batch information in this table are never removed, even if stock become zero.

Latest revision as of 13:21, 23 July 2019

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