Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0032036 | Openbravo ERP | 04. Warehouse management | public | 2016-01-28 10:38 | 2016-02-09 16:50 | |||||||
Reporter | aferraz | |||||||||||
Assigned To | aferraz | |||||||||||
Priority | immediate | Severity | major | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | 3.0PR16Q2 | Fixed in Version | ||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | dmiguelez | |||||||||||
OBNetwork customer | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0032036: API Change Request: Change m_transaction_trg to avoid execute m_update_inventory when costing related columns are updated | |||||||||||
Description | Related to issue 0031772: m_transaction_trg should be changed in order to execute m_update_inventory when we are updating a m_transaction record, only in case we are updating any column not related to costing. This is necessary when validating a new costing rule and we have many old transactions with no cost calculated which need to be updated with zero cost. In this case, we do not need to call m_update_inventory when m_transaction_trg is executed. M_Transaction table has following columns: -M_Transaction_ID -AD_Client_ID -AD_Org_ID -IsActive -Created -CreatedBy -Updated -UpdatedBy -MovementType -M_Locator_ID -M_Product_ID -MovementDate -MovementQty -M_InventoryLine_ID -M_MovementLine_ID -M_InOutLine_ID -M_ProductionLine_ID -C_ProjectIssue_ID -M_AttributeSetInstance_ID -QuantityOrder -M_Product_Uom_Id -C_UOM_ID -IsCostPermanent -C_Currency_ID -M_Internal_Consumptionline_ID -Checkpricedifference -Manualcostadjustment -TransactionCost -TrxProcessDate -M_Costing_Algorithm_ID -IsCostCalculated -Isprocessed -Checkreservedqty -Costing_Status M_Update_Inventory will only be executed in case we are updating any of following columns: -M_Transaction_ID -AD_Client_ID -AD_Org_ID -IsActive -MovementType -M_Locator_ID -M_Product_ID -MovementDate -MovementQty -M_InventoryLine_ID -M_MovementLine_ID -M_InOutLine_ID -M_ProductionLine_ID -C_ProjectIssue_ID -M_AttributeSetInstance_ID -QuantityOrder -M_Product_Uom_Id -C_UOM_ID -M_Internal_Consumptionline_ID -TrxProcessDate -Checkreservedqty The risk is minor as it only affects customizations which add new columns in M_Transaction table which need to update M_Storage_Detail table in case they are updated. In this case, new customized trigger should be created to extend m_transaction_trg functionality and call m_inventory_update in case custom columns are updated. | |||||||||||
Steps To Reproduce | N/A | |||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | Approved | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2016-01-28 10:38 | aferraz | New Issue | ||||||||||
2016-01-28 10:38 | aferraz | Assigned To | => dmitry_mezentsev | |||||||||
2016-01-28 10:38 | aferraz | Modules | => Core | |||||||||
2016-01-28 10:38 | aferraz | Triggers an Emergency Pack | => No | |||||||||
2016-01-28 10:41 | aferraz | Relationship added | blocks 0031772 | |||||||||
2016-01-29 14:41 | dmitry_mezentsev | Tag Attached: Approved | ||||||||||
2016-01-29 14:41 | dmitry_mezentsev | Assigned To | dmitry_mezentsev => aferraz | |||||||||
2016-02-09 16:49 | dmiguelez | Status | new => scheduled | |||||||||
2016-02-09 16:50 | dmiguelez | Note Added: 0084057 | ||||||||||
2016-02-09 16:50 | dmiguelez | Status | scheduled => resolved | |||||||||
2016-02-09 16:50 | dmiguelez | Fixed in SCM revision | => https://issues.openbravo.com/view.php?id=31876 [^] | |||||||||
2016-02-09 16:50 | dmiguelez | Resolution | open => fixed | |||||||||
2016-02-09 16:50 | dmiguelez | Review Assigned To | => dmiguelez | |||||||||
2016-02-09 16:50 | dmiguelez | Note Added: 0084058 | ||||||||||
2016-02-09 16:50 | dmiguelez | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|