Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043892Retail ModulesWeb POSpublic2020-04-29 04:212020-05-06 08:19
ranjith_qualiantech_com 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR20Q3 
marvintm
Packaging and release
2020-02-17
main
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7fcfb4882b136a6b4501842072c90cb121c049c8 [^]
No
0043892: 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.
depends on backport 0043894RR20Q2 closed ranjith_qualiantech_com JS error occurs when closing the Related receipts popup 
Issue History
2020-04-29 04:21ranjith_qualiantech_comNew Issue
2020-04-29 04:21ranjith_qualiantech_comAssigned To => ranjith_qualiantech_com
2020-04-29 04:21ranjith_qualiantech_comRegression level => Packaging and release
2020-04-29 04:21ranjith_qualiantech_comRegression date => 2020-02-17
2020-04-29 04:21ranjith_qualiantech_comRegression introduced in release => main
2020-04-29 04:21ranjith_qualiantech_comRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7fcfb4882b136a6b4501842072c90cb121c049c8 [^]
2020-04-29 04:21ranjith_qualiantech_comTriggers an Emergency Pack => No
2020-04-29 05:52ranjith_qualiantech_comStatusnew => scheduled
2020-05-01 05:59hgbotCheckin
2020-05-01 05:59hgbotNote Added: 0119507
2020-05-03 07:36ranjith_qualiantech_comStatusscheduled => resolved
2020-05-03 07:36ranjith_qualiantech_comResolutionopen => fixed
2020-05-06 08:19marvintmReview Assigned To => marvintm
2020-05-06 08:19marvintmStatusresolved => closed
2020-05-06 08:19marvintmFixed in Version => RR20Q3

Notes
(0119507)
hgbot   
2020-05-01 05:59   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 25a47699d05f6641db683edea8798c3f64cf56cd
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri May 01 09:29:25 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/25a47699d05f6641db683edea8798c3f64cf56cd [^]

Related to issue-43892 : 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
---