Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0025696
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] 09. Financial managementtrivialN/A2014-02-10 13:532014-05-07 18:10
ReporterSandrahuguetView Statuspublic 
Assigned ToSandrahuguet 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision87765308f9bd
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionSCM revision 
Review Assigned Topramakrishnan
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0025696: Add invoice paid status control funcionality

DescriptionThis 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
Steps To ReproduceN/A
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0025723 closedSandrahuguet Is impossible to reconcile a transaction that it doesn't have a payment 
related to defect 0025877 closedSandrahuguet Error when adding payments 
related to defect 0025876 closedSandrahuguet Error when reactivating payments 
causes defect 00299723.0PR15Q3 closedjorge-garcia Outstanding amount of sales order payment plan is not updated when payment method is set as automatic receipt 
causes defect 00300823.0PR15Q3 closedjorge-garcia Payment plan is updating wrong in some circunstancies 
causes defect 0039290 closedAtulOpenbravo Business Partner current balance is wrongly updated when using Reconciliation 

-  Notes
(0064044)
hgbot (developer)
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 (developer)
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 (developer)
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 (developer)
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 (developer)
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 (developer)
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 (developer)
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 (developer)
2014-03-03 16:23

Code Review + Testing - OK.
(0064815)
hgbot (developer)
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 (developer)
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 (developer)
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

- Issue History
Date Modified Username Field Change
2014-02-10 13:53 Sandrahuguet New Issue
2014-02-10 13:53 Sandrahuguet Assigned To => Sandrahuguet
2014-02-10 13:53 Sandrahuguet Modules => Core
2014-02-10 13:53 Sandrahuguet Triggers an Emergency Pack => No
2014-02-10 13:54 Sandrahuguet Description Updated View Revisions
2014-02-11 09:45 Sandrahuguet Summary Add invoice paid status funcionality => Add invoice paid status control funcionality
2014-02-11 10:56 Sandrahuguet Description Updated View Revisions
2014-02-11 12:20 hgbot Checkin
2014-02-11 12:20 hgbot Note Added: 0064044
2014-02-11 12:20 hgbot Status new => resolved
2014-02-11 12:20 hgbot Resolution open => fixed
2014-02-11 12:20 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/87765308f9bd4cdc21b7b53b437f1ed014f5a483 [^]
2014-02-11 15:21 Sandrahuguet Note Added: 0064052
2014-02-12 18:30 hudsonbot Checkin
2014-02-12 18:30 hudsonbot Note Added: 0064183
2014-02-13 13:13 Sandrahuguet Relationship added related to 0025723
2014-02-20 10:45 Sandrahuguet Review Assigned To => pramakrishnan
2014-02-24 18:05 hgbot Checkin
2014-02-24 18:05 hgbot Note Added: 0064537
2014-02-25 10:00 hgbot Checkin
2014-02-25 10:00 hgbot Note Added: 0064551
2014-02-25 20:14 hudsonbot Checkin
2014-02-25 20:14 hudsonbot Note Added: 0064590
2014-02-25 20:14 hudsonbot Checkin
2014-02-25 20:14 hudsonbot Note Added: 0064591
2014-03-03 15:26 Sandrahuguet Relationship added related to 0025877
2014-03-03 15:27 Sandrahuguet Relationship added related to 0025876
2014-03-03 16:23 pramakrishnan Note Added: 0064738
2014-03-03 16:23 pramakrishnan Status resolved => closed
2014-03-05 11:16 hgbot Checkin
2014-03-05 11:16 hgbot Note Added: 0064815
2014-04-03 13:33 hgbot Checkin
2014-04-03 13:33 hgbot Note Added: 0066128
2014-05-07 18:10 hudsonbot Checkin
2014-05-07 18:10 hudsonbot Note Added: 0066890
2015-06-10 13:24 dmitry_mezentsev Relationship added causes 0029972
2015-06-11 16:39 vmromanos Relationship added causes 0030082
2018-09-25 10:53 dmitry_mezentsev Relationship added causes 0039290


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker