Skip to main content

I have final payment approval form for finance and the templet should print with both the 

amount in digits and letters word 

for example 

the total amount is 200$ should be writen two hundred instead of manually writing we need to make it automatic whether using JS or the out of the box.

 

Haven’t tested this but how about using a webservice to do the conversion.
https://www.dataaccess.com/webservicesserver/numberconversion.wso
Throw it a number and it returns the words.
In case you're not familiar with Web Services, here is an excellent training video from Nintex on how to use them: https://www.youtube.com/watch?v=YE8ncB9LqZw

Reply