costs should work so far

This commit is contained in:
gw3000 2023-07-13 23:48:50 +02:00
parent fdacc9adf9
commit c06acb284a
6 changed files with 59 additions and 20 deletions

View file

@ -22,7 +22,7 @@ class Costs(models.Model):
decimal_places=2,
default="0.00",
verbose_name=_("Betrag"))
created = models.DateTimeField(
created = models.DateField(
verbose_name=_("Gebucht am"))
comment = models.CharField(
max_length=512,