Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0027867 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2014-10-14 18:42 | 2014-11-07 11:14 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | pi | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 49c00af726df | |||
Projection | none | ETA | none | Target Version | RR14Q3 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0070958) hgbot (developer) 2014-10-15 13:39 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 49c00af726df6ed55f956172c2d506f804416c36 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Wed Oct 15 13:39:24 2014 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/49c00af726df6ed55f956172c2d506f804416c36 [^] Fixed issue 27867. Added a modulescript to fix the typeofdata column in the errors table. --- A src-util/modulescript/src/org/openbravo/retail/posterminal/modulescript/FixErrorTableData.java --- |
(0070961) hgbot (developer) 2014-10-15 13:50 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 47deddee3401f9e5ac136b0a43427daa602a4f44 Author: Miguel de Juana <miguel.dejuana <at> openbravo.com> Date: Wed Oct 15 13:49:50 2014 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/47deddee3401f9e5ac136b0a43427daa602a4f44 [^] Related to issue 27867. Added .class file --- A build/classes/org/openbravo/retail/posterminal/modulescript/FixErrorTableData.class --- |
(0070980) hgbot (developer) 2014-10-16 09:39 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 36ba8dd05fda45eba02695360c8749912520d88f Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Thu Oct 16 09:39:34 2014 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/36ba8dd05fda45eba02695360c8749912520d88f [^] Related to issue 27867. Changed license. --- M src-util/modulescript/src/org/openbravo/retail/posterminal/modulescript/FixErrorTableData.java --- |
(0071015) dmitry_mezentsev (viewer) 2014-10-17 10:05 |
Reopened to update Regression Information |
(0071144) hgbot (developer) 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 (developer) 2014-10-24 10:29 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 5c50ecec3ccf22c22a285116cff5b017c9bfb31c Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Fri Oct 24 10:29:28 2014 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5c50ecec3ccf22c22a285116cff5b017c9bfb31c [^] Related to issue 27867. Add missing .class file --- A build/classes/org/openbravo/retail/posterminal/modulescript/FixErrorTableDataData.class --- |
(0071489) migueldejuana (viewer) 2014-11-07 11:14 |
Tested and reviewed in d0acd063f5ab |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |