Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027660Retail ModulesCash uppublic2014-09-23 12:452015-01-30 10:36
guillermogil 
guillermogil 
normalminorN/A
closedfixed 
5
 
RR15Q2 
marvintm
No
0027660: Give the possibility to not invoice an order on cashup
It should be possible to not invoice an order on cashup process
N/A
No tags attached.
diff notInvoiceOnCashUp.diff (6,964) 2014-09-23 14:47
https://issues.openbravo.com/file_download.php?file_id=7272&type=bug
diff notInvoiceOnCashUpPI.diff (6,964) 2015-01-08 13:19
https://issues.openbravo.com/file_download.php?file_id=7657&type=bug
Issue History
2014-09-23 12:45guillermogilNew Issue
2014-09-23 12:45guillermogilAssigned To => guillermogil
2014-09-23 12:45guillermogilTriggers an Emergency Pack => No
2014-09-23 13:32guillermogilDescription Updatedbug_revision_view_page.php?rev_id=6607#r6607
2014-09-23 14:47guillermogilFile Added: notInvoiceOnCashUp.diff
2014-09-23 14:48guillermogilIssue Monitored: marvintm
2014-09-23 14:49guillermogilNote Added: 0070281
2014-09-23 14:49guillermogilReview Assigned To => marvintm
2014-10-27 15:04guillermogilAssigned Toguillermogil => marvintm
2015-01-08 13:19guillermogilFile Added: notInvoiceOnCashUpPI.diff
2015-01-08 13:19guillermogilNote Added: 0073363
2015-01-08 16:36guillermogilAssigned Tomarvintm => guillermogil
2015-01-09 14:36hgbotCheckin
2015-01-09 14:36hgbotNote Added: 0073399
2015-01-09 14:36hgbotStatusnew => resolved
2015-01-09 14:36hgbotResolutionopen => fixed
2015-01-09 14:36hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4bd9b08dd700c8e7bf423e9dd67524be57e15b2a [^]
2015-01-16 11:28marvintmStatusresolved => closed
2015-01-16 11:28marvintmFixed in Version => RR15Q1
2015-01-30 10:36mtaalFixed in VersionRR15Q1 => RR15Q2

Notes
(0070281)
guillermogil   
2014-09-23 14:49   
You can find attached a diff with the proposed solution.
(0073363)
guillermogil   
2015-01-08 13:19   
You can find attached a diff with the proposed solution for PI.
(0073399)
hgbot   
2015-01-09 14:36   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 4bd9b08dd700c8e7bf423e9dd67524be57e15b2a
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Thu Jan 08 17:03:24 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4bd9b08dd700c8e7bf423e9dd67524be57e15b2a [^]

Fixed issue 27660: Give the possibility to not invoice an order on cashup

Added a new field on sales orderthat will raise a flag to not invoice that order on the cashup process

---
M src-db/database/model/modifiedTables/C_ORDER.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java
---