Skip to content

Commit

Permalink
Update llx_product.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 29, 2018
1 parent 03fe0d6 commit 6d796cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/mysql/tables/llx_product.sql
Expand Up @@ -85,7 +85,7 @@ create table llx_product
pmp double(24,8) DEFAULT 0 NOT NULL, -- To store valuation of stock calculated using average price method, for this product
fifo double(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.
lifo double(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.
fk_default_warehouse int(11) DEFAULT NULL,
fk_default_warehouse integer DEFAULT NULL,
canvas varchar(32) DEFAULT NULL,
finished tinyint DEFAULT NULL, -- 1=manufactured product, 0=matiere premiere
hidden tinyint DEFAULT 0, -- Not used. Deprecated.
Expand Down

0 comments on commit 6d796cf

Please sign in to comment.