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