Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037029Retail ModulesQuotationspublic2017-10-03 18:152017-10-31 09:43
aaroncalero 
migueldejuana 
highmajoralways
closedfixed 
5
 
RR17Q4RR17Q4 
marvintm
Production - Confirmed Stable
RR17Q3
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f8125d38051a [^]
No
0037029: 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 => RR17Q4
2017-10-09 16:11hgbotCheckin
2017-10-09 16:11hgbotNote Added: 0099831
2017-10-09 16:11hgbotStatusscheduled => resolved
2017-10-09 16:11hgbotResolutionopen => fixed
2017-10-09 16:11hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/285880864253380db62e7037c072ce3495acb864 [^] => http://code.openbravo.com/retail/backports/3.0RR17Q4/org.openbravo.retail.posterminal/rev/816aa6ec08128a4ad716452eb9d2bc91aa4da853 [^]
2017-10-31 09:43marvintmReview Assigned To => marvintm
2017-10-31 09:43marvintmStatusresolved => closed
2017-10-31 09:43marvintmFixed in Version => RR17Q4

Notes
(0099831)
hgbot   
2017-10-09 16:11   
Repository: retail/backports/3.0RR17Q4/org.openbravo.retail.posterminal
Changeset: 816aa6ec08128a4ad716452eb9d2bc91aa4da853
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Oct 09 15:55:14 2017 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR17Q4/org.openbravo.retail.posterminal/rev/816aa6ec08128a4ad716452eb9d2bc91aa4da853 [^]

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