On Saturday, March 29 from 8:00 AM to 9:00 AM, we will be performing an upgrade of the GitLab system. During that time, GitLab and git services on git.unl.edu may be unavailable.
onportaltinyintDEFAULT0,-- If it is a product you sell and you want to sell it on portal (module website must be on)
tobatchtinyintDEFAULT0NOTNULL,-- Is it a product that need a batch or eat-by management
tobatchtinyintDEFAULT0NOTNULL,-- Is it a product that need a batch management (eat-by or lot management)
fk_product_typeintegerDEFAULT0,-- Type of product: 0 for regular product, 1 for service, 9 for other (used by external module)
durationvarchar(6),
seuil_stock_alerteintegerDEFAULT0,
...
...
@@ -81,8 +81,8 @@ create table llx_product
volume_unitstinyintDEFAULTNULL,
stockreal,-- Current physical stock (dernormalized field)
pmpdouble(24,8)DEFAULT0NOTNULL,-- To store valuation of stock calculated using average price method, for this product
fifodouble(24,8),-- To store valuation of stock calculated using fifo method, for this product
lifodouble(24,8),-- To store valuation of stock calculated using lifo method, for this product
fifodouble(24,8),-- To store valuation of stock calculated using fifo method, for this product. TODO Not used, should be replaced by stock value stored into movement table.
lifodouble(24,8),-- To store valuation of stock calculated using lifo method, for this product. TODO Not used, should be replaced by stock value stored into movement table.