add accounting tst
This commit is contained in:
@@ -86,6 +86,7 @@ class Accounting(models.Model):
|
||||
prize_normal = models.DecimalField(max_digits=5, decimal_places=2, blank=True, null=True, verbose_name="Preis Normalzeit")
|
||||
prize_hh = models.DecimalField(max_digits=5, decimal_places=2, blank=True, null=True, verbose_name="Preis Happy Hour")
|
||||
account_user = models.CharField(blank=True, null=True, max_length=128, verbose_name="Abr. Benutzer")
|
||||
account_tst = models.DateTimeField(blank=True, null=True, verbose_name="Abr. TST")
|
||||
|
||||
def __str__(self):
|
||||
return '{}: {} -> {}, {}, {}'.format(self.desk, self.time_from, self.time_to, self.prize, self.billed)
|
||||
|
||||
Reference in New Issue
Block a user