Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020930Openbravo ERP04. Warehouse managementpublic2012-07-05 10:112012-07-17 19:04
gorkaion 
gorkaion 
immediatecriticalalways
closedfixed 
20Gentoo
 
3.0MP13pi 
Core
No
0020930: During costing migration not all m_transaction_cost are populated
The costing migration initializes the cost of every transaction existing in the system. The transactionCost property of M_Transaction is correctly set but the related m_transactioncost entity no.
1. Load a not migrated instance with transactions.
2. Run the migration process.
3. Check that m_transaction records have a transactioncost not null but they don't have a related m_transaction_cost
No tags attached.
Issue History
2012-07-05 10:11gorkaionNew Issue
2012-07-05 10:11gorkaionAssigned To => gorkaion
2012-07-05 10:11gorkaionModules => Core
2012-07-16 12:03gorkaionStatusnew => scheduled
2012-07-16 12:03gorkaionfix_in_branch => pi
2012-07-16 12:03gorkaionStatusscheduled => resolved
2012-07-16 12:03gorkaionFixed in SCM revision => https://code.openbravo.com/erp/devel/pi/rev/541d869d34e4 [^]
2012-07-16 12:03gorkaionResolutionopen => fixed
2012-07-17 10:46naiaramartinezNote Added: 0050648
2012-07-17 19:04dmiguelezNote Added: 0050688
2012-07-17 19:04dmiguelezStatusresolved => closed
2012-07-17 19:04dmiguelezFixed in Version => pi

Notes
(0050648)
naiaramartinez   
2012-07-17 10:46   
Test Plan:
  Load a not migrated instance with transactions.
  Run migration process.
  Check that there is no record in m_transaction where iscostcalculated='Y' and transactioncost null. Moreover for each m_transaction with iscostcalculated='Y' has to exist at least a line in m_transcation_cost.
(0050688)
dmiguelez   
2012-07-17 19:04   
Code Review + Testing OK