Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043894Retail ModulesWeb POSpublic2020-04-29 04:212020-05-07 09:27
ranjith_qualiantech_com 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR20Q2RR20Q2 
marvintm
Packaging and release
2020-02-17
main
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7fcfb4882b136a6b4501842072c90cb121c049c8 [^]
No
0043894: JS error occurs when closing the Related receipts popup
If click the cancel button in Related receipts popup, JS error occurs due to the execution id was null when finishing the ProcessController
In Backoffice, Channel Touchpoint type window
Enable Allow Prepayments
Enable Show Related receipts
In POS
Create few receipt with partial payment for non anonymous customer
Menu -> Open Receipt -> Select any of above completed receipt
It will show the Related receipts in the popup.
If we click the Cancel button in the Related receipts popup, JS error occurs
No tags attached.
blocks defect 0043892 closed ranjith_qualiantech_com JS error occurs when closing the Related receipts popup 
Issue History
2020-04-29 05:52ranjith_qualiantech_comTypedefect => backport
2020-04-29 05:52ranjith_qualiantech_comTarget Version => RR20Q2
2020-05-06 09:18hgbotCheckin
2020-05-06 09:18hgbotNote Added: 0119612
2020-05-06 09:18hgbotStatusscheduled => resolved
2020-05-06 09:18hgbotResolutionopen => fixed
2020-05-06 09:18hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR20Q2/org.openbravo.retail.posterminal/rev/569cb3ab1f36cd208b46ff4fe186ef9ea19c2071 [^]
2020-05-07 09:27marvintmReview Assigned To => marvintm
2020-05-07 09:27marvintmStatusresolved => closed
2020-05-07 09:27marvintmFixed in Version => RR20Q2

Notes
(0119612)
hgbot   
2020-05-06 09:18   
Repository: retail/backports/3.0RR20Q2/org.openbravo.retail.posterminal
Changeset: 569cb3ab1f36cd208b46ff4fe186ef9ea19c2071
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed May 06 12:47:49 2020 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR20Q2/org.openbravo.retail.posterminal/rev/569cb3ab1f36cd208b46ff4fe186ef9ea19c2071 [^]

Fixed issue 43894 : Added ProcessController to Related receipt popup

* ProcessController Execution loadPaidReceipts should be created
if Related receipt popup is cancelled or by opening the selected related receipts
* In Open Receipt popup, if multiselect is enabled, popup should not be closed
when selecting the receipt instead receipt checkbox should be selected

---
M web/org.openbravo.retail.posterminal/js/components/modalorderselector.js
M web/org.openbravo.retail.posterminal/js/utils/orderSelectorUtils.js
---