Class AmtInWords_FA

java.lang.Object
org.compiere.util.AmtInWords_FA
All Implemented Interfaces:
AmtInWords

public class AmtInWords_FA extends Object implements AmtInWords
Amount in Words for Persian
Version:
$Id: AmtInWords_FA.java,v 1.3 2006/07/30 00:54:35 bmovaqar Exp $
Author:
Bahman Movaqar
  • Constructor Details

    • AmtInWords_FA

      public AmtInWords_FA()
      AmtInWords_FA
  • Method Details

    • getAmtInWords

      public String getAmtInWords(String amount) throws Exception
      Get Amount in Words
      Specified by:
      getAmtInWords in interface AmtInWords
      Parameters:
      amount - numeric amount (352.80)
      Returns:
      amount in words (three*five*two 80/100)
      Throws:
      Exception
    • main

      public static void main(String[] args)
      Test
      Parameters:
      args - ignored