Summary
Number to word conversion in RTF Template
Content
Hi,
In a rtf template i am doing a running total, after the running total i want to show that amount in words for this i have used the below statement then it is showing in words, but i have a requirement is like before it need to show as 'Rupees' and after to show as 'only' but it is not coming. Please advise me how to do this in the rtf level only.
<?xdoxslt: toWordsAmt(xdoxslt:get_variable($_XDOCTX,'RUNTOT'))?>
For example: if running total is 10190.00 then its coming like Ten thousand one hundred and ninety
My requirement is
Rupees Ten Thousand One Hundred and Ninety only