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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0028302
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Modules] Payment Aging Balance Reportmajoralways2014-11-27 12:562015-03-13 11:22
ReportermaiteView Statuspublic 
Assigned Tofsoto82 
PriorityimmediateResolutionfixedFixed in Version
StatusclosedFix in branchpiFixed in SCM revision7ff2135d399c
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned Toaferraz
Regression introduced in release
Summary

0028302: Include preference to configure if VOID invoices should be included in report or not

DescriptionInvoices in VOID status are currently excluded from Aging report (due to related issue 21336). This is wrong as VOId invoice which has payment plan info should also appear in the report (in negative) to be able to obtain real data situation.
Steps To Reproduce1. Create sales invoice for any bp and any amount
2. Create payment associated to that invoice, paying total invoice
3. Void previous sales invoice. Reversed Sales Invoice will be automatically created. Both Invoices will have "Voided" status
4. Run Aging report and realize that Reversed Sales Invoice does not appear
Proposed SolutionIn order to maintain current behaviour, solution will be (decides with Eduardo):
- To include a checkbox in the report to decide if "Voided invoices needs to be included"
- This checkbox will be checked by default (so voided invoices will be included) and hidden
- Include a preference in case user decides to show that checkbox
- Depending on checkbox's value, "createObCriteria" method of AgingDao.java needs to include following clause or not : hsqlScript.append(" and i.documentStatus <> 'VO'");
- Document that change in http://wiki.openbravo.com/wiki/Projects/Payment_Aging_Balance/User_Documentation [^]
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0021336 closeddmiguelez Voided invoices appear in report, under some circumstances 

-  Notes
(0074517)
hgbot (developer)
2015-02-16 16:39

Repository: erp/mods/org.openbravo.agingbalance
Changeset: 7ff2135d399c075650c00213801beccd415de649
Author: Fernando Soto <fernando.soto <at> peoplewalking.com>
Date: Fri Feb 13 08:16:44 2015 -0500
URL: http://code.openbravo.com/erp/mods/org.openbravo.agingbalance/rev/7ff2135d399c075650c00213801beccd415de649 [^]

Fixed bug 28302: New preference to configure if VOID invoices should be included in report

Created the preference "Enable void documents filter in Aging Reports" (AGING_ShowVoidCheckbox).
If set to Y, then a checkbox is shown to select if the void documents should be excluded from the report.

---
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src/org/openbravo/agingbalance/ad_reports/AgingDao.java
M src/org/openbravo/agingbalance/ad_reports/AgingInquiry.html
M src/org/openbravo/agingbalance/ad_reports/AgingInquiry.xml
M src/org/openbravo/agingbalance/ad_reports/AgingProcess.java
M src/org/openbravo/agingbalance/ad_reports/AgingScheduleDetailHTML.jrxml
M web/org.openbravo.agingbalance/js/aging-html-functions.js
A src-db/database/sourcedata/AD_REF_LIST.xml
---
(0074520)
aferraz (manager)
2015-02-16 17:18

Code review + Testing OK
(0074547)
hgbot (developer)
2015-02-17 11:25

Repository: erp/mods/org.openbravo.agingbalance
Changeset: f39538ac7c729505a95c353ddc7b904ffff42877
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Tue Feb 17 11:25:11 2015 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.agingbalance/rev/f39538ac7c729505a95c353ddc7b904ffff42877 [^]

related to issue 28302 Fixed jslint errors

---
M web/org.openbravo.agingbalance/js/aging-html-functions.js
---
(0074548)
hgbot (developer)
2015-02-17 12:00

Repository: erp/mods/org.openbravo.agingbalance
Changeset: 9c8a1baf4342ba2952ecea402bf5efedeae7ee69
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Tue Feb 17 11:59:45 2015 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.agingbalance/rev/9c8a1baf4342ba2952ecea402bf5efedeae7ee69 [^]

related to issue 28302 Fixed jslint errors

---
M web/org.openbravo.agingbalance/js/aging-html-functions.js
---
(0075013)
hgbot (developer)
2015-02-27 09:35

Repository: erp/mods/org.openbravo.agingbalance
Changeset: 9a342d965225dac26fb7308914fab60c6f00845d
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Fri Feb 27 09:34:30 2015 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.agingbalance/rev/9a342d965225dac26fb7308914fab60c6f00845d [^]

Related to issue 28302: Fixed sessionStorage declaration

---
M web/org.openbravo.agingbalance/js/aging-html-functions.js
---
(0075351)
hgbot (developer)
2015-03-09 20:24

Repository: erp/mods/org.openbravo.agingbalance
Changeset: d48966438691b73a65abf0ee5f7b1e12bc26ccd2
Author: Fernando Soto <fernando.soto <at> peoplewalking.com>
Date: Mon Mar 09 11:21:08 2015 -0500
URL: http://code.openbravo.com/erp/mods/org.openbravo.agingbalance/rev/d48966438691b73a65abf0ee5f7b1e12bc26ccd2 [^]

