Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042499Retail ModulesWeb POSpublic2019-12-10 10:542020-02-17 08:26
malsasua 
ranjith_qualiantech_com 
normalmajorhave not tried
closedfixed 
5
 
RR20Q2 
guilleaer
No
0042499: It is possible to do double click in Open Receipt/Verified Return selectors
In Open Receipt and Verified Return selectors, exists asynchrony between click is done and "Loading" window is displayed
For this reason, it is possible to do double click
login in POS
open menu
click in Open Receipt selector
click in search button-> receipts are displayed
error: double click can be done in the receipts displayed
. when click is done in Selector:
- replace "showLoading" by one new process ("LoadPaidReceipts") that it opens scrim before to the first asynchrony point
No tags attached.
related to defect 0042190 closed Retail "Open Receipt" receipts can be clicked more than once 
Issue History
2019-12-10 10:54malsasuaNew Issue
2019-12-10 10:54malsasuaAssigned To => Retail
2019-12-10 10:54malsasuaResolution time => 1577660400
2019-12-10 10:54malsasuaTriggers an Emergency Pack => No
2019-12-10 17:50ngarciaRelationship addedrelated to 0042190
2019-12-13 14:38rqueraltaAssigned ToRetail => rqueralta
2020-01-19 17:07hgbotCheckin
2020-01-19 17:07hgbotNote Added: 0117046
2020-01-19 17:07hgbotStatusnew => resolved
2020-01-19 17:07hgbotResolutionopen => fixed
2020-01-19 17:07hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c24f3e074d8dddb0f7b1bc7d8e2886f1b48232bc [^]
2020-01-19 19:24hgbotCheckin
2020-01-19 19:24hgbotNote Added: 0117047
2020-01-19 19:24hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c24f3e074d8dddb0f7b1bc7d8e2886f1b48232bc [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8d39eb10ff6865d68e395b3fd7a8a5e68e3f55f1 [^]
2020-01-24 18:09guilleaerStatusresolved => new
2020-01-24 18:09guilleaerResolutionfixed => open
2020-01-24 18:09guilleaerStatusnew => scheduled
2020-02-12 13:47ranjith_qualiantech_comAssigned Torqueralta => ranjith_qualiantech_com
2020-02-17 06:39hgbotCheckin
2020-02-17 06:39hgbotNote Added: 0117839
2020-02-17 06:39hgbotStatusscheduled => resolved
2020-02-17 06:39hgbotResolutionopen => fixed
2020-02-17 06:39hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8d39eb10ff6865d68e395b3fd7a8a5e68e3f55f1 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7fcfb4882b136a6b4501842072c90cb121c049c8 [^]
2020-02-17 08:26guilleaerReview Assigned To => guilleaer
2020-02-17 08:26guilleaerStatusresolved => closed
2020-02-17 08:26guilleaerFixed in Version => RR20Q2

Notes
(0117046)
hgbot   
2020-01-19 17:07   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c24f3e074d8dddb0f7b1bc7d8e2886f1b48232bc
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Wed Dec 18 13:40:05 2019 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c24f3e074d8dddb0f7b1bc7d8e2886f1b48232bc [^]

Fixed issue 42499: It is possible to do double click in Open Receipt/Verified
Return selectors

- OB.UTIL.showLoading was replaced by a new mobile process ("LoadPaidReceipts")

---
M src-db/database/sourcedata/OBMOBC_PROCESS_DEFINITION.xml
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/utils/orderSelectorUtils.js
---
(0117047)
hgbot   
2020-01-19 19:24   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 8d39eb10ff6865d68e395b3fd7a8a5e68e3f55f1
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Sun Jan 19 13:23:35 2020 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8d39eb10ff6865d68e395b3fd7a8a5e68e3f55f1 [^]

Fixed issue 42499: It is possible to do double click in Open Receipt/Verified
Return selectors

- Backed out changeset: c24f3e074d8d

---
M src-db/database/sourcedata/OBMOBC_PROCESS_DEFINITION.xml
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/utils/orderSelectorUtils.js
---
(0117839)
hgbot   
2020-02-17 06:39   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 7fcfb4882b136a6b4501842072c90cb121c049c8
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Feb 17 11:08:37 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7fcfb4882b136a6b4501842072c90cb121c049c8 [^]

Fixed issue 42499 : Added ProcessController when clicking receipt in selector

* Selector should be closed before loading the receipt
* showLoading is replaced by "Load Paid Receipts" Process Contoller

---
M src-db/database/sourcedata/OBMOBC_PROCESS_DEFINITION.xml
M web/org.openbravo.retail.posterminal/js/components/modalorderselector.js
M web/org.openbravo.retail.posterminal/js/utils/orderSelectorUtils.js
---