Openbravo Issue Tracking System - Retail Modules
View Issue Details
0050955Retail ModulesWeb POSpublic2022-11-21 10:062022-12-22 13:52
ignacio_deandres 
ignacio_deandres 
normaltrivialhave not tried
closedfixed 
5
 
 
No
0050955: Max. limit amount field does not work when a Payment provider is set in the Touchpoint window
When the Max. limit amount is set in the Touchpoint type window and a payment provider is set, the functionality will not work properly, it should not allow the payment but it does.
  - Go to the Touchpoint type window and select a terminal (e.g. VBS-1).
  - Go to the Payment Type tab and select for instance the Card record and navigate
   to its window.
  - Set the max. limit amount to 10 for example and set a payment provider.
   Go to the POS and pay using that payment type. You will notice that it lets you
   do the payment. On the other hand, if you leave the payment provider field empty
   it will not allow the payment.
No tags attached.
blocks feature request 0050945 closed ignacio_deandres Modules Verifone Integration for E-meals cards 
Issue History
2022-11-21 10:06ignacio_deandresNew Issue
2022-11-21 10:06ignacio_deandresAssigned To => Retail
2022-11-21 10:06ignacio_deandresTriggers an Emergency Pack => No
2022-11-21 16:11adrianromeroRelationship addedblocks 0050945
2022-11-21 16:11adrianromeroAssigned ToRetail => ignacio_deandres
2022-11-24 12:33hgbotNote Added: 0144103
2022-11-24 12:34hgbotNote Added: 0144104
2022-12-22 13:50hgbotNote Added: 0144932
2022-12-22 13:50hgbotResolutionopen => fixed
2022-12-22 13:50hgbotStatusnew => closed
2022-12-22 13:50hgbotFixed in Version => RR23Q1
2022-12-22 13:50hgbotNote Added: 0144933
2022-12-22 13:52hgbotNote Added: 0144934
2022-12-22 13:52hgbotFixed in VersionRR23Q1 => 23Q1
2022-12-22 13:52hgbotNote Added: 0144935

Notes
(0144103)
hgbot   
2022-11-24 12:33   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/999 [^]
(0144104)
hgbot   
2022-11-24 12:34   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1387 [^]
(0144932)
hgbot   
2022-12-22 13:50   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/999 [^]
(0144933)
hgbot   
2022-12-22 13:50   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: c6746d7c04e2b3691fbfddee202695beb564d9e1
Author: Ignacio De Andrés <ignacio.deandres@openbravo.com>
Date: 22-12-2022 12:50:23
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/c6746d7c04e2b3691fbfddee202695beb564d9e1 [^]

Fixes ISSUE-50955: Max limit amount logic works in every payment case
* Works when payment provider is configured
* Is executed before any other payment validation

---
M web/org.openbravo.retail.posterminal/js/components/keypadcoins.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboard-toolbars.js
---
(0144934)
hgbot   
2022-12-22 13:52   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1387 [^]
(0144935)
hgbot   
2022-12-22 13:52   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: fa59007ae83090b42870a5c58ce678d58760bce4
Author: Ignacio De Andrés <ignacio.deandres@openbravo.com>
Date: 22-12-2022 12:52:16
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/fa59007ae83090b42870a5c58ce678d58760bce4 [^]

Fixes ISSUE-50955: Max limit amount logic works in every payment case
* Works when payment provider is configured
* Is executed before any other payment validation

---
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentIntegration/processPayment.js
---