feat: add currency to accounts
This commit is contained in:
parent
4be5385db7
commit
ca0fec563e
21 changed files with 627 additions and 63 deletions
|
|
@ -59,6 +59,7 @@ func New(cfg *config.Config) (*App, error) {
|
|||
spaceService.SetAuditLogger(auditLogService)
|
||||
accountService := service.NewAccountService(accountRepository)
|
||||
accountService.SetAuditLogger(auditLogService)
|
||||
accountService.SetAllocationRepository(allocationRepository)
|
||||
allocationService := service.NewAllocationService(allocationRepository, accountService)
|
||||
allocationService.SetAuditLogger(auditLogService)
|
||||
transactionService := service.NewTransactionService(transactionRepository, categoryRepository, accountService)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue