You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Anil K Patel (JIRA)" <ji...@apache.org> on 2007/12/07 07:21:43 UTC

[jira] Assigned: (OFBIZ-1496) Implement a report to show the debit/credi totals of all the transactions in a date range by gl account

     [ https://issues.apache.org/jira/browse/OFBIZ-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anil K Patel reassigned OFBIZ-1496:
-----------------------------------

    Assignee: Anil K Patel

> Implement a report to show the debit/credi totals of all the transactions in a date range by gl account
> -------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1496
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1496
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Jacopo Cappellato
>            Assignee: Anil K Patel
>
> There is already an empty screen definition for the report:
> https://localhost:8443/accounting/control/TransactionTotals?organizationPartyId=Company
> Add to the report a call to a bsh script (or minilang code) and forms to complete the screen.
> There will be a search form with from/thru dates and a submit button.
> Once submitted, under the form the screen will show two identical list forms: one containing unposted amounts and one containing posted amounts; each form will have the same fields of the Trial Balance:
> https://localhost:8443/accounting/control/TrialBalance?organizationPartyId=Company
> I can provide more details, if needed, to get the data but basically we'll have to create a bsh script (and possibly a view-entity definition) to select records (in the selected date range and for the organizationPartyId) from the AcctgTransEntry entity and summarize by glAccountId the credit total and debit total of each row.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.