MaysWind
ce4bca8272
code refactor
2025-06-08 02:47:00 +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
70eea8ff33
show total balance of parent account in mobile version ( #149 )
2025-06-07 14:11:55 +08:00
MaysWind
6222b6edae
use custom number input box to replace the system input box
2025-06-02 02:05:18 +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
cde26b76b1
don't show exchange rates data provider when use user custom exchange rates data
2025-05-28 22:22:03 +08:00
MaysWind
b3a666f876
support always showing transaction pictures in transaction edit page for mobile version
2025-05-28 00:18:55 +08:00
MaysWind
626d3895aa
allow users to set coordinate display type ( #141 )
2025-05-27 01:01:55 +08:00
MaysWind
817291c9a7
support user custom exchange rates data
2025-05-26 00:47:19 +08:00
MaysWind
387df07659
fix transaction list not display after expand the month transaction list
2025-05-24 22:25:23 +08:00
MaysWind
5767acb29b
improve performance for mobile transaction list page
2025-05-22 03:38:30 +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
9c695ee46d
code refactor
2025-05-10 01:08:57 +08:00
MaysWind
1d2002e92f
only months can be selected in transaction calendar mode
2025-05-10 01:05:11 +08:00
MaysWind
c7b809415c
modify style
2025-05-10 00:08:38 +08:00
MaysWind
55fa9ca686
the size of icon in the title bar follows the font size setting
2025-05-09 23:54:49 +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
4656002106
modify style
2025-05-07 00:22:32 +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
MaysWind
ab6f9839ef
amount input supports formula ( #130 )
2025-05-04 22:56:15 +08:00
MaysWind
d036f66d4c
fix some number value not display localized decimal symbol
2025-05-04 21:30:04 +08:00
MaysWind
381d063295
support clicking on map to set specified geographic location
2025-05-02 00:32:22 +08:00
MaysWind
b7973772b3
show process when importing a lot of transactions
2025-05-01 13:49:17 +08:00
MaysWind
34a752b8d8
show edit button for sub account
2025-04-27 00:08:01 +08:00
MaysWind
78ba43480b
support adding / deleting sub account after account created ( #77 )
2025-04-26 23:36:23 +08:00
MaysWind
fca8211c4f
fix the incorrect title of categories
2025-04-20 17:45:33 +08:00
MaysWind
d37b023e11
modify text
2025-04-20 16:02:42 +08:00
MaysWind
44d4349f12
show currency in transaction edit dialog
2025-04-13 23:45:39 +08:00
MaysWind
df31be61e8
support hiding/unhiding/deleting sub-account in account list page
2025-04-13 23:36:37 +08:00
MaysWind
68b08c1e8a
use primary color & icon as default when creating secondary category
2025-04-06 22:38:49 +08:00
MaysWind
2c9bb12da9
code refactor
2025-04-03 23:50:14 +08:00
MaysWind
0a5f8862ad
allow pressing ESC or clicking outside to close add dialog when nothing is modified
2025-03-31 00:00:16 +08:00
MaysWind
433a225b9d
modify error message
2025-03-30 00:38:33 +08:00
MaysWind
6dfff84ab7
not allow to close dialog by clicking outside when user has modified something in dialog
2025-03-29 21:14:45 +08:00
MaysWind
91b6047f2e
batch create nonexistent transaction tags when import transaction
2025-03-29 21:02:56 +08:00
MaysWind
e5cf92f84e
batch create nonexistent transaction categories when import transaction
2025-03-24 00:10:50 +08:00
MaysWind
399b5c03a2
code refactor
2025-03-24 00:10:26 +08:00
MaysWind
f9b7be2f74
add refresh button in batch replace dialog
2025-03-24 00:09:40 +08:00
MaysWind
66f7cc6f88
set amount format in import dialog
2025-03-24 00:09:12 +08:00
MaysWind
af03597e86
move file
2025-03-23 15:09:22 +08:00
MaysWind
ab4fc8faf5
modify method name
2025-03-23 14:59:06 +08:00
MaysWind
fc2c5a8e6c
modify method name
2025-03-23 14:55:17 +08:00