Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029307Retail ModulesCash uppublic2015-03-16 11:302015-04-14 12:18
aaroncalero 
aaroncalero 
highmajorhave not tried
closedfixed 
5
pi 
RR15Q1.3RR15Q1.3 
adrianromero
Production - Confirmed Stable
2014-07-31
RR14Q3
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b4857a1be895 [^]
No
0029307: The Paymentmethodcashup table is not correctly updated using multiorders
The Paymentmethodcashup table is not correctly updated using multiorders.
The Paymentmethodcashup table is updated the first time multiorders are used to pay open tickets, but from then on the table is no longer updated
Login in WebPOS
Create 4 tickets and add some products to all of them. Do NOT close the tickets.
Verify the values in the paymentmethodcashup table.
Using the menu entry 'Pay Open tickets' pay the first 2 tickets.
Verify that the paymentmethodcashup table is updated.
Using the menu entry 'Pay Open tickets' pay the remaining 2 tickets.
Verify that the paymentmethodcashup table is NOT updated.
Approved
blocks defect 0029287RR15Q3 closed aaroncalero The Paymentmethodcashup table is not correctly updated using multiorders 
Issue History
2015-03-17 09:43aaroncaleroTypedefect => backport
2015-03-17 09:43aaroncaleroTarget VersionRR15Q2 => RR15Q1.2
2015-03-17 11:49dmitry_mezentsevTag Attached: Approved
2015-03-17 11:49dmitry_mezentsevNote Added: 0075686
2015-03-26 18:58malsasuaTarget VersionRR15Q1.2 => RR15Q1.3
2015-04-14 11:01aaroncaleroAssigned Tomarvintm => aaroncalero
2015-04-14 11:03hgbotCheckin
2015-04-14 11:03hgbotNote Added: 0076512
2015-04-14 11:03hgbotStatusscheduled => resolved
2015-04-14 11:03hgbotResolutionopen => fixed
2015-04-14 11:03hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR15Q1.3/org.openbravo.retail.posterminal/rev/95e0bf6513959caaebe075edb6d3853fbd15cacb [^]
2015-04-14 12:18adrianromeroReview Assigned To => adrianromero
2015-04-14 12:18adrianromeroNote Added: 0076516
2015-04-14 12:18adrianromeroStatusresolved => closed
2015-04-14 12:18adrianromeroFixed in Version => RR15Q1.3

Notes
(0075686)
dmitry_mezentsev   
2015-03-17 11:49   
If the issue is closed before 15Q1.2 is packaged - we include it, if not - we include it in 15Q1.3.
(0076512)
hgbot   
2015-04-14 11:03   
Repository: retail/backports/3.0RR15Q1.3/org.openbravo.retail.posterminal
Changeset: 95e0bf6513959caaebe075edb6d3853fbd15cacb
Author: Aaron Calero <aaron.calero <at> openbravo.com>
Date: Tue Apr 14 10:52:20 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q1.3/org.openbravo.retail.posterminal/rev/95e0bf6513959caaebe075edb6d3853fbd15cacb [^]

Fixed issue 29307: The Paymentmethodcashup table is not correctly updated using multiorders

The array used to keep the list of orders within the multiorder (to be passed to the cashup report) is now reset after the cashup report is called, so the next time a multiorder ticket is closed, the array is empty and only receipts belonging to the current multiorder are considered for the cashup report.

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0076516)
adrianromero   
2015-04-14 12:18   
Verified