Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040198Retail ModulesWeb POSpublic2019-02-14 13:592019-03-05 11:35
nicolasuriz 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR19Q2 
guilleaer
No
0040198: Problem when synchronizing tickets that are already synched
When synchronizing a ticket that was modified in Backend(for example) and delivered, but it was previously loaded in the POS, if the changes done were related to the orderlines and not to the order, the synchronized ticket is not being taken into account as a modified ticket. Only the lines have the updated attribute modified.
1. Create and synch a ticket in WebPOS without any delivery
2. Load the ticket again in the POS.
3. Modify in the backend an orderline to deliver it. The order header has not been modified.
4. Synch the loaded ticket in the POS --> Check that the ticket can be synch without any error. It should be an error telling that the order is not fully updated.
Check also the updated attribute of the orderlines.
No tags attached.
Issue History
2019-02-14 13:59nicolasurizNew Issue
2019-02-14 13:59nicolasurizAssigned To => Retail
2019-02-14 13:59nicolasurizResolution time => 1551394800
2019-02-14 13:59nicolasurizTriggers an Emergency Pack => No
2019-02-19 07:10ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-02-19 07:10ranjith_qualiantech_comStatusnew => scheduled
2019-02-21 12:22hgbotCheckin
2019-02-21 12:22hgbotNote Added: 0109982
2019-02-21 12:22hgbotStatusscheduled => resolved
2019-02-21 12:22hgbotResolutionopen => fixed
2019-02-21 12:22hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fd2a851dbf79ecff746fe7513d4565254a330ba0 [^]
2019-02-28 17:34marvintmNote Added: 0110129
2019-02-28 17:34marvintmStatusresolved => new
2019-02-28 17:34marvintmResolutionfixed => open
2019-03-01 14:38ranjith_qualiantech_comStatusnew => scheduled
2019-03-02 11:44hgbotCheckin
2019-03-02 11:44hgbotNote Added: 0110160
2019-03-02 11:44hgbotStatusscheduled => resolved
2019-03-02 11:44hgbotResolutionopen => fixed
2019-03-02 11:44hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fd2a851dbf79ecff746fe7513d4565254a330ba0 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bed7289ed19439d4886e83b706f1516fd1ccb6b5 [^]
2019-03-05 11:35guilleaerReview Assigned To => guilleaer
2019-03-05 11:35guilleaerStatusresolved => closed
2019-03-05 11:35guilleaerFixed in Version => RR19Q2

Notes
(0109982)
hgbot   
2019-02-21 12:22   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: fd2a851dbf79ecff746fe7513d4565254a330ba0
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Feb 21 16:52:05 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fd2a851dbf79ecff746fe7513d4565254a330ba0 [^]

Fixed issue 40198 : Validate POS OrderLines with Backoffice Orderline to check the Outdated data from POS

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
M src/org/openbravo/retail/posterminal/PaidReceiptLinesProperties.java
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0110129)
marvintm   
2019-02-28 17:34   
Fix seems to be correct, but it needs to be applied in more places:
- OrderLoader.java: in cancel&replace flow, some lines after the current change, around line 263
- CancelLayawayLoader
- ProcessVoidLayaway
(0110160)
hgbot   
2019-03-02 11:44   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: bed7289ed19439d4886e83b706f1516fd1ccb6b5
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Sat Mar 02 16:13:57 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bed7289ed19439d4886e83b706f1516fd1ccb6b5 [^]

Fixed issue 40198 : Validate POS OrderLines with Backoffice Orderline to check the Outdated data from POS

* Validate Outdated data from POS order lines for CancelLayaway, VoidLayaway and Cancel & Replace

---
M src/org/openbravo/retail/posterminal/CancelLayawayLoader.java
M src/org/openbravo/retail/posterminal/OrderLoader.java
M src/org/openbravo/retail/posterminal/ProcessVoidLayaway.java
---