Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027867 | Retail Modules | Web POS | public | 2014-10-14 18:42 | 2014-11-07 11:14 |
|
Reporter | jecharri | |
Assigned To | marvintm | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR14Q3 | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | migueldejuana |
OBNetwork customer | No |
Support ticket | |
Regression level | Production - QA Approved |
Regression date | 2014-04-16 |
Regression introduced in release | RR14Q3 |
Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6c9232343173 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0027867: Orders in errors while importing POS data from old versions are not going to be able to synchronize in Q3 |
Description | Orders in errors while importing POS data from old versions are not going to be able to synchronize in Q3
The problem is that in Q3 we have included a new way to synchronize errors, so the main problem is that previously error type was set as
errorEntry.setTypeofdata("order");
and the new process is going to find entity "Order" with upper "O".
|
Steps To Reproduce | -create some order errors in Q2
-upgrade to Q3
-verify that you can not fix the errors because you will receive nullpointer exception |
Proposed Solution | Create a modulescript to change from "order" to "Order" in table obpos_errors |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-10-14 18:42 | jecharri | New Issue | |
2014-10-14 18:42 | jecharri | Assigned To | => marvintm |
2014-10-14 18:42 | jecharri | OBNetwork customer | => No |
2014-10-14 18:42 | jecharri | Resolution time | => 1413496800 |
2014-10-14 18:42 | jecharri | Regression level | => Production - Confirmed Stable |
2014-10-14 18:42 | jecharri | Regression date | => 2014-04-16 |
2014-10-14 18:42 | jecharri | Regression introduced in release | => RR14Q3 |
2014-10-14 18:42 | jecharri | Regression introduced by commit | => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6c9232343173 [^] |
2014-10-14 18:42 | jecharri | Triggers an Emergency Pack | => No |
2014-10-14 18:45 | jecharri | Proposed Solution updated | |
2014-10-15 13:39 | hgbot | Checkin | |
2014-10-15 13:39 | hgbot | Note Added: 0070958 | |
2014-10-15 13:39 | hgbot | Status | new => resolved |
2014-10-15 13:39 | hgbot | Resolution | open => fixed |
2014-10-15 13:39 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/49c00af726df6ed55f956172c2d506f804416c36 [^] |
2014-10-15 13:50 | hgbot | Checkin | |
2014-10-15 13:50 | hgbot | Note Added: 0070961 | |
2014-10-16 09:39 | hgbot | Checkin | |
2014-10-16 09:39 | hgbot | Note Added: 0070980 | |
2014-10-17 10:04 | dmitry_mezentsev | Status | resolved => new |
2014-10-17 10:04 | dmitry_mezentsev | Resolution | fixed => open |
2014-10-17 10:04 | dmitry_mezentsev | Regression level | Production - Confirmed Stable => Production - QA Approved |
2014-10-17 10:04 | dmitry_mezentsev | Status | new => scheduled |
2014-10-17 10:04 | dmitry_mezentsev | fix_in_branch | => pi |
2014-10-17 10:05 | dmitry_mezentsev | Note Added: 0071015 | |
2014-10-17 10:05 | dmitry_mezentsev | Status | scheduled => resolved |
2014-10-17 10:05 | dmitry_mezentsev | Fixed in Version | => pi |
2014-10-17 10:05 | dmitry_mezentsev | Resolution | open => fixed |
2014-10-23 17:37 | hgbot | Checkin | |
2014-10-23 17:37 | hgbot | Note Added: 0071144 | |
2014-10-24 10:29 | hgbot | Checkin | |
2014-10-24 10:29 | hgbot | Note Added: 0071155 | |
2014-11-07 11:14 | migueldejuana | Review Assigned To | => migueldejuana |
2014-11-07 11:14 | migueldejuana | Note Added: 0071489 | |
2014-11-07 11:14 | migueldejuana | Status | resolved => closed |
Notes |
|
(0070958)
|
hgbot
|
2014-10-15 13:39
|
|
|
|
(0070961)
|
hgbot
|
2014-10-15 13:50
|
|
|
|
(0070980)
|
hgbot
|
2014-10-16 09:39
|
|
|
|
|
Reopened to update Regression Information |
|
|
(0071144)
|
hgbot
|
2014-10-23 17:37
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c5f2813db364d224317993d62ca173b0f2578a06
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Oct 23 17:36:33 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c5f2813db364d224317993d62ca173b0f2578a06 [^]
Related to issue 27867. Moved queries to xsql. Improved error message.
In Q3, as part of the refactor of the data synchronization tasks, the list reference used in the errors table was changed. This modulescript will update any entry in the errors table to the new values in the reference.
---
M build/classes/org/openbravo/retail/posterminal/modulescript/FixErrorTableData.class
M src-util/modulescript/src/org/openbravo/retail/posterminal/modulescript/FixErrorTableData.java
A src-util/modulescript/src/org/openbravo/retail/posterminal/modulescript/FixErrorTableData_Data.xsql
---
|
|
|
(0071155)
|
hgbot
|
2014-10-24 10:29
|
|
|
|
|
Tested and reviewed in d0acd063f5ab |
|