fix: support offline manual bookkeeping

This commit is contained in:
2026-08-21 15:43:01 +08:00
parent 9bb45aac83
commit 979684a06e
5 changed files with 167 additions and 30 deletions
+1
View File
@@ -188,6 +188,7 @@ class _AddPageState extends State<AddPage> {
note: _noteCtrl.text.trim().isEmpty ? null : _noteCtrl.text.trim(),
paymentMethod: _paymentMethod,
occurredAt: _occurredAt,
localFirst: true,
);
TransactionEvents.notifyChanged();
if (mounted) context.pop(amount);