Пример #1
0
 def total(self):
     return moneyfmt(self._total,2,'C$')        
Пример #2
0
 def pendiente(self):
     return moneyfmt(self.monto - self.abonado,2,self.moneda.simbolo)
Пример #3
0
 def total(self):
     return moneyfmt(self._total,2,self.moneda.simbolo)