MaysWind
8368b02be8
calendar display type supports Gregorian with Chinese
2025-09-06 01:06:31 +08:00
MaysWind
989183c8be
use integers to calculate formulas for evaluator ( #214 )
2025-09-01 00:32:14 +08:00
MaysWind
4d0e376568
code refactor
2025-08-30 00:40:33 +08:00
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
f2d0fe407b
support deleting all transactions ( #202 )
2025-08-21 00:01:25 +08:00
MaysWind
13d5759e84
mobile version supports rtl
2025-08-20 01:13:39 +08:00
MaysWind
cd4d230d29
support changing numeral system
2025-08-17 01:55:19 +08:00
MaysWind
274aa6a17c
digit grouping type supports Indian Number Grouping
2025-08-16 00:20:12 +08:00
MaysWind
7283b724b1
add candlestick chart for account balance trends
2025-08-05 23:29:49 +08:00
MaysWind
60108e26c7
fix incorrect fiscal year closing balance for partial-year queries
2025-08-05 01:01:33 +08:00
MaysWind
be129cd3c6
modify function name
2025-08-04 23:33:13 +08:00
MaysWind
f210bfa9f4
use the first visible account as default if the default account is hidden when creating new transaction
2025-08-04 23:14:46 +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
b24ebdb83e
redesign time picker in date time select for desktop device
2025-07-31 22:19:12 +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
01aa2cf0a4
filter transaction description keywords in statistics & analysis page
2025-07-08 00:31:50 +08:00
MaysWind
07477eb5f8
hide generate mcp token when mcp is not enabled
2025-07-07 22:28:00 +08:00
MaysWind
6215f489f2
code refactor
2025-07-07 01:20:55 +08:00
MaysWind
0140fc7622
add a special token type for MCP
2025-07-07 01:20:38 +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
96b7c69283
add refresh browser cache when client version not match server version
2025-06-30 00:39:28 +08:00
MaysWind
801c0f8572
total amount on the account list page supports excluding specified accounts ( #161 )
2025-06-29 22:27:34 +08:00
MaysWind
90e862fbb1
sync application settings
2025-06-29 20:25:21 +08:00
MaysWind
3621245212
save / load column mapping file for delimiter-separated values (dsv) file
2025-06-22 22:49:06 +08:00
MaysWind
9090c5c223
set geo location data order when import transaction
2025-06-15 22:59:21 +08:00
MaysWind
39e81af782
code refactor
2025-06-15 20:42:15 +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
5a47c74f83
code refactor
2025-06-08 23:09:47 +08:00
MaysWind
f905dcb3fd
improve compatibility
2025-06-08 02:47:30 +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
626d3895aa
allow users to set coordinate display type ( #141 )
2025-05-27 01:01:55 +08:00
MaysWind
adfd12ef52
fix the longitude exceeds 180 degrees when selecting a new geographic location by user
2025-05-26 01:01:07 +08:00
MaysWind
817291c9a7
support user custom exchange rates data
2025-05-26 00:47:19 +08:00
MaysWind
5767acb29b
improve performance for mobile transaction list page
2025-05-22 03:38:30 +08:00