Related to issue 28302: removed use of sessionStorage and other fixes

set checked the "Voided invoices needs to be included" checkbox by default
if the preference is not set, the include the voided invoices by default

---
M src/org/openbravo/agingbalance/ad_reports/AgingProcess.java
M web/org.openbravo.agingbalance/js/aging-html-functions.js
---
(0075530)
hgbot (developer)
2015-03-13 11:22

Repository: erp/mods/org.openbravo.agingbalance
Changeset: 8dd2e075e74483329304bdaab3215504c46dbc4c
Author: Fernando Soto <fernando.soto <at> peoplewalking.com>
Date: Mon Mar 09 11:21:08 2015 -0500
URL: http://code.openbravo.com/erp/mods/org.openbravo.agingbalance/rev/8dd2e075e74483329304bdaab3215504c46dbc4c [^]

Related to issue 28302: removed use of sessionStorage and other fixes

set checked the "Voided invoices needs to be included" checkbox by default
if the preference is not set, the include the voided invoices by default

---
M src/org/openbravo/agingbalance/ad_reports/AgingProcess.java
M web/org.openbravo.agingbalance/js/aging-html-functions.js
---
(0075531)
hgbot (developer)
2015-03-13 11:22

Repository: erp/mods/org.openbravo.agingbalance
Changeset: e23f532c978dfd168e1e9f3cc9a10e953f06f5ae
Author: Fernando Soto <fernando.soto <at> peoplewalking.com>
Date: Tue Mar 10 14:58:34 2015 -0500
URL: http://code.openbravo.com/erp/mods/org.openbravo.agingbalance/rev/e23f532c978dfd168e1e9f3cc9a10e953f06f5ae [^]

Related to issue 28302: modified AgingScheduleHTML.jrxml hyperlinks

---
M src/org/openbravo/agingbalance/ad_reports/AgingProcess.java
M src/org/openbravo/agingbalance/ad_reports/AgingScheduleHTML.jrxml
---
(0075532)
hgbot (developer)
2015-03-13 11:22

Repository: erp/mods/org.openbravo.agingbalance
Changeset: b8786b4436b1d55646a9cd1e5edc223d4dac12e7
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Fri Mar 13 11:05:20 2015 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.agingbalance/rev/b8786b4436b1d55646a9cd1e5edc223d4dac12e7 [^]

Related to issue 28302: Fix aging-html-functions.js copyright and jslint errors

---
M web/org.openbravo.agingbalance/js/aging-html-functions.js
---

- Issue History
Date Modified Username Field Change
2014-11-27 12:56 maite New Issue
2014-11-27 12:56 maite Assigned To => dmiguelez
2014-11-27 12:56 maite Resolution time => 1420066800
2014-11-27 12:56 maite Assigned To dmiguelez => eduardo_Argal
2014-11-27 12:56 maite Issue Monitored: networkb
2014-11-27 12:57 maite Relationship added related to 0021336
2014-11-27 13:25 maite Proposed Solution updated
2014-12-02 20:27 fsoto82 Status new => scheduled
2014-12-02 20:27 fsoto82 Assigned To eduardo_Argal => fsoto82
2014-12-02 20:27 fsoto82 fix_in_branch => pi
2015-02-16 16:39 hgbot Checkin
2015-02-16 16:39 hgbot Note Added: 0074517
2015-02-16 16:39 hgbot Status scheduled => resolved
2015-02-16 16:39 hgbot Resolution open => fixed
2015-02-16 16:39 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/mods/org.openbravo.agingbalance/rev/7ff2135d399c075650c00213801beccd415de649 [^]
2015-02-16 17:18 aferraz Review Assigned To => aferraz
2015-02-16 17:18 aferraz Note Added: 0074520
2015-02-16 17:18 aferraz Status resolved => closed
2015-02-17 11:25 hgbot Checkin
2015-02-17 11:25 hgbot Note Added: 0074547
2015-02-17 12:00 hgbot Checkin
2015-02-17 12:00 hgbot Note Added: 0074548
2015-02-27 09:35 hgbot Checkin
2015-02-27 09:35 hgbot Note Added: 0075013
2015-03-09 20:24 hgbot Checkin
2015-03-09 20:24 hgbot Note Added: 0075351
2015-03-13 11:22 hgbot Checkin
2015-03-13 11:22 hgbot Note Added: 0075530
2015-03-13 11:22 hgbot Checkin
2015-03-13 11:22 hgbot Note Added: 0075531
2015-03-13 11:22 hgbot Checkin
2015-03-13 11:22 hgbot Note Added: 0075532


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker