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}}
+
{{TemplateModEN Developer}}
{{BasculeDevUserEn|
{{BasculeDevUserEn|
−
name=Products|
+
name=Products|
+
num=50|
devdoc=This page|
devdoc=This page|
−
userdoc=[[Products]]|}}
+
userdoc=[[Module Products]]|}}
= 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.
−
−
''Number : 50''
= Entity Product =
= Entity Product =
{{TemplateDocDevEntityEn|
{{TemplateDocDevEntityEn|
−
class=htdocs/product.class.php}}
+
class=htdocs/product/class/product.class.php}}
= Permissions =
= Permissions =
Line 24:
Line 31:
= Tables SQL =
= Tables SQL =
* [[Table llx_product|llx_product]] Contains products and services
* [[Table llx_product|llx_product]] Contains products and services
−
* [[Table llx product fournisseur|llx product fournisseur]] Contains links between products and suppliers
+
* [[Table llx_product_fournisseur_price|llx_product_fournisseur_price]] Contains prices proposed by suppliers for a product
−
* [[Table llx product fournisseur price|llx product fournisseur price]] Contains prices proposed by suppliers for a product
+
* [[Table llx_product_fournisseur_price_log|llx_product_fournisseur_price_log]] Contains historic of change for supplierss prices
−
* [[Table llx product fournisseur price log|llx product fournisseur price log]] Contains historic of change for supplierss prices
+
* [[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 stock per lot/batch number
+
* [[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.