This question has been flagged
1 Reply
3552 Views

Hello together,

I would like print the ean13 code of a product on my Quotation, Delivery note, Invoice and so on.

I have installed the OpenOffice PlugIn. It works well. In the invoice I have add a column to the lines/position. The header is printed well. But how I can access the ean13 code in the product to print it in an invoice?

Best regards cakbulut

Avatar
Discard
Best Answer

Hello Cetin

In the invoice report, you can add another column: Ean13 code for example to the products table, in this column you make [[(format(l.ean13))]] like in the example below:

Description |Taxes  |Quantity |Unit Price | Ean13 code          |  Price
--------------------------------------------------------------------------
            |       |         |           |[[format(l.ean13)]]  |
            |       |         |           |                     |
            |       |         |           |                     |

Then you can modify all your reports with the same way, Thanks.

Avatar
Discard
Author

Hello, I have thought about this change and will solve in another way. I will use the EAN Numbers of the products as my product number (internal reference) So I do not need to change the reports.. Best regards Cetin