Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036998Retail ModulesQuotationspublic2017-10-03 18:152017-10-10 18:42
aaroncalero 
migueldejuana 
highmajoralways
closedfixed 
5
 
RR18Q1 
marvintm
Production - QA Approved
RR17Q3
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f8125d38051a [^]
No
0036998: Synchronized mode doesn't handle correctly errors while creating quotations
When the synchronized mode is activated, and a new quotation is created, if the process fails on the server, the transaction error popup is shown, but the quotation is marked as "Under Evaluation" in webpos.
Add a fake exception on the OrderLoader.java code.
Configure the Synchronize Mode preference.
Login in web pos
Create a quotation (Menu > Create quotation)
Add a product.
Click on the total amount button to synchronize the quotation.
The "Transaction failed" error popup will be shown, but the quotation will be marked as "Under Evaluation" and it won't be possible to synchronize it again.
No tags attached.
depends on backport 0037029RR17Q4 closed migueldejuana Synchronized mode doesn't handle correctly errors while creating quotations 
depends on backport 0037030RR17Q3.1 closed migueldejuana Synchronized mode doesn't handle correctly errors while creating quotations 
Issue History
2017-10-03 18:15aaroncaleroNew Issue
2017-10-03 18:15aaroncaleroAssigned To => Retail
2017-10-03 18:15aaroncaleroResolution time => 1508277600
2017-10-03 18:15aaroncaleroTriggers an Emergency Pack => No
2017-10-05 14:50migueldejuanaRegression level => Production - Confirmed Stable
2017-10-05 14:50migueldejuanaRegression introduced in release => RR17Q3
2017-10-05 15:44migueldejuanaAssigned ToRetail => migueldejuana
2017-10-05 15:44migueldejuanaRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f8125d38051a [^]
2017-10-09 08:48hgbotCheckin
2017-10-09 08:48hgbotNote Added: 0099817
2017-10-09 08:48hgbotStatusnew => resolved
2017-10-09 08:48hgbotResolutionopen => fixed
2017-10-09 08:48hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/285880864253380db62e7037c072ce3495acb864 [^]
2017-10-09 10:57marvintmStatusresolved => new
2017-10-09 10:57marvintmResolutionfixed => open
2017-10-09 10:57marvintmStatusnew => scheduled
2017-10-09 10:57marvintmStatusscheduled => resolved
2017-10-09 10:57marvintmFixed in Version => RR18Q1
2017-10-09 10:57marvintmResolutionopen => fixed
2017-10-09 10:58marvintmReview Assigned To => marvintm
2017-10-09 10:58marvintmStatusresolved => closed
2017-10-10 18:42marvintmRegression levelProduction - Confirmed Stable => Production - QA Approved

Notes
(0099817)
hgbot   
2017-10-09 08:48   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 285880864253380db62e7037c072ce3495acb864
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Fri Oct 06 12:01:29 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/285880864253380db62e7037c072ce3495acb864 [^]

Fixed issue 0036998: Synchronized mode doesn't handle correctly errors while creating quotations

- Set the checkpoint before processing the Quotation. In case the proccess fails, we have a checkpoint to move to.

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
---