Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029229Retail ModulesWeb POSpublic2015-03-10 18:552015-03-30 13:08
jecharri 
Osmany 
urgentmajoralways
closedfixed 
5
 
RR15Q3RR15Q2 
marvintm
No
0029229: Cash up report is showing different information in Web POS and ERP
Cash up report is showing different information in Web POS and ERP
-Configure the terminal to allow payments using credit
-Go to Web POS
-Check that you have 0 in sales. If it is not the case to a cash up and keep 0
-Create a ticket with amount 150.50 and pay with cash
-Create another ticket with total 150.50 and pay in credit
-Do the cash up

Verify that in the cash up report using Web POS Gross Sales will say 301, meanwhile if you execute the same report in the ERP you will see that gross sales is 150.50.
-In Web POS display 150.50 as Gross Sales and create a new section telling sales on credit
-Do the same in the ERP
No tags attached.
Issue History
2015-03-10 18:55jecharriNew Issue
2015-03-10 18:55jecharriAssigned To => marvintm
2015-03-10 18:55jecharriResolution time => 1428789600
2015-03-10 18:55jecharriTriggers an Emergency Pack => No
2015-03-13 10:36jonalegriaesarteTarget VersionRR15Q2 => RR15Q3
2015-03-17 16:28OsmanyAssigned Tomarvintm => Osmany
2015-03-24 20:48hgbotCheckin
2015-03-24 20:48hgbotNote Added: 0075949
2015-03-24 20:48hgbotStatusnew => resolved
2015-03-24 20:48hgbotResolutionopen => fixed
2015-03-24 20:48hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e92b82c77ac343dea8ccd17dac6d016f0a425ee6 [^]
2015-03-27 11:40migueldejuanaNote Added: 0076068
2015-03-27 11:40migueldejuanaStatusresolved => new
2015-03-27 11:40migueldejuanaResolutionfixed => open
2015-03-27 16:44hgbotCheckin
2015-03-27 16:44hgbotNote Added: 0076102
2015-03-27 16:44hgbotStatusnew => resolved
2015-03-27 16:44hgbotResolutionopen => fixed
2015-03-27 16:44hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e92b82c77ac343dea8ccd17dac6d016f0a425ee6 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/394e2df008c182796bd23d75105b8a62f199d4f9 [^]
2015-03-30 13:08marvintmReview Assigned To => marvintm
2015-03-30 13:08marvintmStatusresolved => closed
2015-03-30 13:08marvintmFixed in Version => RR15Q2

Notes
(0075949)
hgbot   
2015-03-24 20:48   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e92b82c77ac343dea8ccd17dac6d016f0a425ee6
Author: Osmany Garcia Machado <osmany.machado <at> peoplewalking.com>
Date: Tue Mar 24 13:48:07 2015 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e92b82c77ac343dea8ccd17dac6d016f0a425ee6 [^]

Fixed issue 29229: Cash up report is showing different information in Web POS and ERP.

---
M src/org/openbravo/retail/posterminal/ad_reports/CashUpReport.java
---
(0076068)
migueldejuana   
2015-03-27 11:40   
It doesn't work with this steps:

- Clean cashup
- Create a order with Avalanche Transceiver
- Create a return with Avalanche Transceiver
- Create a layaway with Avalanche Transceiver (Do not pay anything)
- Create a quotation with Avalanche Transceiver
- Do cash up and see: Gross sales = 301

- Go to backend and open POS Terminal Window, Cash up History Tab
- Select created Cash up and see: Gross sales = 301
- Press Cash up Report button
- ERROR: In the report, Gross sales = 0
(0076102)
hgbot   
2015-03-27 16:44   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 394e2df008c182796bd23d75105b8a62f199d4f9
Author: Osmany Garcia Machado <osmany.machado <at> peoplewalking.com>
Date: Fri Mar 27 09:44:10 2015 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/394e2df008c182796bd23d75105b8a62f199d4f9 [^]

Fixed issue 29229: The return order have document type different. Then I add this condition at query.

---
M src/org/openbravo/retail/posterminal/ad_reports/CashUpReport.java
---