You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2008/03/12 11:08:46 UTC

[jira] Closed: (OFBIZ-208) PDF feature on orders for final clients (e-commerce)

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

Jacques Le Roux closed OFBIZ-208.
---------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

Ashish,

I wrote and rewrote some code snippets of your patch. It's now in trunk rev. 636270 

Some comments :

In ecommcer controller
I removed 
    <include location="component://common/webcommon/WEB-INF/common-controller.xml"/>
was not needed (surely forgot from another task)

I added 
    <request-map uri="invoice.pdf"><security https="true" auth="true"/><response name="success" type="view" value="InvoicePDF"/></request-map>
and
    <view-map name="InvoicePDF" type="screenfop" page="component://accounting/widget/AccountingPrintForms.xml#InvoicePDF" content-type="application/pdf" encoding="none"/>

Please use CSS class and not font and blink tags (see how I rewrote orderheader.ftl)

In orderhistory.ftl, I removed the link to invoice in accounting since this needs permission that no end uders have. Also I rewrote this snippet to avoid last column shift when there are invoice(s).

Thanks for your appreciated work !

> PDF feature on orders for final clients (e-commerce)
> ----------------------------------------------------
>
>                 Key: OFBIZ-208
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-208
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: ecommerce
>            Reporter: Jacques Le Roux
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: pdf.patch
>
>
> In Order module the PDF feature is seen as very interesting by prospects. Don't you think it would be very valuable to have it on ecommerce part so that final clients could print their orders and if possible even their invoices once paid.
> I had no time yet to look at it. But I did not forget (this come from an old issue : http://jira.undersunconsulting.com/browse/OFBIZ-395)
> Jacques

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