You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Abhijit Meshram (JIRA)" <ji...@apache.org> on 2007/05/18 15:08:16 UTC

[jira] Updated: (OFBIZ-465) Refactor the Invoice PDF report to share the common XSL-FO template used by the other PDF reports

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

Abhijit Meshram updated OFBIZ-465:
----------------------------------

    Attachment: InvoicePDF_Patch.txt



   Hello Jacopo,
      this is the patch file for Invoice Pdf generation. Here I have created Three new files inside 
      "applications/accounting/webapp/accounting/invoice" directory, that files are 
      1). invoiceReportContactMech.fo.ftl
      2). invoiceReportFooter.fo.ftl
      3). invoiceReportHeaderInfo.fo.ftl
      and I have done little changes in the file "invoiceview.fo.ftl". But here I wanted to format the coding style of 
      "invoiceview.fo.ftl" thats why in some lines it displaying as if there is any changes in the line e.g.
            -               <fo:block font-weight="bold">${uiLabelMap.AccountingItemNr}</fo:block>
             +                    <fo:block font-weight="bold">${uiLabelMap.AccountingItemNr}</fo:block>
      Sorry for the inconviniance. 
      Then I have done little changes in "applications/accounting/widget/AccountingPrintForms.xml".

    Thanks and Regards.

Abhijit Meshram.

> Refactor the Invoice PDF report to share the common XSL-FO template used by the other PDF reports
> -------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-465
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-465
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: accounting
>            Reporter: Jacopo Cappellato
>            Priority: Minor
>         Attachments: InvoicePDF_Patch.txt
>
>
> I will not probably work on this task during the next few weeks, but I think that it is good to have a reminder about this (maybe others could work on this too): the Invoice PDF report should be refactored to share the common XSL-FO template used by the other PDF reports.
> Here are the details:
> screen definition of the current Invoice PDF report:
> applications/accounting/widgets/AccountingPrintForms.xml#InvoicePDF
> An example of an already converted report is the "Order Confirm" PDF report:
> applications/order/widgets/ordermgr/OrderPrintForms.xml#OrderPDF

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