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
e463c2dc95
batch adding transaction tags in import transaction tool
2025-09-13 23:05:26 +08:00
MaysWind
422cf49517
batch removing specified tag or batch removing invalid tag in import transaction tool
2025-09-13 23:00:39 +08:00
MaysWind
77d2426c14
code refactor
2025-09-13 21:17:55 +08:00
MaysWind
34c5a1750e
use for-of statements to replace for and for-in
2025-09-09 23:48:42 +08:00
MaysWind
c75a902d84
fix could not select category name via checkbox in the batch create category dialog
2025-09-09 23:22:58 +08:00
MaysWind
8368b02be8
calendar display type supports Gregorian with Chinese
2025-09-06 01:06:31 +08:00
MaysWind
20e2444307
modify color and background image in desktop version
2025-08-31 00:20:17 +08:00
MaysWind
8f6adaa417
fix some numerals were not displayed according to the numerical system
2025-08-29 00:43:11 +08:00
MaysWind
411130db4e
support calendar display type (Gregorian and Buddhist)
2025-08-28 00:31:59 +08:00
MaysWind
0b48502a10
modify the style of the custom time range
2025-08-25 22:21:57 +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
8ba1e1997f
show the time range below the fiscal year option
2025-08-24 00:04:36 +08:00
MaysWind
81727d3b1e
show import file type by categories
2025-08-23 02:25:24 +08:00
MaysWind
c00770201b
desktop version supports rtl
2025-08-18 00:45:26 +08:00
MaysWind
cd4d230d29
support changing numeral system
2025-08-17 01:55:19 +08:00
MaysWind
f3d240442b
modify balance modification transaction
2025-08-10 17:00:08 +08:00
MaysWind
55bf8b9e30
support showing transaction detail dialog / page
2025-08-10 16:59:08 +08:00
MaysWind
04996d784f
show the reason why the category / account select is disabled in desktop version
2025-08-06 00:05:35 +08:00
MaysWind
3b29303237
show the reason why the transaction, account, and category cannot be saved on the save button in desktop version
2025-08-04 21:43:19 +08:00
MaysWind
14b4e40039
reconciliation statement page / dialog supports account balance trends chart ( #184 )
2025-08-04 01:22:36 +08:00
MaysWind
b5233399e6
code refactor
2025-08-01 23:03:59 +08:00
MaysWind
f8878c5405
disable transaction draft when update closing balance
2025-07-31 23:41:52 +08:00
MaysWind
8dcaa457f9
set the default date based on the current date time filter range when adding a new transaction in the transaction list page
2025-07-31 22:53:37 +08:00
MaysWind
8fa46281e0
update closing balance in reconciliation statement page / dialog
2025-07-30 00:56:55 +08:00
MaysWind
c3d29ee2f8
modify text
2025-07-21 00:53:39 +08:00
MaysWind
8da4f65048
load / save rules for batch replacing transaction categories / accounts / tags when import transactions
2025-07-20 01:51:20 +08:00
MaysWind
428bcba56e
code refactor
2025-07-19 23:27:32 +08:00
MaysWind
b05a53ffe3
reduce the number of skeleton rows when loading in transaction list page
2025-07-07 22:58:41 +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
3621245212
save / load column mapping file for delimiter-separated values (dsv) file
2025-06-22 22:49:06 +08:00
MaysWind
481618037d
change the text of the unset start and end time in scheduled transaction
2025-06-22 18:07:11 +08:00
MaysWind
9090c5c223
set geo location data order when import transaction
2025-06-15 22:59:21 +08:00
Sebastian Reategui
e09c62cf8d
add missing fiscal year start parameter for src/lib/datetime.ts:getFullMonthDateRange()
2025-06-10 08:38:51 +08:00
Sebastian Reategui
b94dc8eb83
Feature - Add support for a fiscal year period defined in user settings.
...
* Add "This fiscal year", "Last fiscal year" as date range options in Transaction Details to filter transactions to those periods
* Add fiscal year ranges to Statistics & Trend Analysis
* Add "fiscal year start date" to user profile settings, allowing the user to select any date of the calendar year as the start of the fiscal year
* Add "fiscal year format" to user profile settings, allowing the user to specify how financial year date labels should appear
Implementation notes:
* The default fiscal year start is January 1 and the default fiscal year display format is "FY 2025"
* Fiscal year start date (month number & day number) are stored together in db as a uint16, high byte & low byte respectively
* February 29 is disallowed as a fiscal year start date, since it is never used as a convention in any country
* Jest is added to the project as a dev dependency, for unit tests in frontend
Signed-off-by: Sebastian Reategui <seb.reategui@gmail.com >
2025-06-07 22:04:47 +08:00
MaysWind
b4bff49104
try to keep the selected day when navigating the transaction calendar by month
2025-06-01 01:10:27 +08:00
MaysWind
626d3895aa
allow users to set coordinate display type ( #141 )
2025-05-27 01:01:55 +08:00
MaysWind
607c1ddc48
show amount in default currency in transaction edit page / dialog when account currency is not default currency
2025-05-11 23:50:18 +08:00
MaysWind
a6d45f5009
show error message when cannot load transaction picture in desktop version
2025-05-11 21:11:22 +08:00
MaysWind
6e9f427182
modify text
2025-05-11 20:36:47 +08:00
MaysWind
62ad1749e8
code refactor
2025-05-11 15:16:49 +08:00
MaysWind
1d2002e92f
only months can be selected in transaction calendar mode
2025-05-10 01:05:11 +08:00
MaysWind
56ba4d88f4
add transaction calendar for mobile version
2025-05-09 01:14:36 +08:00
MaysWind
fbc8c5e8c7
modify style
2025-05-08 22:44:24 +08:00
MaysWind
8a65282820
set the calendar readonly when loading
2025-05-08 21:10:10 +08:00
MaysWind
0d8c5f3dbe
code refactor
2025-05-07 00:37:37 +08:00
MaysWind
dbbbe6805d
fix cannot shift month when selected month is current month and in transaction calendar mode
2025-05-07 00:34:11 +08:00
MaysWind
d3758ec02f
no allow to change month via swiping
2025-05-07 00:11:30 +08:00
MaysWind
81812bb31d
add transaction calendar
2025-05-06 00:33:45 +08:00