Exemple #1
0
 def __unicode__(self):
     return '{} - {}'.format(self.user_name,
                             to_decimal(self.amount))
Exemple #2
0
 def __unicode__(self):
     return '{0} ({1})'.format(self.description,
                               to_decimal(self.amount_per_day))
Exemple #3
0
 def __unicode__(self):
     return '{0} ({1})'.format(self.description,
                               to_decimal(self.amount))