Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029953Retail ModulesWeb POSpublic2015-05-21 11:042015-10-21 09:38
yogaskarnik 
guilleaer 
highmajoralways
closedfixed 
5
RR15Q1.1 
RR15Q3 
migueldejuana
No
0029953: Web POS orders not deleted from local storage
When Web POS comes online the orders are synchronized to backoffice but not removed from local storage. As observed this happens when the quotation is modified and the Synchronization process tries to create and modify the quotation at the same time, a timeout occurs in the backoffice and the Web POS does not gets a response and does not delete the orders from local storage.
Reproducible in an environment with large amount of data. Contact support for the environment.
No tags attached.
has duplicate defect 0029247RR15Q3 closed marvintm when quotation is reactivated, time of sync is very high 
blocks defect 0031608 closed mario_castello when quotation is reactivated, quotation id wrongly incremented to n+1 
Issue History
2015-05-21 11:04yogaskarnikNew Issue
2015-05-21 11:04yogaskarnikAssigned To => Retail
2015-05-21 11:04yogaskarnikResolution time => 1432245600
2015-05-21 11:04yogaskarnikTriggers an Emergency Pack => No
2015-06-02 09:34VictorVillarResolution time1432245600 => 1434924000
2015-06-02 13:45guilleaerAssigned ToRetail => guilleaer
2015-06-02 13:50hgbotCheckin
2015-06-02 13:50hgbotNote Added: 0077981
2015-06-02 13:50hgbotStatusnew => resolved
2015-06-02 13:50hgbotResolutionopen => fixed
2015-06-02 13:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/42df30f90c085d8b2938b1d508e10d411dc15fc7 [^]
2015-06-02 15:32hgbotCheckin
2015-06-02 15:32hgbotNote Added: 0077988
2015-06-02 17:42hgbotCheckin
2015-06-02 17:42hgbotNote Added: 0077997
2015-06-15 10:24dmitry_mezentsevNote Added: 0078287
2015-06-15 18:14marvintmRelationship addedhas duplicate 0029247
2015-06-18 13:27marvintmReview Assigned To => marvintm
2015-06-18 13:27marvintmStatusresolved => closed
2015-06-18 13:27marvintmFixed in Version => RR15Q3
2015-06-24 12:18hgbotCheckin
2015-06-24 12:18hgbotNote Added: 0078478
2015-06-24 13:20guilleaerNote Added: 0078482
2015-06-24 13:20guilleaerStatusclosed => new
2015-06-24 13:20guilleaerResolutionfixed => open
2015-06-24 13:20guilleaerFixed in VersionRR15Q3 =>
2015-06-24 13:20guilleaerStatusnew => scheduled
2015-06-24 13:21guilleaerNote Added: 0078483
2015-06-24 13:21guilleaerStatusscheduled => resolved
2015-06-24 13:21guilleaerResolutionopen => fixed
2015-06-30 10:24migueldejuanaReview Assigned Tomarvintm => migueldejuana
2015-06-30 10:24migueldejuanaNote Added: 0078584
2015-06-30 10:24migueldejuanaStatusresolved => closed
2015-06-30 10:24migueldejuanaFixed in Version => RR15Q3
2015-10-21 09:38hgbotCheckin
2015-10-21 09:38hgbotNote Added: 0081164
2015-12-10 18:17OrekariaRelationship addedblocks 0031608

Notes
(0077981)
hgbot   
2015-06-02 13:50   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 42df30f90c085d8b2938b1d508e10d411dc15fc7
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Jun 02 13:48:24 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/42df30f90c085d8b2938b1d508e10d411dc15fc7 [^]

Fixed issue 0029953: Rejected quotations are not deleted but marked as rejected.

To avoid performance issues while quotations are removed, we mark the quotation as rejected (CJ). Apart from that a new column has been added to c_order table to link the new quotation with the rejected one. New quotation will use a new document No.

---
M src-db/database/model/modifiedTables/C_ORDER.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/retail/posterminal/OrderLoader.java
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0077988)
hgbot   
2015-06-02 15:32   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 79d65af3d3058807c70e42ed4f41dfae4210214c
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Jun 02 15:31:06 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/79d65af3d3058807c70e42ed4f41dfae4210214c [^]

Related to issue 29953: Column name has been reduced to be under 30

---
M src-db/database/model/modifiedTables/C_ORDER.xml
M src-db/database/sourcedata/AD_COLUMN.xml
---
(0077997)
hgbot   
2015-06-02 17:42   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 74c64da1c31e9df210f531e3777ddfb0ddcb45a1
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Jun 02 17:41:50 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/74c64da1c31e9df210f531e3777ddfb0ddcb45a1 [^]

Related to issue 29953: sync terminology

---
M src-db/database/sourcedata/AD_FIELD.xml
---
(0078287)
dmitry_mezentsev   
2015-06-15 10:24   
Not closed for 13 days!
(0078478)
hgbot   
2015-06-24 12:18   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 3051429ce5df6273c8670084c088ed54c18f8afe
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Fri Jun 05 15:56:08 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3051429ce5df6273c8670084c088ed54c18f8afe [^]

Related to issue 29953: specific flow was not working fine

When a quotation is reactivated without load it the flow was not working because the order id of the quotation was being set to null.
Now id is not set to null, so when the quotation is reactivated we have the id to be used to set the oldid in the new reactivated quotation.

Creation date is updated because documentNo also is updated.

One popup is shown if the user try to reactivate a quotation whitout ID

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0078482)
guilleaer   
2015-06-24 13:20   
reopened. new changes to be reviewed
(0078483)
guilleaer   
2015-06-24 13:21   
resolved by this commit

https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3051429ce5df [^]
(0078584)
migueldejuana   
2015-06-30 10:24   
Tested and reviewed in 763b0dcf9e0c
(0081164)
hgbot   
2015-10-21 09:38   
Repository: tools/automation/pi-mobile
Changeset: cef475bcfa9a44edebfb7b262d99dfec488cb6ba
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Oct 20 22:48:18 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/cef475bcfa9a44edebfb7b262d99dfec488cb6ba [^]

Related to issue 29953, Related to issue 30412: Add new test to validate quotations flow

---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I29953_ReactivateQuotation.java
---