Commit Graph

7 Commits

Author SHA1 Message Date
Carlos Ruiz 5bc1dae184 IDEMPIERE-1370 Circular Reference in Product Info when a bom product is referenced to itself and its price-lists prices are set to zero
Thorough review of the BOM verification process:
1 - changed the three BOMprice functions to not take into account unverified BOMs
2 - fixed four BOMQty functions to point to correct BOM structures
3 - dropped from DB unused BOMQty*ASI functions and deprecated M_Product_BOM_Check.java class
4 - Verify BOMs process inactivated (pointing to unused structures)
5 - set default and displaylogic for process parameters of Verify BOM Structure
6 - set product verified flag as readonly to allow modification just via process verify BOM
7 - BOM products are marked as not verified when lines are changed or last line deleted
2013-09-19 21:52:10 -05:00
Heng Sin Low 74bec39467 make compatible with postgresql 8.2 2008-11-24 22:24:32 +00:00
vpj-cd 4b9e4d3db9 Migration from pl/java to native function postgreSQL 2008-10-29 20:28:55 +00:00
Heng Sin Low 7bbcd19503 [ 1780765 ] MProductPricing.calculatePL 2007-08-24 07:02:10 +00:00
kontro e4f56664c3 Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
Some optimizations and simple testing script for BOM_PriceXXX.sql scripts.
2007-01-30 09:02:08 +00:00
kontro 1150fe5a43 Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
- Converts integers in BOM_PriceLimit -function to NUMERIC. (See. R1269)
- Adds short comment line
2007-01-29 08:18:28 +00:00
kontro 2e569175f9 Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
Functions from org.compiere.sql.Product

Warning: Untested and badly documented.
2006-12-28 19:17:31 +00:00