Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027722Retail ModulesWeb POSpublic2014-10-01 08:542015-01-31 10:46
guillermogil 
guillermogil 
highmajorN/A
closedfixed 
5
 
RR15Q2 
marvintm
No
0027722: Give the possibility to leave a payment method without financial account
It could be nice to have the possibility to have a payment method defined on WebPOS that does not have a financial account associated.
This could leave that payment on credit and it should not invoice the tickets on which that payment method is used.
N/A
No tags attached.
related to defect 0028086 closed guillermogil Copy store fails if it looks for a null value 
related to defect 0028287 closed guillermogil Copy terminal fails if it looks for a null value 
related to defect 0028678 closed guillermogil Modify Leave as Credit label and position of the fields 
causes defect 0030550 closed Retail It is not possible to check a Payment Type as default cash payment method 
diff paymentWithoutFinAcc.diff (55,461) 2014-10-02 13:14
https://issues.openbravo.com/file_download.php?file_id=7295&type=bug
diff paymentWithoutFinAccPI.diff (55,548) 2015-01-08 16:35
https://issues.openbravo.com/file_download.php?file_id=7658&type=bug
Issue History
2014-10-01 08:54guillermogilNew Issue
2014-10-01 08:54guillermogilAssigned To => guillermogil
2014-10-01 08:54guillermogilTriggers an Emergency Pack => No
2014-10-01 15:44guillermogilIssue Monitored: marvintm
2014-10-01 15:45guillermogilFile Added: paymentWithoutFinAcc.diff
2014-10-01 15:45guillermogilReview Assigned To => marvintm
2014-10-01 15:45guillermogilNote Added: 0070609
2014-10-02 13:14guillermogilFile Deleted: paymentWithoutFinAcc.diff
2014-10-02 13:14guillermogilFile Added: paymentWithoutFinAcc.diff
2014-10-27 15:04guillermogilAssigned Toguillermogil => marvintm
2014-11-05 10:33guillermogilRelationship addedrelated to 0028086
2014-11-26 11:01guillermogilRelationship addedrelated to 0028287
2015-01-08 16:35guillermogilFile Added: paymentWithoutFinAccPI.diff
2015-01-08 16:35guillermogilNote Added: 0073372
2015-01-08 16:36guillermogilAssigned Tomarvintm => guillermogil
2015-01-09 14:36hgbotCheckin
2015-01-09 14:36hgbotNote Added: 0073398
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/107c621ecd4e649b2eee601aa6d4dc1c6e94aa6a [^]
2015-01-16 13:05marvintmStatusresolved => closed
2015-01-16 13:05marvintmFixed in Version => RR15Q1
2015-01-19 15:44guillermogilRelationship addedrelated to 0028678
2015-01-31 10:46mtaalFixed in VersionRR15Q1 => RR15Q2
2015-09-08 11:42OrekariaRelationship addedcauses 0030550

Notes
(0070609)
guillermogil   
2014-10-01 15:45   
You can find attached the proposed solution
(0073372)
guillermogil   
2015-01-08 16:35   
You can find attached the proposed solution for PI
(0073398)
hgbot   
2015-01-09 14:36   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 107c621ecd4e649b2eee601aa6d4dc1c6e94aa6a
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Thu Jan 08 17:02:17 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/107c621ecd4e649b2eee601aa6d4dc1c6e94aa6a [^]

Fixed issue 27722:Possibility to leave a payment method without financial account

Added the infrastucture to allow payment methods without finacc if they are checked as leave as credit
Added sanity checks and query filters to take the development into account

---
M src-db/database/model/tables/OBPOS_APP_PAYMENT.xml
M src-db/database/model/tables/OBPOS_APP_PAYMENT_TYPE.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_VAL_RULE.xml
M src/org/openbravo/retail/posterminal/CashCloseProcessor.java
M src/org/openbravo/retail/posterminal/InitialValidations.java
M src/org/openbravo/retail/posterminal/OrderLoader.java
M src/org/openbravo/retail/posterminal/ProcessCashClose.java
M src/org/openbravo/retail/posterminal/ProcessVoidLayaway.java
M src/org/openbravo/retail/posterminal/ad_reports/CashUpReport.java
M src/org/openbravo/retail/posterminal/term/Payments.java
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
A src-db/database/sourcedata/AD_AUXILIARINPUT.xml
A src/org/openbravo/retail/posterminal/event/PaymentMethodEventHandler.java
A src/org/openbravo/retail/posterminal/event/PaymentMethodTypeEventHandler.java
---