xdofx:to_check_number. How to display amount in words in xml publisher
xdofx:to_check_number is uses in the XML publisher reports , to convert the amounts in the Words to print in the XML publisher reports. This is basis requirement for the Statuary reports like Check printing or Invoices or Purchase Orders to print the Amounts in the Words.
xdofx:to_check_number(amount,precisionOrCurrency,caseType ,decimalStyle)
Here below is the description of the Parameters.
Attribute
|
Description
|
Valid Value
|
amount
|
The number to be
transformed.
|
Any number
|
precisionOrCurrency
|
For this attribute you
can specify either the precision, which is the number of digits after the
decimal point; or the currency code, which will govern the number of digits
after the decimal point. The currency code does not generate a currency
symbol in the output.
|
An integer, such as 2;
or a currency code, such as 'USD'.
|
caseType
|
The case type of the
output.
|
Valid values are:
'CASE_UPPER', 'CASE_LOWER', 'CASE_INIT_CAP' |
decimalStyle
|
Output type of the
decimal fraction area.
|
Valid values are:
'DECIMAL_STYLE_FRACTION1', 'DECIMAL_STYLE_FRACTION2', 'DECIMAL_STYLE_WORD' |
0 comments:
Post a Comment