Difference between revisions of "Module Products (developer)"
Jump to navigation
Jump to search
m |
m |
||
Line 2: | Line 2: | ||
{{TemplateDocDevEn}} | {{TemplateDocDevEn}} | ||
{{BasculeDevUserEn| | {{BasculeDevUserEn| | ||
− | name=Products| | + | name=Products| |
+ | num=50| | ||
devdoc=This page| | devdoc=This page| | ||
userdoc=[[Module Products]]|}} | userdoc=[[Module Products]]|}} | ||
Line 8: | Line 9: | ||
= Feature = | = Feature = | ||
The Product module allows you to manage a catalog of predefined products. | The Product module allows you to manage a catalog of predefined products. | ||
− | |||
− | |||
= Entity Product = | = Entity Product = |
Revision as of 15:27, 7 November 2009
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.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
- llx_product Contains products and services
- llx product fournisseur Contains links between products and suppliers
- llx product fournisseur price Contains prices proposed by suppliers for a product
- llx product fournisseur price log Contains historic of change for supplierss prices
- llx product price Contains prices for different levels of customers.
- llx_product_stock Contains stocks of a product