recurrents

This commit is contained in:
xds
2025-11-17 15:02:47 +03:00
parent d0cae182b7
commit 12afd1f90e
48 changed files with 1479 additions and 120 deletions

View File

@@ -11,7 +11,7 @@ object TransactionMapper {
parentId = this.parent?.id,
type = this.type,
kind = this.kind,
category = this.category.toDto(),
category = this.category?.toDto(),
comment = this.comment,
amount = this.amount,
fees = this.fees,