Hi Joseph, I'm not sure if you're referring to web forms and/or printed (PDF) sales invoices. Anyways both of them can take advantage of standard ofbiz multilingual support typically configured using XML files (e.g. applications/accounting/config/AccountingUiLabels.xml), and also could be programmed or hard coded into screens definition (e.g. applications/accounting/widget/Invoice*.xml) or FOP ftl templates (e.g. applications/accounting/template/invoice/*.ftl)
Regarding the 2 description fields you might need do extend the Invoice entity in order to add the extra column and customize the corresponding screen and/or FOP ftl template. Kind Regards, Victor. On Wed, Oct 23, 2019 at 1:32 PM J <[email protected]> wrote: > > Hello again > > > Is there a way to make the invoicing bilingual? > > Meaning, can the form/report that is used, be 1 language or another > depending upon the client? As well, in the descriptions of the product, > can there be 2 fields for the description, and only one of the 2 is > interested in the invoice report, corresponding to the language of the > client? > > > THanks > > > Joseph >
