feat(transaction-recurring): #100 generate transactions
Some checks failed
Build Docker Image / Build-Docker-Image (push) Has been cancelled

This commit is contained in:
2025-05-29 00:00:19 +02:00
parent 1e7f2878ba
commit 5d1aa93d18
6 changed files with 154 additions and 81 deletions

View File

@@ -34,16 +34,6 @@ type Transaction struct {
UpdatedBy *uuid.UUID `db:"updated_by"`
}
type TransactionInput struct {
Id string
AccountId string
TreasureChestId string
Value string
Timestamp string
Party string
Description string
}
type TransactionItemsFilter struct {
AccountId string
TreasureChestId string