Openbravo Issue Tracking System - Retail Modules
View Issue Details
0028338Retail ModulesCash uppublic2014-12-02 18:452014-12-14 23:40
malsasua 
malsasua 
highmajoralways
closedfixed 
20Community Appliance
pi 
RR15Q1 
mtaal
No
0028338: multicurrency: differences in the cashup report between POS and backoffice
with multicurrency, in some cases, there are differences between the amount in cashup report in WEBPOS and the amount in cashup report in backend
. define the next conversion rate:
 . from EUR to USD:
   divide by 0.09061
 . from USD to EUR:
   multiply by 0.09061

. go to webpos
 . new line:
  qty: 1
  amt: 0.71
 . pay it:
  . cash usd -> (7.84 USD) 0.71 EUR

 . do cashup:
  in counted amount:
   (7.84 USD) 0.71 EUR

go to backend
 . execute the same cashup report
  in counted admount:
   (7.84 USD) 0.72 EUR
and it should be 0.71 EUR

attached screenshots
No tags attached.
png cashupPOS.png (254,567) 2014-12-02 18:46
https://issues.openbravo.com/file_download.php?file_id=7568&type=bug
png

png cashupReportBackEnd.png (104,968) 2014-12-02 18:46
https://issues.openbravo.com/file_download.php?file_id=7569&type=bug
png
Issue History
2014-12-02 18:45malsasuaNew Issue
2014-12-02 18:45malsasuaAssigned To => marvintm
2014-12-02 18:45malsasuaTriggers an Emergency Pack => No
2014-12-02 18:46malsasuaFile Added: cashupPOS.png
2014-12-02 18:46malsasuaFile Added: cashupReportBackEnd.png
2014-12-02 19:00malsasuaStatusnew => scheduled
2014-12-02 19:00malsasuaAssigned Tomarvintm => malsasua
2014-12-02 19:00malsasuafix_in_branch => pi
2014-12-02 19:01malsasuaNote Added: 0072249
2014-12-02 19:01malsasuaStatusscheduled => resolved
2014-12-02 19:01malsasuaFixed in Version => RR15Q1
2014-12-02 19:01malsasuaResolutionopen => fixed
2014-12-02 19:18hgbotCheckin
2014-12-02 19:18hgbotNote Added: 0072254
2014-12-02 19:18hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bcfd9f85d6ac3f527f4e4af65f8d1d16908f3d62 [^]
2014-12-14 23:40mtaalReview Assigned To => mtaal
2014-12-14 23:40mtaalNote Added: 0072474
2014-12-14 23:40mtaalStatusresolved => closed

Notes
(0072249)
malsasua   
2014-12-02 19:01   
(the commit message was wrong, and this changeset was relationated with other issue)

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 2862b429447532e0c4e783e98d192e823d9f1532
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Tue Dec 02 18:51:38 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2862b429447532e0c4e783e98d192e823d9f1532 [^] [^]

fixed issue 28228: changed the round mode in multiply method, from ROUND_UP to ROUND_HALF_UP

---
M src/org/openbravo/retail/posterminal/ad_reports/CashUpReport.java
---
(0072254)
hgbot   
2014-12-02 19:18   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: bcfd9f85d6ac3f527f4e4af65f8d1d16908f3d62
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Tue Dec 02 19:17:23 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bcfd9f85d6ac3f527f4e4af65f8d1d16908f3d62 [^]

fixed issue 28338: added line removed in previous commit by error

---
M src/org/openbravo/retail/posterminal/ad_reports/CashUpReport.java
---
(0072474)
mtaal   
2014-12-14 23:40   
Reviewed and tested