Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029868Retail ModulesWeb POSpublic2015-05-13 15:172015-06-01 17:43
adrianromero 
adrianromero 
normalmajorhave not tried
closedfixed 
5
 
RR15Q3 
marvintm
No
0029868: Define change limit for cash methods
The use case is that in some countries like Mexico, it is allowed to pay using USD but the amount of change in USD is limited by law.
n/a
No tags attached.
related to defect 0031842 closed ranjith_qualiantech_com Confusing fields: 'Allow overpayment' and 'Overpayment limit' 
related to defect 0031792 closed simbu94 It is not possible to return in Cash if a payment with USA Cash does not allow overpayment 
Issue History
2015-05-13 15:17adrianromeroNew Issue
2015-05-13 15:17adrianromeroAssigned To => adrianromero
2015-05-13 15:17adrianromeroTriggers an Emergency Pack => No
2015-05-13 15:33hgbotCheckin
2015-05-13 15:33hgbotNote Added: 0077385
2015-05-13 15:33hgbotStatusnew => resolved
2015-05-13 15:33hgbotResolutionopen => fixed
2015-05-13 15:33hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e7e8d9f2cf17b5c39d847528d1865b85f4d73214 [^]
2015-05-13 16:55adrianromeroNote Added: 0077399
2015-06-01 13:30marvintmNote Added: 0077944
2015-06-01 13:30marvintmStatusresolved => new
2015-06-01 13:30marvintmResolutionfixed => open
2015-06-01 15:58hgbotCheckin
2015-06-01 15:58hgbotNote Added: 0077948
2015-06-01 15:58hgbotStatusnew => resolved
2015-06-01 15:58hgbotResolutionopen => fixed
2015-06-01 15:58hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e7e8d9f2cf17b5c39d847528d1865b85f4d73214 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f7b14ed714eee2d0ff5e4d67ff9fae7494b5c518 [^]
2015-06-01 17:43marvintmReview Assigned To => marvintm
2015-06-01 17:43marvintmStatusresolved => closed
2015-06-01 17:43marvintmFixed in Version => RR15Q3
2016-01-08 12:43adrianromeroRelationship addedrelated to 0031842
2016-01-08 12:44adrianromeroRelationship addedrelated to 0031792

Notes
(0077385)
hgbot   
2015-05-13 15:33   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e7e8d9f2cf17b5c39d847528d1865b85f4d73214
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Wed May 13 15:32:03 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e7e8d9f2cf17b5c39d847528d1865b85f4d73214 [^]

Fixed issue 0029868: Define change limit for cash methods
* It has been added at payment level the fields 'Allow overpayment' and 'Overpayment limit' for cash payment methods
* These two properties are checked when adding new payments and an error message is displayed to the user if the payment conditions are not satisfied

---
M src-db/database/model/tables/OBPOS_APP_PAYMENT_TYPE.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0077399)
adrianromero   
2015-05-13 16:55   
Documentation: http://wiki.openbravo.com/wiki/Retail:Configuration_Guide#POS_Terminal_Type_window [^]
(0077944)
marvintm   
2015-06-01 13:30   
The message with search key OBPOS_OverpaymentNotAvailable is missing.
(0077948)
hgbot   
2015-06-01 15:58   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: f7b14ed714eee2d0ff5e4d67ff9fae7494b5c518
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Jun 01 15:56:17 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f7b14ed714eee2d0ff5e4d67ff9fae7494b5c518 [^]

Fixes issue 0029868: Define change limit for cash methods
* Fixing type in message name

---
M src-db/database/sourcedata/AD_MESSAGE.xml
---