Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025696Openbravo ERP09. Financial managementpublic2014-02-10 13:532014-05-07 18:10
Sandrahuguet 
Sandrahuguet 
normaltrivialN/A
closedfixed 
20Community Appliance
 
 
pramakrishnan
Core
No
0025696: Add invoice paid status control funcionality
This functionality allows to configure the status in which a invoice is considered as paid.
It can be set the status (core status and modules status) for each payment method and financial account.
It is set as advanced feature and it is activated by the property preference "Allow to use invoice paid status control" = Y
N/A
No tags attached.
related to defect 0025723 closed Sandrahuguet Is impossible to reconcile a transaction that it doesn't have a payment 
related to defect 0025877 closed Sandrahuguet Error when adding payments 
related to defect 0025876 closed Sandrahuguet Error when reactivating payments 
causes defect 00299723.0PR15Q3 closed jorge-garcia Outstanding amount of sales order payment plan is not updated when payment method is set as automatic receipt 
causes defect 00300823.0PR15Q3 closed jorge-garcia Payment plan is updating wrong in some circunstancies 
causes defect 0039290 closed AtulOpenbravo Business Partner current balance is wrongly updated when using Reconciliation 
Issue History
2014-02-10 13:53SandrahuguetNew Issue
2014-02-10 13:53SandrahuguetAssigned To => Sandrahuguet
2014-02-10 13:53SandrahuguetModules => Core
2014-02-10 13:53SandrahuguetTriggers an Emergency Pack => No
2014-02-10 13:54SandrahuguetDescription Updatedbug_revision_view_page.php?rev_id=5440#r5440
2014-02-11 09:45SandrahuguetSummaryAdd invoice paid status funcionality => Add invoice paid status control funcionality
2014-02-11 10:56SandrahuguetDescription Updatedbug_revision_view_page.php?rev_id=5441#r5441
2014-02-11 12:20hgbotCheckin
2014-02-11 12:20hgbotNote Added: 0064044
2014-02-11 12:20hgbotStatusnew => resolved
2014-02-11 12:20hgbotResolutionopen => fixed
2014-02-11 12:20hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/87765308f9bd4cdc21b7b53b437f1ed014f5a483 [^]
2014-02-11 15:21SandrahuguetNote Added: 0064052
2014-02-12 18:30hudsonbotCheckin
2014-02-12 18:30hudsonbotNote Added: 0064183
2014-02-13 13:13SandrahuguetRelationship addedrelated to 0025723
2014-02-20 10:45SandrahuguetReview Assigned To => pramakrishnan
2014-02-24 18:05hgbotCheckin
2014-02-24 18:05hgbotNote Added: 0064537
2014-02-25 10:00hgbotCheckin
2014-02-25 10:00hgbotNote Added: 0064551
2014-02-25 20:14hudsonbotCheckin
2014-02-25 20:14hudsonbotNote Added: 0064590
2014-02-25 20:14hudsonbotCheckin
2014-02-25 20:14hudsonbotNote Added: 0064591
2014-03-03 15:26SandrahuguetRelationship addedrelated to 0025877
2014-03-03 15:27SandrahuguetRelationship addedrelated to 0025876
2014-03-03 16:23pramakrishnanNote Added: 0064738
2014-03-03 16:23pramakrishnanStatusresolved => closed
2014-03-05 11:16hgbotCheckin
2014-03-05 11:16hgbotNote Added: 0064815
2014-04-03 13:33hgbotCheckin
2014-04-03 13:33hgbotNote Added: 0066128
2014-05-07 18:10hudsonbotCheckin
2014-05-07 18:10hudsonbotNote Added: 0066890
2015-06-10 13:24dmitry_mezentsevRelationship addedcauses 0029972
2015-06-11 16:39vmromanosRelationship addedcauses 0030082
2018-09-25 10:53dmitry_mezentsevRelationship addedcauses 0039290

Notes
(0064044)
hgbot   
2014-02-11 12:20   
Repository: erp/devel/pi
Changeset: 87765308f9bd4cdc21b7b53b437f1ed014f5a483
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Tue Feb 11 12:19:57 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/87765308f9bd4cdc21b7b53b437f1ed014f5a483 [^]

Fixed issue 25696 Invoice Paid Status Control

