Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039204Retail ModulesWeb POSpublic2018-08-30 14:472018-09-12 17:55
jorge-garcia 
rqueralta 
normalmajorhave not tried
closedfixed 
5
 
RR18Q4 
marvintm
2018-09-20
No
0039204: DelecteCurrentOrder should not execute runSyncProcess unless Save Remove Ticket prefence is set
DelecteCurrentOrder should not execute runSyncProcess unless Save Remove Ticket prefence is set.
1) Verify in backend "Save Remove Ticket" preference is not set or it's set as N.
2) Log In webPOS
3) Put a breakpoint inside deleteCurrentOrder in OB.MobileApp.model.runSyncProcess() line.
4) Create a quotation
5) Delete quotation
6) Verify runSyncProcess is being executed and it should not
Verify if "Save Remove Ticket" preference is set before executing runSyncProcess
No tags attached.
diff 39204.diff (754) 2018-08-30 14:50
https://issues.openbravo.com/file_download.php?file_id=12091&type=bug
Issue History
2018-08-30 14:47jorge-garciaNew Issue
2018-08-30 14:47jorge-garciaAssigned To => jorge-garcia
2018-08-30 14:47jorge-garciaRegression date => 2018-09-20
2018-08-30 14:47jorge-garciaTriggers an Emergency Pack => No
2018-08-30 14:50jorge-garciaFile Added: 39204.diff
2018-08-30 14:50jorge-garciaAssigned Tojorge-garcia => Retail
2018-08-31 15:05rqueraltaAssigned ToRetail => rqueralta
2018-08-31 15:08rqueraltaStatusnew => scheduled
2018-09-05 18:53hgbotCheckin
2018-09-05 18:53hgbotNote Added: 0106612
2018-09-05 18:53hgbotStatusscheduled => resolved
2018-09-05 18:53hgbotResolutionopen => fixed
2018-09-05 18:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4a6969e7c70f83378df32e3172606915d9c58b7d [^]
2018-09-07 00:00hgbotCheckin
2018-09-07 00:00hgbotNote Added: 0106633
2018-09-12 17:55marvintmReview Assigned To => marvintm
2018-09-12 17:55marvintmStatusresolved => closed
2018-09-12 17:55marvintmFixed in Version => RR18Q4

Notes
(0106612)
hgbot   
2018-09-05 18:53   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 4a6969e7c70f83378df32e3172606915d9c58b7d
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Mon Sep 03 12:30:32 2018 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4a6969e7c70f83378df32e3172606915d9c58b7d [^]

Fixed issue 39204: DelecteCurrentOrder should not execute runSyncProcess unless
Save Remove Ticket prefence is set

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
---
(0106633)
hgbot   
2018-09-07 00:00   
Repository: tools/automation/pi-mobile
Changeset: 6790347d666f08bce27edf5d74c7f0472cc9edde
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Tue Sep 04 11:44:08 2018 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/6790347d666f08bce27edf5d74c7f0472cc9edde [^]

Related to issue 39204: added automated test

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I39204_VerifyPreferenceBeforeRunSyncProcess.java
---