Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0026233 | Openbravo ERP | 04. Warehouse management | public | 2014-04-10 01:17 | 2014-05-08 16:21 |
|
Reporter | VictorVillar | |
Assigned To | eduardo_Argal | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0PR14Q3 | Fixed in Version | 3.0PR14Q3 | |
Merge Request Status | |
Review Assigned To | gorkaion |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 27604 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0026233: It is not possible to migrate to the new costing server under some circumstancies |
Description | It is not possible to migrate to the new costing server under some circumstancies. If you have defined a Costing register with Ending date = 31/12/9999 for a product which has transactions, you can not migrate to the new costing engine using oracle. |
Steps To Reproduce | It is not possible to migrate to the new costing server under some circumstancies. If you have defined a Costing register with Ending date = 31/12/9999 for a product which has transactions, you can not migrate to the new costing engine using oracle.
Please check the query in getLegacyCostScroll() method in CostingMigrationProcess.java:
where.append(" and trx." + MaterialTransaction.PROPERTY_MOVEMENTDATE + " < (c."
+ Costing.PROPERTY_ENDINGDATE + " + 1) ");
when sum 1 day to the Ending date = 31/12/9999 --> an error appears:
Error: ORA-01841: (full) year must be between -4713 and +9999, and not be 0 |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-04-10 01:17 | VictorVillar | New Issue | |
2014-04-10 01:17 | VictorVillar | Assigned To | => dmiguelez |
2014-04-10 01:17 | VictorVillar | Modules | => Core |
2014-04-10 01:17 | VictorVillar | OBNetwork customer | => Yes |
2014-04-10 01:17 | VictorVillar | Support ticket | => 27604 |
2014-04-10 01:17 | VictorVillar | Resolution time | => 1399586400 |
2014-04-10 01:17 | VictorVillar | Triggers an Emergency Pack | => No |
2014-04-10 01:18 | VictorVillar | Issue Monitored: networkb | |
2014-04-24 06:19 | dmiguelez | Assigned To | dmiguelez => jonalegriaesarte |
2014-04-28 16:54 | jonalegriaesarte | Assigned To | jonalegriaesarte => pramakrishnan |
2014-05-06 19:43 | eduardo_Argal | Assigned To | pramakrishnan => eduardo_Argal |
2014-05-06 19:43 | eduardo_Argal | Status | new => scheduled |
2014-05-06 19:43 | eduardo_Argal | fix_in_branch | => pi |
2014-05-07 10:11 | hgbot | Checkin | |
2014-05-07 10:11 | hgbot | Note Added: 0066863 | |
2014-05-07 10:11 | hgbot | Status | scheduled => resolved |
2014-05-07 10:11 | hgbot | Resolution | open => fixed |
2014-05-07 10:11 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/886a59579fd0485eee4114c6a4baee07a2875405 [^] |
2014-05-07 18:12 | hudsonbot | Checkin | |
2014-05-07 18:12 | hudsonbot | Note Added: 0067004 | |
2014-05-08 16:21 | gorkaion | Review Assigned To | => gorkaion |
2014-05-08 16:21 | gorkaion | Note Added: 0067028 | |
2014-05-08 16:21 | gorkaion | Status | resolved => closed |
2014-05-08 16:21 | gorkaion | Fixed in Version | => PR14Q3 |