MaysWind
e85a4701ed
fix cannot selecting time when the number system was not Arabic numerals
2025-08-29 00:53:23 +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
c099443783
support date display type (Gregorian and Buddhist)
2025-08-27 00:58:22 +08:00
MaysWind
23ffdbb163
replacing third-party datetime formatter with internal formatter
2025-08-25 23:33:49 +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
f196ce969b
code refactor
2025-08-24 23:07:18 +08:00
MaysWind
601a1f83c6
fix the date range may be incorrect when switching between fiscal years
2025-08-24 00:23:49 +08:00
MaysWind
60108e26c7
fix incorrect fiscal year closing balance for partial-year queries
2025-08-05 01:01:33 +08:00
MaysWind
14b4e40039
reconciliation statement page / dialog supports account balance trends chart ( #184 )
2025-08-04 01:22:36 +08:00
MaysWind
c5aa37037f
the number of digits shown for hours, minutes, and seconds in the time picker depends on the user's language settings
2025-07-23 01:06:34 +08:00
MaysWind
515b9af61a
add reconciliation statement in desktop version
2025-07-21 00:40:02 +08:00
MaysWind
bcb6c4f419
time selector in mobile version supports loop selection
2025-07-21 00:39:32 +08:00
MaysWind
4111eb0838
code refactor
2025-06-09 23:50:30 +08:00
MaysWind
cd37e2ab1d
fix the data of last quarter not displayed when there is only one month in the last quarter in trend analysis
2025-06-09 00:45:17 +08:00
MaysWind
2c730b3e25
code refactor
2025-06-09 00:33:16 +08:00
MaysWind
ee47ee91c3
fix incorrect data aggregated by fiscal year in trend analysis
2025-06-08 23:10:02 +08:00
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
cab13cee3c
code refactor
2025-06-01 23:42:35 +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
1d2002e92f
only months can be selected in transaction calendar mode
2025-05-10 01:05:11 +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
81812bb31d
add transaction calendar
2025-05-06 00:33:45 +08:00
MaysWind
377a4899b7
scheduled transaction supports start time and end time ( #36 )
2025-02-28 00:14:52 +08:00
MaysWind
596787b998
migrate transaction list page to composition API and typescript
2025-02-09 17:28:20 +08:00
MaysWind
c619d2ecad
code refactor
2025-01-25 14:55:40 +08:00
MaysWind
922c338387
code refactor
2025-01-15 23:15:42 +08:00
MaysWind
6a62cfdef7
code refactor
2025-01-12 15:10:07 +08:00
MaysWind
c73dcb51e4
migrate month range selection sheet / dialog to composition API and typescript
2025-01-11 17:57:14 +08:00
MaysWind
04f373e931
migrate about page to composition API and typescript
2025-01-11 01:56:50 +08:00
MaysWind
a9e50d29d3
fix display incorrect month
2025-01-04 23:34:20 +08:00
MaysWind
9f7b40381c
migrate lib/datetime.js to ts
2025-01-04 00:18:35 +08:00