Dear Friends,
Is it possible to add/edit company name in different languages? I’m using cyrillic name for company name and when I generate pdf document it shows "??? symbols.
Dear Friends,
Is it possible to add/edit company name in different languages? I’m using cyrillic name for company name and when I generate pdf document it shows "??? symbols.
Go to “Home > Setup > Other” and try setting “MAIN_PDF_FORCE_FONT” with value “DejaVuSans”
Thank you for your replay! But still, when you generate the document comapany name is written on cyrillic. The idea is when you place order to foreign company, all text to be in foreign language.
I understand. To have this feature, the easiest option is to create a new pdf template, for example, for the invoice, you can name it “pdf_sponge_en.modules.php”, copy the code from “pdf_sponge.modules.php” and use if/else statements.
If the customer language is en_US, then the name is “Name in English” etc.
This requires some PHP coding skills though.
Greetings,
For some reason I am not able to create New Topics/Posts, so will try to use this one, since the title is most suitable for the question I am facing.
Currently I am integrating Dolibarr in a Bulgarian company, registered in Bulgaria and complying according to Bulgarian Law.
The main market of the company is outside Bulgaria, so all the documents (primary, secondary and end client) should be in Latin.
According to the Law however, a copy of the documents should be kept in cyrillic as well for book keeping.
The issue that I am facing is related to the CRM module - I need an option for a Company to be written in both Latin and Cyrillic in two distinct fields , and those fields be accessible according to the main display language chosen by the operator, in the ODT templating engine for each module.
The closest option that I can give as an example is the Translation tab in Products|Services.
I am pretty sure that I might be able to implement that for Societe as well, however SHOULD I, if there’s a more elegant and sane way of achieving that goal?