This commit is contained in:
2026-03-23 11:44:21 +03:00
parent 4f87aa7598
commit b19b7fac4f
11 changed files with 254 additions and 161 deletions
+2
View File
@@ -178,6 +178,7 @@ class StorageService {
note: tx.note,
recurrence: tx.recurrence,
lastOccurrence: today,
accountId: tx.accountId,
);
transactions.add(newTx);
@@ -248,6 +249,7 @@ class StorageService {
lastOccurrence: today,
currency: tx.currency,
currencyCode: tx.currencyCode,
accountId: tx.accountId,
);
transactions.add(newTx);