1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-20 17:41:55 +02:00

Register the BDE in billings

This commit is contained in:
Yohann D'ANELLO
2020-03-21 00:41:55 +01:00
parent 71346476df
commit 1c12494a67
6 changed files with 14 additions and 0 deletions

View File

@ -11,6 +11,20 @@ class Billing(models.Model):
verbose_name=_("Billing identifier"),
)
bde = models.CharField(
max_length=32,
default='Saperlistpopette.png',
choices=(
('Saperlistpopette.png', 'Saper[list]popette'),
('Finalist.png', 'Fina[list]'),
('Listorique.png', '[List]orique'),
('Satellist.png', 'Satel[list]'),
('Monopolist.png', 'Monopo[list]'),
('Kataclist.png', 'Katac[list]'),
),
verbose_name=_("BDE"),
)
subject = models.CharField(
max_length=255,
verbose_name=_("Subject"),