Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037030Retail ModulesQuotationspublic2017-10-03 18:152017-10-31 09:43
aaroncalero 
migueldejuana 
highmajoralways
closedfixed 
5
 
RR17Q3.1RR17Q3.1 
marvintm
Production - Confirmed Stable
RR17Q3
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f8125d38051a [^]
No
0037030: 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.
blocks defect 0036998 closed migueldejuana Synchronized mode doesn't handle correctly errors while creating quotations 
Issue History
2017-10-09 10:57marvintmTypedefect => backport
2017-10-09 10:57marvintmTarget Version => RR17Q3.1
2017-10-09 15:55hgbotCheckin
2017-10-09 15:55hgbotNote Added: 0099829
2017-10-09 15:55hgbotStatusscheduled => resolved
2017-10-09 15:55hgbotResolutionopen => fixed
2017-10-09 15:55hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/285880864253380db62e7037c072ce3495acb864 [^] => http://code.openbravo.com/retail/backports/3.0RR17Q3.1/org.openbravo.retail.posterminal/rev/6923a14143733ed15b57e4448ea215f8a2c3c5c2 [^]
2017-10-31 09:43marvintmReview Assigned To => marvintm
2017-10-31 09:43marvintmStatusresolved => closed
2017-10-31 09:43marvintmFixed in Version => RR17Q3.1

Notes
(0099829)
hgbot   
2017-10-09 15:55   
Repository: retail/backports/3.0RR17Q3.1/org.openbravo.retail.posterminal
Changeset: 6923a14143733ed15b57e4448ea215f8a2c3c5c2
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Oct 09 15:40:28 2017 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR17Q3.1/org.openbravo.retail.posterminal/rev/6923a14143733ed15b57e4448ea215f8a2c3c5c2 [^]

Fixed issue 0037030: 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
---