Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036389Retail ModulesWeb POSpublic2017-07-03 17:302017-09-28 14:08
asiermartirena 
asiermartirena 
highmajoralways
closedfixed 
5
 
RR17Q4 
marvintm
No
0036389: The cashup report shouldn't show the payments that are not counted in the cashup
There's a flag at payment method level under the pos terminal type window that defines if a payment method is counted in the cashup. The payment methods that are not counted in the cashup mustn't appear in the cash up report, both in the frontend and backend reports.
Execute a cash up report with a terminal that contains a payment method that is not counted in the cashup.
No tags attached.
Issue History
2017-07-03 17:30asiermartirenaNew Issue
2017-07-03 17:30asiermartirenaAssigned To => Retail
2017-07-03 17:30asiermartirenaResolution time => 1499637600
2017-07-03 17:30asiermartirenaTriggers an Emergency Pack => No
2017-07-04 12:45asiermartirenaAssigned ToRetail => asiermartirena
2017-09-21 08:49hgbotCheckin
2017-09-21 08:49hgbotNote Added: 0099197
2017-09-21 08:49hgbotStatusnew => resolved
2017-09-21 08:49hgbotResolutionopen => fixed
2017-09-21 08:49hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6d54913295de7796873f64210acc4f86adf27c23 [^]
2017-09-25 15:47marvintmResolution time1499637600 => 1507327200
2017-09-27 17:37marvintmNote Added: 0099637
2017-09-27 17:37marvintmStatusresolved => new
2017-09-27 17:37marvintmResolutionfixed => open
2017-09-28 12:16hgbotCheckin
2017-09-28 12:16hgbotNote Added: 0099650
2017-09-28 12:24asiermartirenaIssue Monitored: asiermartirena
2017-09-28 12:24asiermartirenaIssue End Monitor: asiermartirena
2017-09-28 12:24asiermartirenaStatusnew => scheduled
2017-09-28 12:25asiermartirenaStatusscheduled => resolved
2017-09-28 12:25asiermartirenaFixed in Version => pi
2017-09-28 12:25asiermartirenaResolutionopen => fixed
2017-09-28 14:08marvintmReview Assigned To => marvintm
2017-09-28 14:08marvintmStatusresolved => closed
2017-09-28 14:08marvintmFixed in Versionpi => RR17Q4

Notes
(0099197)
hgbot   
2017-09-21 08:49   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 6d54913295de7796873f64210acc4f86adf27c23
Author: Ander Iraceburu <ander.iraceburu <at> openbravo.com>
Date: Tue Jul 04 12:39:33 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6d54913295de7796873f64210acc4f86adf27c23 [^]

Fixed issue 36389 : Now the payments methods that are not counted in the cashup will not be shown in cashup reports

---
M src/org/openbravo/retail/posterminal/ad_reports/CashUpReport.java
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-model.js
M web/org.openbravo.retail.posterminal/res/printcashup.xml
---
(0099637)
marvintm   
2017-09-27 17:37   
Now the payment is correctly not shown in the xml report, and also in the java backend report. However, in the WebPOS window, the payment information is still shown in the following sections:
- Starting
- Withdrawals
- Deposits
(0099650)
hgbot   
2017-09-28 12:16   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 437e6fb1a6b16502b2170f1a079f6c6686ca9413
Author: Ander Iraceburu <ander.iraceburu <at> openbravo.com>
Date: Wed Sep 27 17:57:39 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/437e6fb1a6b16502b2170f1a079f6c6686ca9413 [^]

Related to issue 36389: Now Webpos also hides the payment methods that are not counted in the cashup

---
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-model.js
---