![]() |
#1 |
Участник
|
doens.be: Amount in words
Источник: http://www.doens.be/2011/11/amount-in-words/
============== This week one of my customers asked me to place the amount in words on a invoice. I couldn’t believe that sush function wasn’t availible in standard Ax. After some research I found that the Global-class contains the following methods:
static void JDO_AmountInWords(Args _args){ info(numeralsToTxt(123456789.12));} And you get the following result: ![]() I know these methods aren’t perfect, but they can be a start and save you a lot of programming time. Источник: http://www.doens.be/2011/11/amount-in-words/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|