You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org> on 2009/07/03 15:08:47 UTC

[jira] Closed: (OFBIZ-2692) Generate PDF for the Acctg Trans and related AcctgTransEntry.

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

Ashish Vijaywargiya closed OFBIZ-2692.
--------------------------------------

    Resolution: Fixed

Thanks Rishi & Brajesh!
Done at r790896.

--
Ashish Vijaywargiya

> Generate PDF for the Acctg Trans and related AcctgTransEntry.
> -------------------------------------------------------------
>
>                 Key: OFBIZ-2692
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2692
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Rishi Solanki
>            Assignee: Ashish Vijaywargiya
>             Fix For: SVN trunk
>
>         Attachments: ImplementPDF_report.patch, ImplementPDF_report.patch
>
>
> The screen that needs to be converted in PDF is the one that is reachable by clicking on a transaction id field from the list returned by this search screen:  
> https://localhost:8443/accounting/control/FindAcctgTrans?organizationPartyId=Company
> Keep in mind when implementing this PDF version: all the fields in the Accounting Transaction header that are empty needs to be skipped (no label printed, no space wasted).
> As regards the accounting transaction entries (Debit and Credit details), just print the following ones:
> Gl Account Code
> Gl Account Name
> Original Currency
> Exchange Rate: this is computed using "Orig Amount" and "Amount" fields
> Debit Amount
> Credit Amount

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