GaryOu
a730ebab8f
Refactor transfer amount calculation to handle account changes
...
- Refactor `setTransactionSuitableDestinationAmount` in transactions store to handle account ID changes and avoid logic duplication.
- Recalculate transfer-in amount when changing accounts, while preserving manual edits by verifying previous exchange rate relationships.
- Clean up redundant calculation logic in `TransactionEditPageBase.ts`.
2026-01-17 14:24:07 +08:00
MaysWind
2fb509beb2
support opening transaction view dialog in insights explorer page
2026-01-04 01:22:23 +08:00
MaysWind
76af5d946a
use the daylight saving time zone as default time zone rather than the current standard time zone during the DST
2025-12-24 00:33:47 +08:00
MaysWind
b1cefa5a34
add search box in transaction category page / dialog
2025-12-14 01:05:42 +08:00
MaysWind
9ff1334584
import payee field as tags when importing a QIF file ( #356 )
2025-11-25 00:56:28 +08:00
MaysWind
6430a52027
tag filter supports selecting both included and excluded tags simultaneously
2025-11-24 02:21:03 +08:00
MaysWind
2cb47bfd75
move all transactions from one account to another account ( #288 )
2025-10-11 01:12:33 +08:00
MaysWind
4d0d3959a9
support canceling AI image recognition
2025-09-27 23:53:40 +08:00
MaysWind
d4fee27a3d
fix the result of detecting whether a transaction has been modified is wrong when no default account is set
2025-09-22 00:59:10 +08:00
MaysWind
5d88287ae2
create transactions from AI receipt image recognition results
2025-09-21 04:00:57 +08:00
MaysWind
1a8ce7d58d
use for-of statements to replace for and for-in
2025-09-14 17:18:47 +08:00
MaysWind
4700446ca0
use for-of statements to replace for and for-in
2025-09-14 01:43:04 +08:00
MaysWind
7e2e1a4ad3
use truncation instead of rounding down or rounding to the nearest value when numerical calculations exceed precision limits
2025-09-09 20:46:51 +08:00
MaysWind
25681f622d
add explicit type for string-based datetimes, replacing third-party datetime type with internal DateTime type
2025-08-25 00:39:36 +08:00
MaysWind
f3d240442b
modify balance modification transaction
2025-08-10 17:00:08 +08:00
MaysWind
f8878c5405
disable transaction draft when update closing balance
2025-07-31 23:41:52 +08:00
MaysWind
e4cb66718d
reload reconciliation statement after adding new transaction
2025-07-29 00:16:37 +08:00
MaysWind
515b9af61a
add reconciliation statement in desktop version
2025-07-21 00:40:02 +08:00
MaysWind
2e1a9362fc
export transaction data based on the conditions on the transaction list page ( #55 )
2025-07-01 00:01:29 +08:00
MaysWind
9090c5c223
set geo location data order when import transaction
2025-06-15 22:59:21 +08:00
MaysWind
2c730b3e25
code refactor
2025-06-09 00:33:16 +08:00
MaysWind
387df07659
fix transaction list not display after expand the month transaction list
2025-05-24 22:25:23 +08:00
MaysWind
81812bb31d
add transaction calendar
2025-05-06 00:33:45 +08:00
MaysWind
b7973772b3
show process when importing a lot of transactions
2025-05-01 13:49:17 +08:00
MaysWind
66f7cc6f88
set amount format in import dialog
2025-03-24 00:09:12 +08:00
MaysWind
fc2c5a8e6c
modify method name
2025-03-23 14:55:17 +08:00
MaysWind
9430f57a0b
import transaction from custom delimiter-separated values file
2025-03-04 01:27:08 +08:00
MaysWind
b077b99806
do not save transaction draft when category / account / tag is same as the initial value ( #37 )
2025-02-05 22:38:41 +08:00
MaysWind
833e767e6c
migrate transaction edit page to composition API and typescript
2025-02-05 00:02:40 +08:00
MaysWind
6b152bd778
code refactor
2025-02-03 16:37:11 +08:00
MaysWind
782bc11950
migrate transaction store to composition API and typescript
2025-01-28 11:58:43 +08:00