improved withdrawal handling

This commit is contained in:
2016-07-30 23:14:25 +02:00
parent 23e4891a64
commit df8edf4607
4 changed files with 23 additions and 6 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ INSERT INTO Category (id, name, account_id, position) VALUES
(null, 'Essen - Lebensmittel', 1, 2),
(null, 'Einnahmen - Gehalt', 1, 1),
(null, 'Essen - Arbeit', 1, 3),
(null, 'Private Entnahme', 1, 4),
(null, 'Wohnen - Haushalt', 1, 4),
(null, 'Private Entnahme', 1, 5),
(null, 'Einnahmen - Gehalt', 2, 1),
(null, 'Technik - Server und Hosting', 2, 2);