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
Fix For: SVN trunk
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.