Commit Graph

20 Commits

Author SHA1 Message Date
MaysWind 6430a52027 tag filter supports selecting both included and excluded tags simultaneously 2025-11-24 02:21:03 +08:00
MaysWind d3ab2b94b7 verify the username, email and nickname are valid when registering via OAuth 2.0 2025-10-23 22:46:31 +08:00
MaysWind 10f2b39203 code refactor 2025-06-07 22:13:34 +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 d648226d13 add unit tests 2024-08-12 23:52:05 +08:00
MaysWind d3c8a520ca update latest currencies 2024-08-02 00:57:23 +08:00
MaysWind b5d72c89f2 support filtering transaction amount 2024-07-01 00:48:00 +08:00
MaysWind 756e6cac5a update currency name 2024-06-24 00:42:10 +08:00
MaysWind 810bce7495 update latest available currencies 2023-05-29 00:27:30 +08:00
MaysWind 62a825439f modify project name 2021-04-12 01:21:34 +08:00
MaysWind 92fb38c7ee add comments and format code 2021-03-23 00:20:08 +08:00
MaysWind e1cdce4a93 verify whether currency code is in known list 2021-03-08 23:14:07 +08:00
MaysWind c9190e2427 add comments 2020-12-25 23:57:32 +08:00
MaysWind b3962e8af9 code refactor 2020-12-23 01:40:28 +08:00
MaysWind 024960f767 format code 2020-12-22 22:59:50 +08:00
MaysWind 5178a515de modify name 2020-11-17 20:50:45 +08:00
MaysWind b4bd83e7a0 support account color 2020-11-17 01:54:26 +08:00
MaysWind af809a098e support sub account 2020-11-15 01:24:21 +08:00
MaysWind 9bd341fb0e add default currency option in user profile 2020-11-07 21:55:04 +08:00
MaysWind 6ad0a02d44 add core/error/util files 2020-10-17 22:02:50 +08:00