Adding journal entries and database tables. Increased starting balances.

This commit is contained in:
2026-07-15 12:08:28 +02:00
parent 0de38ef2df
commit 656f545281
13 changed files with 498 additions and 34 deletions
@@ -11,7 +11,7 @@ Content-Type: application/json
{
"accountId": 1,
"amount": 5.0
"amount": 500.0
}
### Transfer Between Accounts
@@ -22,5 +22,5 @@ Content-Type: application/json
{
"sourceAccountId": 1,
"destinationAccountId": 2,
"amount": 30.00
"amount": 3000.00
}