Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029106Retail ModulesCash uppublic2015-03-03 09:272024-02-08 14:43
malsasua 
Retail 
normalmajoralways
closedout of date 
20Community Appliance
 
 
No
0029106: In cashup report in webpos, currency rate is not updated
when the currency rate has been updated in backoffice, it is not updated in webpos, and the cashup report use the no updated rate
. backoffice:
  . currency rate:
   . USD -> EUR:
      mult rate: 2
      date from & date to: 01/03/2015
   . EUR -> USD:
      mult rate: 4
      date from & date to: 02/03/2015

. webpos (day 01/03/2015):
  . clean cache
  . login
  . in database local, in paymentmethodcashup table:
    . currency rate USD:
      . mult rate: 2
  . do receipts and paid in USD

  . logout
  . login (day 02/03/2015):
  . in database local, in paymentmethodcashup table:
    . currency rate USD:
      . mult rate: 2
  . do receipts and paid in USD
  . do casup:
  in cashup report currency rate used is 2 and it should be 4
No tags attached.
depends on design defect 0029123 closed Retail Stabilization: Apply the Currency Conversion API where missing 
blocks defect 0029125 new marvintm Stabilization: The original amount in paid receipts is not the amount retrieved from the server 
blocks feature request 0029465RR16Q1 closed Retail QA: RR15Q3: Add tests for Mobile applications 
patch posterminal_4561.patch (2,401) 2015-03-04 10:57
https://issues.openbravo.com/file_download.php?file_id=7849&type=bug
diff diffUPdateRatePaymentMethodCashup.diff (649) 2015-03-06 13:19
https://issues.openbravo.com/file_download.php?file_id=7859&type=bug
Issue History
2015-03-03 09:27malsasuaNew Issue
2015-03-03 09:27malsasuaAssigned To => marvintm
2015-03-03 09:27malsasuaTriggers an Emergency Pack => No
2015-03-03 10:17OrekariaRelationship addedblocks 0028933
2015-03-04 10:43OrekariaFile Added: posterminal_4561.patch
2015-03-04 10:47OrekariaFile Deleted: posterminal_4561.patch
2015-03-04 10:57OrekariaFile Added: posterminal_4561.patch
2015-03-04 11:04OrekariaRelationship addeddepends on 0029123
2015-03-04 11:27OrekariaRelationship addedblocks 0029125
2015-03-04 12:43OrekariaNote Added: 0075154
2015-03-06 13:19malsasuaFile Added: diffUPdateRatePaymentMethodCashup.diff
2015-03-09 00:19hgbotCheckin
2015-03-09 00:19hgbotNote Added: 0075275
2015-03-30 18:51OrekariaRelationship addeddepends on 0029465
2015-03-30 18:51OrekariaRelationship deletedblocks 0028933
2015-03-30 18:52OrekariaRelationship replacedblocks 0029465
2016-10-14 12:10malsasuaResolution time => 1478214000
2016-10-14 12:10malsasuaSeverityminor => major
2016-10-25 17:28malsasuaResolution time1478214000 =>
2016-10-25 17:28malsasuaTypedefect => design defect
2016-10-25 17:33jorge-garciaAssigned Tomarvintm => jorge-garcia
2016-10-25 17:33jorge-garciaAssigned Tojorge-garcia => Retail
2024-02-08 14:43shuehnerNote Added: 0160452
2024-02-08 14:43shuehnerStatusnew => closed
2024-02-08 14:43shuehnerResolutionopen => out of date

Notes
(0075154)
Orekaria   
2015-03-04 12:43   
Suggested test:
- create a sale with the default currency rate
- change the rate in the backoffice
- create another sale with the new currency rate
- verify cashup

Can help the 'ConversionRateChange' test
(0075275)
hgbot   
2015-03-09 00:19   
Repository: tools/automation/pi-mobile
Changeset: befcb34c58c1f878a5d358d4f18a8cc2d4632e51
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sat Mar 07 23:00:53 2015 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/befcb34c58c1f878a5d358d4f18a8cc2d4632e51 [^]

Related to issue 28933. Verifies issue 29106: Added 'I29106_ConversionRateChange' test

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I29106_ConversionRateChange.java
---
(0160452)
shuehner   
2024-02-08 14:43   
After mass reviewing old pos issues in 52891 => Closing as out of date