Openbravo Issue Tracking System - Retail Modules
View Issue Details
0028165Retail ModulesWeb POSpublic2014-11-12 18:432014-12-10 17:08
caristu 
marvintm 
highminoralways
closedfixed 
5
 
RR15Q1RR15Q1 
marvintm
No
0028165: Receipts are not synchronized under some cirmcunstances
Receipts can be generated with paid = 0. This can cause that they are not synchronized under some cirmcunstances
1) Create a new receipt and mark it to be invoiced
2) Add a product
3) Pay it using any payment method. Not click on Done yet.
4) Go to the receipt line. Set the price to zero.
5) Now click on Done
6) The order is not synchronized properly
Attached the proposed patch for OrderLoader.java
No tags attached.
diff 28165.diff (1,164) 2014-11-12 18:44
https://issues.openbravo.com/file_download.php?file_id=7507&type=bug
Issue History
2014-11-12 18:43caristuNew Issue
2014-11-12 18:43caristuAssigned To => marvintm
2014-11-12 18:43caristuResolution time => 1422140400
2014-11-12 18:43caristuTriggers an Emergency Pack => No
2014-11-12 18:43caristuTarget Version => RR15Q1
2014-11-12 18:44caristuIssue Monitored: networkb
2014-11-12 18:44caristuFile Added: 28165.diff
2014-11-28 19:49hgbotCheckin
2014-11-28 19:49hgbotNote Added: 0072150
2014-11-28 19:49hgbotStatusnew => resolved
2014-11-28 19:49hgbotResolutionopen => fixed
2014-11-28 19:49hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ea56a08040cfb2ad642e10c10ce7ed45df0b3b3a [^]
2014-11-28 20:00szapataNote Added: 0072151
2014-12-10 17:08marvintmReview Assigned To => marvintm
2014-12-10 17:08marvintmStatusresolved => closed
2014-12-10 17:08marvintmFixed in Version => RR15Q1

Notes
(0072150)
hgbot   
2014-11-28 19:49   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ea56a08040cfb2ad642e10c10ce7ed45df0b3b3a
Author: Salvador Zapata <salvador.zapata <at> gmail.com>
Date: Fri Nov 28 15:48:17 2014 -0300
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ea56a08040cfb2ad642e10c10ce7ed45df0b3b3a [^]

Fixed issue 28165: Order created properly and invoice also created

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0072151)
szapata   
2014-11-28 20:00   
Applied patch. Tested the results and everything seems ok.