Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0029783 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | minor | always | 2015-05-05 17:04 | 2015-09-18 13:52 | |||
Reporter | malsasua | View Status | public | |||||
Assigned To | mario_castello | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR15Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 44fb21513cc5 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Community Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | SCM revision | |||||||
Review Assigned To | migueldejuana | |||||||
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" | |||||||
Tags | No tags attached. | |||||||
Attached Files | issue29783.png [^] (205,326 bytes) 2015-05-05 17:05
| |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0078839) hgbot (developer) 2015-07-15 21:32 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 76c2a812ad1a3c8c11c31b0628cdda7e8e44ea68 Author: Osmany Garcia Machado <osmany.machado <at> peoplewalking.com> Date: Wed Jul 15 13:32:01 2015 -0600 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/76c2a812ad1a3c8c11c31b0628cdda7e8e44ea68 [^] Fixed issue 29783: wrong position of currency symbol in the payment limit message. --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js --- |
(0079442) marvintm (manager) 2015-08-20 14:24 |
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 (developer) 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 (developer) 2015-09-09 17:56 |
Repository: tools/automation/pi-mobile Changeset: 2784ecf36ebd6f97841be02fe6f9589213b0f2d2 Author: Mario Castello <mario.castello <at> peoplewalking.com> Date: Tue Sep 08 18:50:57 2015 -0600 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/2784ecf36ebd6f97841be02fe6f9589213b0f2d2 [^] Related to issue 29783: Modify the verify message --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I26881_CheckPaymentOverLimitAmount.java --- |
(0080496) migueldejuana (developer) 2015-09-18 13:52 |
Tested and reviewed in 6b56e870b9ca |
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 | View Revisions |
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 |
Copyright © 2000 - 2009 MantisBT Group |