Skip to content
Snippets Groups Projects
Commit 8441b433 authored by Chris Li's avatar Chris Li
Browse files

Add income categories.

parent 1dabf9b2
No related branches found
No related tags found
No related merge requests found
......@@ -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"),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment