Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033183Retail ModulesWeb POSpublic2016-06-07 18:442017-11-30 09:45
shuehner 
Sandrahuguet 
normalminorhave not tried
closedfixed 
5
 
RR16Q4 
marvintm
No
0033183: OrderLoader.verifyOrderExistance function should no longer be required
That function checks 2 things:

a.) Order with same uuid does not already exist
b.) Order with same uuid exists but is not a duplicate (by having different documentno).

The check of a.) is today already done in DataSynchronizationProcess so not required to be don again here.

The check of b.) is a workaround against a very old bug in client side uuid generation which lead to duplicate values sometimes.
As that has been fixed on the client-side a long time as the need for b.) also disappeared.
-
Performance
Issue History
2016-06-07 18:44shuehnerNew Issue
2016-06-07 18:44shuehnerAssigned To => Retail
2016-06-07 18:44shuehnerTriggers an Emergency Pack => No
2016-06-07 18:44shuehnerTag Attached: Performance
2016-09-01 10:14SandrahuguetStatusnew => scheduled
2016-09-01 10:14SandrahuguetAssigned ToRetail => Sandrahuguet
2016-09-01 11:16shuehnerNote Added: 0089642
2016-09-07 16:28SandrahuguetReview Assigned To => marvintm
2016-09-16 08:16hgbotCheckin
2016-09-16 08:16hgbotNote Added: 0090005
2016-09-16 08:17hgbotCheckin
2016-09-16 08:17hgbotNote Added: 0090006
2016-09-16 08:17hgbotStatusscheduled => resolved
2016-09-16 08:17hgbotResolutionopen => fixed
2016-09-16 08:17hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d6c57e186028adf1c34d517ad9fc6a533a6ba5f4 [^]
2016-09-29 14:11hgbotCheckin
2016-09-29 14:11hgbotNote Added: 0090374
2016-09-29 14:12marvintmStatusresolved => closed
2016-10-19 10:06hgbotCheckin
2016-10-19 10:06hgbotNote Added: 0090690
2016-10-19 10:06hgbotStatusclosed => resolved
2016-10-19 10:06hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d6c57e186028adf1c34d517ad9fc6a533a6ba5f4 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b8e1db64b56e26aac5a73eca573e5102c314aac5 [^]
2016-10-19 10:13airaceburuNote Added: 0090691
2016-10-19 10:13airaceburuStatusresolved => closed
2016-10-19 10:13airaceburuNote Edited: 0090691bug_revision_view_page.php?bugnote_id=0090691#r13405
2016-10-19 10:17airaceburuNote Deleted: 0090690
2017-11-30 09:45shuehnerFixed in Version => RR16Q4

Notes
(0089642)
shuehner   
2016-09-01 11:16   
Note: InvoiceLoader.java (only exists in but-dev-branch) has copy of tht function called checkInvoiceExistance. That copy should probably be simplified also.
(0090005)
hgbot   
2016-09-16 08:16   
Repository: tools/automation/pi-mobile
Changeset: 956a6015c0ad908580ad67abc0bfbf9f071bf9a9
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Thu Sep 15 15:53:04 2016 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/956a6015c0ad908580ad67abc0bfbf9f071bf9a9 [^]

related to issue 33183 added a new check and allowed tomcat error

---
M src-test/org/openbravo/test/mobile/common/selenium/utils/AllowedErrorsHelper.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/DuplicatedTicketAreSavedProperly.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/EquivalentTicketsSavedCorrectly.java
---
(0090006)
hgbot   
2016-09-16 08:17   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: d6c57e186028adf1c34d517ad9fc6a533a6ba5f4
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Wed Sep 07 16:10:38 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d6c57e186028adf1c34d517ad9fc6a533a6ba5f4 [^]

Fixed issue 33183 verifyOrderExistance function should no longer be required

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0090374)
hgbot   
2016-09-29 14:11   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 030b6351be9367d361105ef83d823ad764f36f7c
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Sep 29 14:11:33 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/030b6351be9367d361105ef83d823ad764f36f7c [^]

Related to issue 33183. Improved method name for greater clarity of its purpose.

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0090691)
airaceburu   
2016-10-19 10:13   
reopened by error