diff --git a/core/models/bill.py b/core/models/bill.py index bc2c9a180739853417b6f78cccbdc88f9e2fadb4..0fa1ae4500cbe25077e8dd34f16f1aad5aadefac 100644 --- a/core/models/bill.py +++ b/core/models/bill.py @@ -78,6 +78,13 @@ class Bill(UUIDModel): (5, "Housing"), (6, "Utilities"), (7, "Other") + (8, "Salary"), + (9, "Interest"), + (10, "Investment"), + (11, "Child benefit"), + (12, "Pension"), + (13, "Income"), + (14, "Other"), )