Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044595Retail ModulesWeb POSpublic2020-07-10 13:572020-08-17 07:07
lmonreal 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
RR20Q4 
No
0044595: Confusing display of the change when there is multicurrency
When I select another currency that the default one and I add a higher amount to pay, the change display with the currency is confusing (see attachment img).

We need to backport the fix to 19Q3
1. Add a product of 20 euros
2. Select payment method USD -->Price gets updated to 22.60 (converted with the rate)
3. Add amount to pay 30 dollars
4. See how change is displayed in attachment-->Is not clear
1. Change converted in Euros should have the label EUR after the price to make it clear

2. Ideally, the estructure of the change is more clear if it is:

$ 7.40 to return
Dollars---->30 USD
          (26.55 EUR)

We need to backport the fix to 19Q3

No tags attached.
png Multicurrency.png (119,682) 2020-07-10 13:57
https://issues.openbravo.com/file_download.php?file_id=14753&type=bug
png
Issue History
2020-07-10 13:57lmonrealNew Issue
2020-07-10 13:57lmonrealAssigned To => Retail
2020-07-10 13:57lmonrealFile Added: Multicurrency.png
2020-07-10 13:57lmonrealResolution time => 1596146400
2020-07-10 13:57lmonrealTriggers an Emergency Pack => No
2020-07-10 13:59lmonrealDescription Updatedbug_revision_view_page.php?rev_id=21305#r21305
2020-07-10 13:59lmonrealSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=21307#r21307
2020-07-10 14:00lmonrealProposed Solution updated
2020-07-30 09:08ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-08-03 13:26ranjith_qualiantech_comStatusnew => scheduled
2020-08-10 09:45hgbotNote Added: 0121933
2020-08-10 09:46hgbotNote Added: 0121934
2020-08-14 06:38hgbotNote Added: 0122039
2020-08-14 06:39hgbotNote Added: 0122040
2020-08-17 07:06hgbotResolutionopen => fixed
2020-08-17 07:06hgbotStatusscheduled => closed
2020-08-17 07:06hgbotNote Added: 0122078
2020-08-17 07:06hgbotFixed in Version => RR20Q4
2020-08-17 07:06hgbotNote Added: 0122079
2020-08-17 07:07hgbotNote Added: 0122080
2020-08-17 07:07hgbotNote Added: 0122081

Notes
(0121933)
hgbot   
2020-08-10 09:45   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/54 [^]
(0121934)
hgbot   
2020-08-10 09:46   
Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/25 [^]
(0122039)
hgbot   
2020-08-14 06:38   
Merge request closed: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/25 [^]
(0122040)
hgbot   
2020-08-14 06:39   
Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/29 [^]
(0122078)
hgbot   
2020-08-17 07:06   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/54 [^]
(0122079)
hgbot   
2020-08-17 07:06   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 912f7fd3428650057297d4cb04f088ebc51e01d6
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2020-08-17T05:06:36+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/912f7fd3428650057297d4cb04f088ebc51e01d6 [^]

Fixed ISSUE-44595: Updated Payment List to show Currency code for MultiCurrency payment
* For USA payments, Currency code should be shown
* For Paid Receips, Payment breakdown should not be changed when payments are modified

---
M web/org.openbravo.retail.posterminal/js/components/order.js
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0122080)
hgbot   
2020-08-17 07:07   
Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: 1854102e21eabdc251bd9db898b252d429d98e41
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2020-08-14T10:05:58+05:30
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/1854102e21eabdc251bd9db898b252d429d98e41 [^]

Verifies ISSUE-44595: Added Automated Test I44595_VerifyReceiptPayment

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I44595_VerifyReceiptPayment.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I32338_ApplyManualPromoAfterTapButtonPay.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I31892_CancelLayawayAndCashUp.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/LayawayVerifyPaymentsInformation.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I37809_VerifyReceiptOverpayment.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I31099_ReturnWithCreditCard.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sharedpaymentmethods/SPMNeedToCloseMaster.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I35186_DefaultPaymentButtonInPayments.java
---
(0122081)
hgbot   
2020-08-17 07:07   
Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/29 [^]