Question: How Can I Customise The Invoice Pdf

How Can I Customise The Invoice Pdf

Hi, please advise how I can: - Remove the signature/stamp area at the bottom, I don't need it - Customise the PDF file name to include my company name and the customer's company name, fi

FB

Frank E Bailey

Asked
Hi, please advise how I can:

- Remove the signature/stamp area at the bottom, I don't need it
- Customise the PDF file name to include my company name and the customer's company name, filtering out characters not useable in a filename?

I know PHP so I can make changes to files but I want to make sure I do it in the right way.

Thanks!
  • MS

    Mian Saleem

    Answered
    Hello,

    The pdf view file is `themes/default/views/sales/view_sale.php`

    For pdf file name, you can modify the `pdf` method of sales controller `app/controllers/Sales.php`

    Thank you
  • Login to Reply