Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036999Retail ModulesWeb POSpublic2017-10-03 18:302017-10-13 14:09
aaroncalero 
ranjith_qualiantech_com 
normalmajorhave not tried
closedfixed 
5
 
RR18Q1 
marvintm
No
0036999: It should not be possible to click on the remove ticket button several times for the same quotation
When a ticket is removed from the screen, the loading popup is shown while the ticket is being removed. If the webpos is running in a slow computer/browser, and the user is removing a quotation from the application, the loading screen is removed before the quotation is removed from the screen, so it is possible to click twice on the Remove Order button.
It seems the problem is only reproducible when the Save Removed tickets preference is configured.
Configure the Save Removed Tickets preference.
Login in web pos.
Create a quotation (Menu > Create Quotation).
Add 2 lines, and remove one of them.
Click on the total amount button to synchronize the quotation and mark it as "Under Evaluation".
Click on the X (Remove Order) button.
The loading screen will be shown while the ticket is being removed.
As soon as the loading screen vanishes, click on the X again.
The X button should be locked while a ticket is being removed from the screen.
No tags attached.
Issue History
2017-10-03 18:30aaroncaleroNew Issue
2017-10-03 18:30aaroncaleroAssigned To => Retail
2017-10-03 18:30aaroncaleroResolution time => 1508277600
2017-10-03 18:30aaroncaleroTriggers an Emergency Pack => No
2017-10-05 13:12ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-10-05 13:12ranjith_qualiantech_comStatusnew => scheduled
2017-10-06 14:41hgbotCheckin
2017-10-06 14:41hgbotNote Added: 0099806
2017-10-06 14:41hgbotStatusscheduled => resolved
2017-10-06 14:41hgbotResolutionopen => fixed
2017-10-06 14:41hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/dfd154165b496657db0a029ba8f4a55e6e920f17 [^]
2017-10-09 12:19marvintmNote Added: 0099825
2017-10-09 12:19marvintmStatusresolved => new
2017-10-09 12:19marvintmResolutionfixed => open
2017-10-09 13:13ranjith_qualiantech_comStatusnew => scheduled
2017-10-10 08:00hgbotCheckin
2017-10-10 08:00hgbotNote Added: 0099839
2017-10-10 08:00hgbotStatusscheduled => resolved
2017-10-10 08:00hgbotResolutionopen => fixed
2017-10-10 08:00hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/dfd154165b496657db0a029ba8f4a55e6e920f17 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3a76469afee07ed91ed701006d5ff31e3cc1199f [^]
2017-10-13 14:09marvintmReview Assigned To => marvintm
2017-10-13 14:09marvintmStatusresolved => closed
2017-10-13 14:09marvintmFixed in Version => RR18Q1

Notes
(0099806)
hgbot   
2017-10-06 14:41   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: dfd154165b496657db0a029ba8f4a55e6e920f17
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Oct 06 17:54:52 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/dfd154165b496657db0a029ba8f4a55e6e920f17 [^]

Fixed issue 36999 : Disable Delete Button on tap to avoid multi click

---
M web/org.openbravo.retail.posterminal/js/components/modalreceipts.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
---
(0099825)
marvintm   
2017-10-09 12:19   
The delete button is correctly re-enabled after the showConfirmation popup is raised, and the user either clicks on "Ok" or "Cancel". However, if the user clicks on the scrim component the popup is closed, but the button is not reenabled.
(0099839)
hgbot   
2017-10-10 08:00   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 3a76469afee07ed91ed701006d5ff31e3cc1199f
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Oct 10 11:15:24 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3a76469afee07ed91ed701006d5ff31e3cc1199f [^]

Fixed issue 36999 : Disable Delete Button on tap to avoid multi click

---
M web/org.openbravo.retail.posterminal/js/components/modalreceipts.js
---