How to showing how to generate a print out to be used for printing of documents from ERP5, such as invoices, sales orders, etc.
Table of Contents
Steps¶
In ERP5 you will generate Sales order, Invoice, Packing list and many others documents that you may need to print to give them to your costumers.
The process is simple and goes through two steps. First you generate the print out and then you print it. It goes as follow:
- Go to the document page that you need to print
- Click on the "print" icon to access the dialog box
- In the dialog box you will be able to choose:
- Which information you want to print (ex. Invoice, order, offer ... or just raw data)
- The language in which you want the document
- The open source or proprietary format in which you want the document
- Use the international form or not
- Generate the document using the print button at the bottom of the dialog box
- Check the data on the generated document
- Print the document normally
You can print the document as many times as you need, so you don't have to save a copy of it.
Related Articles¶