Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0032676Openbravo ERP04. Warehouse managementpublic2016-04-15 11:182016-04-15 11:18
aferraz 
Triage Omni WMS 
normalmajoralways
newopen 
30Professional Appliance
 
 
Core
No
0032676: It would be nice to have a process to calculate old cumqty values in m_coting table
In issue 0032504 m_costing cumqty column will be recreated to initialize it with null values, in order to make sure it is correctly calculated starting from this point (in the past this column was not used but starting from 0032504 it will).

It would be nice to have a process to calculate old cumqty values setted as null and update them with the correct value.

The same could be done with cumcost column created while fixing issue 0032504.
Execute the following query and realize there are some m_costing records with null value in cumqty column:
select count(1) from m_costing where cumqty is null;

Execute the following query and realize there are some m_costing records with null value in cumcost column:
select count(1) from m_costing where cumcost is null;
No tags attached.
depends on defect 00325043.0PR16Q3 closed aferraz Huge performance problem in the costing background process and using the Negative stock correction too 
Issue History
2016-04-15 11:18aferrazNew Issue
2016-04-15 11:18aferrazAssigned To => Triage Finance
2016-04-15 11:18aferrazModules => Core
2016-04-15 11:18aferrazTriggers an Emergency Pack => No
2016-04-15 11:18aferrazRelationship addeddepends on 0032504

There are no notes attached to this issue.