Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0027867
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2014-10-14 18:422014-11-07 11:14
ReporterjecharriView Statuspublic 
Assigned Tomarvintm 
PriorityimmediateResolutionfixedFixed in Versionpi
StatusclosedFix in branchpiFixed in SCM revision49c00af726df
ProjectionnoneETAnoneTarget VersionRR14Q3
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomigueldejuana
Regression levelProduction - QA Approved
Regression date2014-04-16
Regression introduced in releaseRR14Q3
Regression introduced by commithttps://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6c9232343173 [^]
Triggers an Emergency PackNo
Summary

0027867: Orders in errors while importing POS data from old versions are not going to be able to synchronize in Q3

DescriptionOrders 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 SolutionCreate a modulescript to change from "order" to "Order" in table obpos_errors
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(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 (developer)
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 (developer)
2014-11-07 11:14

Tested and reviewed in d0acd063f5ab

- 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 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
Powered by Mantis Bugtracker