Openbravo Issue Tracking System - POS2
View Issue Details
0051312POS2POSpublic2023-01-10 10:282023-07-07 06:07
ranjith_qualiantech_com 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
23Q4 
No
0051312: Payment amount in USA Cash is showing wrong in completed receipt
Payment amount in USA Cash is showing wrong in completed receipt
1) Login POS2
2) Add Product "Avalanche transceiver" twice.
3) Pay with USA Cash for "229.01" Euro. (Click USA Cash, payment with "229.01" Euro will be automatically added)
4) Remaining pay with Cash "71.99" Euro
5) Complete the receipt
6) Open receipt
7) Payment for USA Cash is wrong.
   It should be "229.01" Euro. <-- OK
   It should be "301.00" Euro. <-- KO
No tags attached.
png 51312.png (94,631) 2023-07-06 11:42
https://issues.openbravo.com/file_download.php?file_id=18734&type=bug
png
Issue History
2023-01-10 10:28ranjith_qualiantech_comNew Issue
2023-01-10 10:28ranjith_qualiantech_comAssigned To => Retail
2023-01-10 10:28ranjith_qualiantech_comTriggers an Emergency Pack => No
2023-05-05 08:07niketanraiIssue Monitored: niketanrai
2023-05-08 06:06ranjith_qualiantech_comStatusnew => scheduled
2023-05-20 12:53hgbotNote Added: 0150004
2023-07-03 07:31ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2023-07-06 11:40ranjith_qualiantech_comSummaryDollar Symbol is not showing for USA Cash in completed receipt => Payment amount in USA Cash is showing wrong in completed receipt
2023-07-06 11:40ranjith_qualiantech_comDescription Updatedbug_revision_view_page.php?rev_id=26410#r26410
2023-07-06 11:40ranjith_qualiantech_comSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=26412#r26412
2023-07-06 11:41ranjith_qualiantech_comFile Added: 51312.png
2023-07-06 11:41ranjith_qualiantech_comFile Deleted: 51312.png
2023-07-06 11:42ranjith_qualiantech_comFile Added: 51312.png
2023-07-06 12:21ranjith_qualiantech_comSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=26417#r26417
2023-07-07 06:07hgbotResolutionopen => fixed
2023-07-07 06:07hgbotStatusscheduled => closed
2023-07-07 06:07hgbotNote Added: 0152174
2023-07-07 06:07hgbotFixed in Version => 23Q4
2023-07-07 06:07hgbotNote Added: 0152175

Notes
(0150004)
hgbot   
2023-05-20 12:53   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1826 [^]
(0152174)
hgbot   
2023-07-07 06:07   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1826 [^]
(0152175)
hgbot   
2023-07-07 06:07   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: fbb7860da9ffe95089255ab29d0790807cb82911
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 07-07-2023 04:06:53
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/fbb7860da9ffe95089255ab29d0790807cb82911 [^]

Fixed ISSUE-51312: Payment amount should be always shown in store currency
* When opening paid receipt with other currency payments,
  then payment amount should be converted and shown in store currency

---
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketSummary/TicketSummaryView.jsx
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketSummary/__test__/TicketSummary.test.jsx
---