Function for Indian Curreny and Foreign Curreny


Sheetal More

2021-06-26 17:51:54


    Function for Indian Currency :-

    Amount-- com.itaakash.View.HelperFunctions.indianCurrencyFormat($P{column30725})

    Rs to Word-- com.itaakash.View.HelperFunctions.amounttoword(Double.valueOf($P{column30737}))

     

    Function for Foreign Currency :-

    Amount-- com.itaakash.View.HelperFunctions.indianCurrencyFormat($P{cloudcode},$P{column30725})

    Rs to Word-- com.itaakash.View.HelperFunctions.amounttoword($P{cloudcode},Double.valueOf($P{column30737}))




    Related Articles