Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029783 | Retail Modules | Web POS | public | 2015-05-05 17:04 | 2015-09-18 13:52 |
|
Reporter | malsasua | |
Assigned To | mario_castello | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | | Fixed in Version | RR15Q4 | |
Merge Request Status | |
Review Assigned To | migueldejuana |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0029783: wrong position of currency symbol in the payment limit message |
Description | In the payment limit message, when the currency symbol is configured to be displayed at the left of the amount, in this message, always is displayed at the right of amount |
Steps To Reproduce | Log into the WebPOS
In the console, execute this line:
OB.MobileApp.model.get('payments')[2].paymentMethod.maxLimitAmount = 10
In the ticket, add products that exceed 10 amount
Pay it with USA cash
the message displayed is:
"The maximum limit (10 $) for this payment method has been exceeded. Payment not allowed"
and it should be
"The maximum limit ($ 10) for this payment method has been exceeded. Payment not allowed"
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0029553 | RR15Q3 | closed | Orekaria | When the payment limit message is printed, we use a specific condition for euro currency |
|
Attached Files | issue29783.png (205,326) 2015-05-05 17:05 https://issues.openbravo.com/file_download.php?file_id=8054&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2015-05-05 17:04 | malsasua | New Issue | |
2015-05-05 17:04 | malsasua | Assigned To | => Retail |
2015-05-05 17:04 | malsasua | Triggers an Emergency Pack | => No |
2015-05-05 17:05 | malsasua | File Added: issue29783.png | |
2015-05-05 17:05 | malsasua | Relationship added | related to 0029553 |
2015-05-05 17:09 | malsasua | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=8445#r8445 |
2015-07-15 21:32 | hgbot | Checkin | |
2015-07-15 21:32 | hgbot | Note Added: 0078839 | |
2015-07-15 21:32 | hgbot | Status | new => resolved |
2015-07-15 21:32 | hgbot | Resolution | open => fixed |
2015-07-15 21:32 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/76c2a812ad1a3c8c11c31b0628cdda7e8e44ea68 [^] |
2015-08-20 14:22 | marvintm | Assigned To | Retail => Osmany |
2015-08-20 14:24 | marvintm | Note Added: 0079442 | |
2015-08-20 14:24 | marvintm | Status | resolved => new |
2015-08-20 14:24 | marvintm | Resolution | fixed => open |
2015-08-20 18:27 | mario_castello | Assigned To | Osmany => mario_castello |
2015-09-09 17:49 | hgbot | Checkin | |
2015-09-09 17:49 | hgbot | Note Added: 0080286 | |
2015-09-09 17:49 | hgbot | Status | new => resolved |
2015-09-09 17:49 | hgbot | Resolution | open => fixed |
2015-09-09 17:49 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/76c2a812ad1a3c8c11c31b0628cdda7e8e44ea68 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/44fb21513cc5ae0fb70060e3e4ca252dd8cc3d16 [^] |
2015-09-09 17:56 | hgbot | Checkin | |
2015-09-09 17:56 | hgbot | Note Added: 0080288 | |
2015-09-18 11:27 | mtaal | Review Assigned To | => migueldejuana |
2015-09-18 13:52 | migueldejuana | Note Added: 0080496 | |
2015-09-18 13:52 | migueldejuana | Status | resolved => closed |
2015-09-18 13:52 | migueldejuana | Fixed in Version | => RR15Q4 |
Notes |
|
(0078839)
|
hgbot
|
2015-07-15 21:32
|
|
|
|
|
The solution is not correct. Instead of hardcoding the check for the dollar currency, the flag which the currency has to specify the position ("ISSYMBOLRIGHTSIDE") should be checked. |
|
|
(0080286)
|
hgbot
|
2015-09-09 17:49
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 44fb21513cc5ae0fb70060e3e4ca252dd8cc3d16
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Wed Sep 09 09:47:30 2015 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/44fb21513cc5ae0fb70060e3e4ca252dd8cc3d16 [^]
Fixed issue 29783: Use function to show currency symbol in message
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/js/components/keypadcoins.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboard-toolbars.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
|
|
|
(0080288)
|
hgbot
|
2015-09-09 17:56
|
|
|
|
|
Tested and reviewed in 6b56e870b9ca |
|