How to add total_amount in figures converted to words

Hello
Searched a lot of time, but cannot find tutorial how to add total_amount in words to PDF template based invoices/quotes.
Can anyone help?

Hi,
Can you tell me which pdf template you are using?

This is modified sample invoice module template

Hello
Any suggestions?

When you say “in words”, you say, spelling out an amount like 562 as five hundred and sixty two?

There is no way to do that in SuiteCRM. You’d need a bit of custom code.

Or my PowerReplacer add-on. You would use a Twig expression like this:

{{ '12.345'|format_number(style='spellout') }}

twelve point three four five

Results may vary, and I’m not sure it works in languages different from English.