Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0024483 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Openbravo ERP] 04. Warehouse management | major | always | 2013-08-05 13:39 | 2014-06-10 14:23 | |||
Reporter | VictorVillar | View Status | public | |||||
Assigned To | jonalegriaesarte | |||||||
Priority | urgent | Resolution | invalid | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||||||||
|
![]() |
|
(0063215) jonalegriaesarte (viewer) 2014-01-02 17:51 |
Changed to Feature request because the system behaves as expected (real-time material transactions). We need to support backdated material transactions. Once transactions are registered and posted on the backdate the report would work as the customers request |
(0067846) VictorVillar (viewer) 2014-06-10 14:23 |
That is not the correct change, the valuation column should be calculated regarding the movement date of the transactions |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |