def total(self): return moneyfmt(self._total,2,'C$')
def pendiente(self): return moneyfmt(self.monto - self.abonado,2,self.moneda.simbolo)
def total(self): return moneyfmt(self._total,2,self.moneda.simbolo)