Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||
View Issue Details | |||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||
0024483 | Openbravo ERP | 04. Warehouse management | public | 2013-08-05 13:39 | 2014-06-10 14:23 | ||||||||||||||
Reporter | VictorVillar | ||||||||||||||||||
Assigned To | jonalegriaesarte | ||||||||||||||||||
Priority | urgent | Severity | major | Reproducibility | always | ||||||||||||||
Status | closed | Resolution | invalid | ||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||
Product Version | pi | ||||||||||||||||||
Target Version | Fixed in Version | ||||||||||||||||||
Merge Request Status | |||||||||||||||||||
Review Assigned To | gorkaion | ||||||||||||||||||
OBNetwork customer | OBPS | ||||||||||||||||||
Web browser | |||||||||||||||||||
Modules | Core | ||||||||||||||||||
Support ticket | 22607 | ||||||||||||||||||
Regression level | |||||||||||||||||||
Regression date | |||||||||||||||||||
Regression introduced in release | |||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||
Summary | 0024483: The transactions accounting date should be the one used to find the transaction cost in the Valued Stock Report | ||||||||||||||||||
Description | The transactions accounting date should be the one used to find the transaction cost in the Valued Stock Report | ||||||||||||||||||
Steps To Reproduce | The transactions accounting date should be the one used to find the transaction cost in the Valued Stock Report. As you can check in the ReportValuationStock_data.xsql --> currently the costdate column in the m_transaction_cost table is the transactionprocessdate of the m_transaction ........ LEFT JOIN M_INOUT io ON iol.M_INOUT_ID = io.M_INOUT_ID " + " LEFT JOIN (SELECT sum(cost) AS trxcost, m_transaction_id, c_currency_id" + " FROM M_TRANSACTION_COST" + " WHERE costdate < to_date(?)" + " GROUP BY m_transaction_id, c_currency_id) tc ON trx.m_transaction_id = tc.m_transaction_id" + " WHERE trx.MOVEMENTDATE < to_date(?)" + ........ | ||||||||||||||||||
Proposed Solution | Create a new column in the m_transaction_cost table that should be the accounting date of the transaction. Then, this column should be used to recover the cost where necessary. For instance, the Valued Stock Report | ||||||||||||||||||
Additional Information | |||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||
Relationships |
| ||||||||||||||||||
Attached Files | |||||||||||||||||||
Issue History | |||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||
2013-08-05 13:39 | VictorVillar | New Issue | |||||||||||||||||
2013-08-05 13:39 | VictorVillar | Assigned To | => dmiguelez | ||||||||||||||||
2013-08-05 13:39 | VictorVillar | Modules | => Core | ||||||||||||||||
2013-08-05 13:39 | VictorVillar | OBNetwork customer | => Yes | ||||||||||||||||
2013-08-05 13:39 | VictorVillar | Support ticket | => 22607 | ||||||||||||||||
2013-08-05 13:39 | VictorVillar | Triggers an Emergency Pack | => No | ||||||||||||||||
2013-08-05 13:39 | VictorVillar | Issue Monitored: networkb | |||||||||||||||||
2013-12-16 09:35 | VictorVillar | Assigned To | dmiguelez => jonalegriaesarte | ||||||||||||||||
2014-01-02 17:51 | jonalegriaesarte | Note Added: 0063215 | |||||||||||||||||
2014-01-02 17:51 | jonalegriaesarte | Type | design defect => feature request | ||||||||||||||||
2014-05-12 14:24 | ngarcia | Issue Monitored: ngarcia | |||||||||||||||||
2014-05-13 09:46 | ngarcia | Relationship added | related to 0024285 | ||||||||||||||||
2014-06-10 14:23 | VictorVillar | Review Assigned To | => gorkaion | ||||||||||||||||
2014-06-10 14:23 | VictorVillar | Note Added: 0067846 | |||||||||||||||||
2014-06-10 14:23 | VictorVillar | Status | new => closed | ||||||||||||||||
2014-06-10 14:23 | VictorVillar | Resolution | open => invalid | ||||||||||||||||
2014-06-10 15:03 | VictorVillar | Relationship added | related to 0026823 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|