Openbravo Issue Tracking System - Retail Modules
View Issue Details
0050605Retail ModulesWeb POSpublic2022-10-21 15:012022-11-23 16:16
joniturralde93 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
RR23Q1 
No
0050605: Payment method category weird interaction with Provider group
When we try to configure payment methods using these two functionalities at once, it doesn't work correctly.
1. Configure two payment methods to use the same provider group for one terminal
2. Ensure the two payment methods appear as one combined provider button in the web POS
3. Configure a normal payment method, like cash
4. Configure the 3 payment methods with the same payment method category
5. Result is, we still have the provider button, and also the new category button, and in the category popup we have cash and the other two payment methods (separated). -> This is already weird, as in the payment method category popup, the provider group payments are separated, and also there is still the provider button outside the category button.
6. Get the cash payment out of the payment category in backoffice.
7. In the web pos, there is no payment method category button anymore, only the normal provider button.
- Most importantly, if only provider group payment methods are configured in a payment method category, the payment method category button doesn't appear in Web POS as of now.

- Review if both buttons should appear (grouped provider button and payment method category button).

- Review if the payment methods configured with provider group should appear separately inside the payment method category button.
No tags attached.
Issue History
2022-10-21 15:01joniturralde93New Issue
2022-10-21 15:01joniturralde93Assigned To => Retail
2022-10-21 15:01joniturralde93Triggers an Emergency Pack => No
2022-10-24 12:16PracticsIssue Monitored: Practics
2022-10-31 07:15ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2022-10-31 11:02ranjith_qualiantech_comStatusnew => scheduled
2022-11-09 13:42hgbotNote Added: 0143303
2022-11-11 08:38hgbotResolutionopen => fixed
2022-11-11 08:38hgbotStatusscheduled => closed
2022-11-11 08:38hgbotFixed in Version => RR23Q1
2022-11-11 08:38hgbotNote Added: 0143453
2022-11-11 08:38hgbotNote Added: 0143454
2022-11-22 18:04joniturralde93Note Added: 0144025
2022-11-22 18:04joniturralde93Statusclosed => new
2022-11-22 18:04joniturralde93Resolutionfixed => open
2022-11-22 18:04joniturralde93Fixed in VersionRR23Q1 =>
2022-11-23 07:45ranjith_qualiantech_comStatusnew => scheduled
2022-11-23 07:59hgbotNote Added: 0144031
2022-11-23 16:16hgbotNote Added: 0144048
2022-11-23 16:16hgbotResolutionopen => fixed
2022-11-23 16:16hgbotStatusscheduled => closed
2022-11-23 16:16hgbotFixed in Version => RR23Q1
2022-11-23 16:16hgbotNote Added: 0144049

Notes
(0143303)
hgbot   
2022-11-09 13:42   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/982 [^]
(0143453)
hgbot   
2022-11-11 08:38   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: fe1de3ff22d95285644bf67726a45afa5645fdf0
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 11-11-2022 07:38:04
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/fe1de3ff22d95285644bf67726a45afa5645fdf0 [^]

Fixed ISSUE-50605: Provider payment should be shown in Payment category popup
* If payment method is configured with Payment provider and Payment category, then
  Payment provider should be shown inside Payment category popup
* Payment info should be shown when payment method from Payment category is selected
  and receipt has pending amount
* Payment type name will be displayed as payment method name
  in Payment Category popup and payment selected info

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboard-toolbars.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/modals/modalpayments.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0143454)
hgbot   
2022-11-11 08:38   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/982 [^]
(0144025)
joniturralde93   
2022-11-22 18:04   
In the customer environment, the images for the payment methods are not seen in the payment method category popup.
(0144031)
hgbot   
2022-11-23 07:59   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/997 [^]
(0144048)
hgbot   
2022-11-23 16:16   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/997 [^]
(0144049)
hgbot   
2022-11-23 16:16   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 950700a2d9760302c78e7eb371b8bfa0123fce5f
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 23-11-2022 12:17:45
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/950700a2d9760302c78e7eb371b8bfa0123fce5f [^]

Fixed ISSUE-50605: Payment should be shown with image in Payment Category Popup
* Payment Image should be shown from the following order
  1) Payment provider
  2) Payment method

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/modals/modalpayments.js
---