Create view for transaction
This commit is contained in:
parent
7bafbeb93a
commit
51ad354e0b
9 changed files with 105 additions and 38 deletions
|
|
@ -65,8 +65,9 @@ class Transaction(models.Model):
|
|||
verbose_name=_('type'),
|
||||
max_length=31,
|
||||
)
|
||||
description = models.TextField(
|
||||
verbose_name=_('description'),
|
||||
reason = models.CharField(
|
||||
verbose_name=_('reason'),
|
||||
max_length=255,
|
||||
)
|
||||
valid = models.NullBooleanField(
|
||||
verbose_name=_('valid'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue