|
From: Si C. <si...@gr...> - 2007-03-05 17:42:35
|
Author: sichen Date: 2007-03-05 09:42:14 -0800 (Mon, 05 Mar 2007) New Revision: 60 Modified: versions/0.9/trunk/script/mysql/importBOMExample.sql Log: Added note about initiailizing BOM low level code after importing BOMs Modified: versions/0.9/trunk/script/mysql/importBOMExample.sql =================================================================== --- versions/0.9/trunk/script/mysql/importBOMExample.sql 2007-02-19 18:43:41 UTC (rev 59) +++ versions/0.9/trunk/script/mysql/importBOMExample.sql 2007-03-05 17:42:14 UTC (rev 60) @@ -1,5 +1,6 @@ --This is a simple example of importing a Bill of Materials. The products must have already been imported with product imports --and the BOM file basically has productId, productIdTo, and quantity. I +--NOTE: after you import a BOM this way, you must run the service "initLowLevelCode" to set the Product.billOfMaterialsLevel. load data local infile '' |