def convert(self, amount_total, cur):
     #amt_id = amount_to_text_id.amount_to_text(amount_total, 'id', cur)
     amt_id = num2word.num2word_id(amount_total,"id").decode('utf-8')
     return amt_id
 def _call_num2word(self, amount_total, cur):
     amt_id = num2word.num2word_id(amount_total, cur).decode('utf-8')
     return amt_id
예제 #3
0
 def convert(self, amount_total, cur):
     amt_id = num2word.num2word_id(amount_total,"id").decode('utf-8')
     return amt_id
예제 #4
0
 def convert(self, amount_total, cur):
     #amt_id = amount_to_text_id.amount_to_text(amount_total, 'id', cur)
     amt_id = num2word.num2word_id(amount_total, "id").decode('utf-8')
     return amt_id
 def convert(self, amount_total, cur):
     amt_id = num2word.num2word_id(amount_total, "id").decode('utf-8')
     return amt_id