---
M modules/org.openbravo.advpaymentmngt/src-db/database/model/functions/APRM_GEN_PAYMENTSCHEDULE_INV.xml
M modules/org.openbravo.advpaymentmngt/src-db/database/model/functions/APRM_ISPAYMENTCONFIRMED.xml
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_VAL_RULE.xml
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/Reconciliation.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_AddPayment.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_ExecutePayment.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_PaymentProcess.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_ReconciliationProcess.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_TransactionProcess.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_Utility.java
M src-db/database/model/tables/FIN_FINACC_PAYMENTMETHOD.xml
M src-db/database/model/tables/FIN_PAYMENT_SCHEDULEDETAIL.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_REF_LIST.xml
A modules/org.openbravo.advpaymentmngt/src-db/database/model/functions/APRM_SEQNUMBERPAYMENTSTATUS.xml
A src-util/modulescript/build/classes/org/openbravo/modulescript/InitializeIsPaymentPaid.class
A src-util/modulescript/build/classes/org/openbravo/modulescript/InitializeIsPaymentPaidData.class
A src-util/modulescript/src/org/openbravo/modulescript/InitializeIsPaymentPaid.java
A src-util/modulescript/src/org/openbravo/modulescript/InitializeIsPaymentPaid_data.xsql
---
(0064052)
Sandrahuguet   
2014-02-11 15:21   
Repository: erp/devel/pi
author Sandra Huguet <sandra.huguet@openbravo.com>
Tue Feb 11 15:16:55 2014 +0100 (2 minutes ago)
changeset 21941 1a763d40447c
parent 21940 87765308f9bd
URL: https://code.openbravo.com/erp/devel/pi/rev/1a763d40447c [^]

Related to 25696 update Copyright

--
modules/org.openbravo.advpaymentmngt/src-db/database/model/functions/APRM_ISPAYMENTCONFIRMED.xml
modules/org.openbravo.advpaymentmngt/src-db/database/model/functions/APRM_SEQNUMBERPAYMENTSTATUS.xml
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/Reconciliation.java
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_AddPayment.java
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_ExecutePayment.java
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_ReconciliationProcess.java
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_TransactionProcess.java
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_Utility.java
src-util/modulescript/src/org/openbravo/modulescript/InitializeIsPaymentPaid.java
src-util/modulescript/src/org/openbravo/modulescript/InitializeIsPaymentPaid_data.xsql
(0064183)
hudsonbot   
2014-02-12 18:30   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/d1a5bb862230 [^]
Maturity status: Test
(0064537)
hgbot   
2014-02-24 18:05   
Repository: erp/devel/pi
Changeset: 0156dbf787294eb14def42f24e133d9a4b95e8af
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Mon Feb 24 18:04:54 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/0156dbf787294eb14def42f24e133d9a4b95e8af [^]

Related to issue 25696 Fixes in modulescript

---
M src-util/modulescript/build/classes/org/openbravo/modulescript/InitializeIsPaymentPaidData.class
M src-util/modulescript/src/org/openbravo/modulescript/InitializeIsPaymentPaid_data.xsql
---
(0064551)
hgbot   
2014-02-25 10:00   
Repository: erp/devel/pi
Changeset: a1adb2aa192ee539b070d4df12f4a44621f3979a
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Tue Feb 25 09:58:00 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/a1adb2aa192ee539b070d4df12f4a44621f3979a [^]

Related to issue 25696 Fixes in modulescript

---
M src-util/modulescript/build/classes/org/openbravo/modulescript/InitializeIsPaymentPaidData.class
M src-util/modulescript/src/org/openbravo/modulescript/InitializeIsPaymentPaid_data.xsql
---
(0064590)
hudsonbot   
2014-02-25 20:14   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/7579d638a80a [^]
Maturity status: Test
(0064591)
hudsonbot   
2014-02-25 20:14   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/7579d638a80a [^]
Maturity status: Test
(0064738)
pramakrishnan   
2014-03-03 16:23   
Code Review + Testing - OK.
(0064815)
hgbot   
2014-03-05 11:16   
Repository: erp/mods/org.openbravo.agingbalance
Changeset: f30f451146c2d51daba18bfc4d2394257c18efb3
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Wed Mar 05 11:09:31 2014 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.agingbalance/rev/f30f451146c2d51daba18bfc4d2394257c18efb3 [^]

Related to issue 25696 necessary changes in agingbalance

---
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src/org/openbravo/agingbalance/ad_reports/AgingDao.java
---
(0066128)
hgbot   
2014-04-03 13:33   
Repository: erp/devel/pi
Changeset: f7078a85289e6c61918f567b28d2df3fe17ddb47
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Thu Apr 03 13:30:46 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f7078a85289e6c61918f567b28d2df3fe17ddb47 [^]

Related to issue 25696 proper ipsc to the reconciliations

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_ReconciliationProcess.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_TransactionProcess.java
A src/org/openbravo/event/PaidStatusEventHandler.java
---
(0066890)
hudsonbot   
2014-05-07 18:10   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/02ca2648bcdc [^]
Maturity status: Test