The text on the invoice depending on the conditions

Hi all
Guys, please tell me how to print different text on the invoice, depending on the conditions?

Example: when we selling goods for less than 6,000 euro, the invoice should have « text1 ». When selling goods worth more than 6,000 euro, the invoice must have « text 2 ». At the same time, there are several more conditions (sales to the EU countries and outside the EU, etc.) Is it possible to create such a condition in the invoice?

Hello,
One solution is to modify the Birt template concerned by adding a visual dynamic text component in html, including a javascript instruction.
Below, for the SaleOrder.rptdesign example, is the following statement:

for an amount <= 6000 → Text1

for an amount > 6000 → Text2

Hope this can help you !

1 « J'aime »

Hi @PakMax
Thanks a lot, you always help

Ce sujet a été automatiquement fermé après 30 jours. Aucune réponse n’est permise dorénavant.