Files
ezbookkeeping/pkg
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
..
2024-08-19 23:47:55 +08:00
2025-02-20 00:09:12 +08:00
2025-04-24 10:06:42 +08:00
2025-02-19 23:55:25 +08:00
2023-08-27 23:28:38 +08:00
2024-11-10 17:54:32 +08:00
2024-08-19 00:35:45 +08:00
2023-09-04 23:30:33 +08:00
2025-04-30 22:30:01 +08:00