Add some slack notifications and a todo to fix the rest

This commit is contained in:
James Cole
2023-08-12 20:57:51 +02:00
parent 53f1b0218c
commit 610bc108e7
26 changed files with 346 additions and 41 deletions

View File

@@ -65,7 +65,7 @@ class SetBudget implements ActionInterface
$search
)
);
// TODO introduce error
return false;
}
@@ -78,7 +78,7 @@ class SetBudget implements ActionInterface
$journal['transaction_type_type']
)
);
// TODO introduce error
return false;
}