Removes old login page, more progress on transactions

This commit is contained in:
2025-03-10 14:09:45 -07:00
parent 8429d8516c
commit 7373ef41d1
16 changed files with 270 additions and 137 deletions

8
tasks Normal file
View File

@@ -0,0 +1,8 @@
* Convert transaction form to one where you pick options and hit a single endpoint to persist.
* Add tests for edit transaction.
* Make it so you can create a new vendor again.
* Switch login screen
* Hide unhelpful report from the dashboard
* Check permissions on ledger, transactions, reports
* Make sure that you can't change a transaction if its payment is set
* also add tests