Release 13 (devel -> main) #35
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ class Drink(models.Model):
|
||||||
class RegisterTransaction(models.Model):
|
class RegisterTransaction(models.Model):
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
verbose_name = "register transaction"
|
verbose_name = "transaction"
|
||||||
verbose_name_plural = "register"
|
verbose_name_plural = "transactions"
|
||||||
|
|
||||||
transaction_sum = models.DecimalField(max_digits=6, decimal_places=2, default=0.00)
|
transaction_sum = models.DecimalField(max_digits=6, decimal_places=2, default=0.00)
|
||||||
# the following original_transaction_sum is needed when need to be
|
# the following original_transaction_sum is needed when need to be
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue