improved withdrawal handling
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user