Hi,
How will it come "amount in words " in reports 2013
In my requirement grand total should be appear in words
Please guide me
Thanks & Regards
santhosh
*This post is locked for comments
Hi,
How will it come "amount in words " in reports 2013
In my requirement grand total should be appear in words
Please guide me
Thanks & Regards
santhosh
*This post is locked for comments
NAV 2017
Till the first version of NAV its a very common procedure meet such requirements and that is to use CHECK Reports - 1401.
Thanks for the code but when i try to save it and compile it gave this error :Type conversion is not possible because 1 of the operators contain an Invalid Type Char = Code in :
IF number <> 0 THEN numString := OnesText[number];
Hi,
You can refer my blog on the procedure to display amount in words in a NAV report using the below link.
Sure, that is the ultimate direction to follow for full utilization of the function.
Regards.
Daniel
Have you defined the decimal numeric description in currency master for each currency.
Original code from Jonathan Archer is a master piece, but does not work with figures that have decimal places, so if i put in a non integer figure it breaks. It also does not work with values of more than 1000. Modified code, pasted above solves these mentioned issues, as well as show the decimal value in words.
The FormatNoText function in nav does not convert the decimal places of the given value to words, only the integer value is converted to words.
It better you check report 1401 Check.
This is a standard report you can use, you just need to pass the amount which you need to be converted to words.
FormatNoText(DescriptionLine,CheckLedgEntry.Amount,BankAcc2."Currency Code");
André Arnaud de Cal... 291,711 Super User 2024 Season 2
Martin Dráb 230,458 Most Valuable Professional
nmaenpaa 101,156