Add "Posted and UnPosted" section to the "Transaction Totals" report.
---------------------------------------------------------------------
Key: OFBIZ-2611
URL: https://issues.apache.org/jira/browse/OFBIZ-2611
Project: OFBiz
Issue Type: New Feature
Components: accounting
Affects Versions: SVN trunk
Reporter: Sumit Pandit
Fix For: SVN trunk
The report is this:
https://localhost:8443/accounting/control/TransactionTotals?organizationPartyId=Company
In it there are currently two sections:
* Posted Totals: shows all transactions (in a given date range) with
isPosted flag set to Y
* UnPosted Totals: shows all transactions (in a given date range) with
isPosted flag set to N
We have to implement a new section:
* "Posted and UnPosted Totals" containing all the transactions (in a given
date range), i.e. not constrained by the isPosted flag
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.