MaysWind
07477eb5f8
hide generate mcp token when mcp is not enabled
2025-07-07 22:28:00 +08:00
MaysWind
0140fc7622
add a special token type for MCP
2025-07-07 01:20:38 +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
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
626d3895aa
allow users to set coordinate display type ( #141 )
2025-05-27 01:01:55 +08:00
MaysWind
0662427cec
show currency code in currency select
2025-03-09 01:19:14 +08:00
MaysWind
09574f1c75
code refactor
2025-03-09 00:39:54 +08:00
MaysWind
beeeb1c059
modify language select style
2025-03-07 01:47:27 +08:00
MaysWind
95205d2f1d
code refactor
2025-02-06 23:29:08 +08:00
MaysWind
b6efa91879
two column list item selection supports filtering content ( #38 )
2025-02-06 22:37:02 +08:00
MaysWind
1156499b05
code refactor
2025-01-27 00:36:34 +08:00
MaysWind
99a2f40a4e
add English hint for language option when current language is not English
2025-01-25 23:22:45 +08:00
MaysWind
84fc6b2ffb
migrate user 2fa setting page to composition API and typescript
2025-01-22 21:47:00 +08:00
MaysWind
58097331da
code refactor
2025-01-21 23:47:22 +08:00
MaysWind
e053528abf
migrate session list page /user security page to composition API and typescript
2025-01-21 23:38:06 +08:00
MaysWind
f4998da4cd
migrate user profile page to composition API and typescript
2025-01-20 23:56:09 +08:00
MaysWind
fb367174b6
not show session updates toast after password modified
2025-01-20 00:41:23 +08:00
MaysWind
559e8259be
migrate root store to composition API and typescript
2025-01-20 00:40:02 +08:00
MaysWind
f22666e756
migrate account store to composition API and typescript
2025-01-18 00:37:44 +08:00
MaysWind
749bdfd164
migrate lib/account.js to typescript
2025-01-17 00:37:41 +08:00
MaysWind
4e8eddd868
migrate user data management page to composition API and typescript
2025-01-13 23:19:06 +08:00
MaysWind
25c8b9baf8
migrate overview store to composition API and typescript
2025-01-09 00:22:28 +08:00
MaysWind
5b241d2547
migrate 2fa auth store to composition API and typescript
2025-01-05 23:01:32 +08:00
MaysWind
92a626fb21
migrate token store to composition API and typescript
2025-01-05 22:56:07 +08:00
MaysWind
5171f23c09
migrate user store to composition API and typescript
2025-01-05 22:54:53 +08:00
MaysWind
0e422b5a8f
migrate settings store to composition API and typescript
2025-01-05 19:45:55 +08:00
MaysWind
ad9a390b58
migrate consts/datetime.js to ts
2025-01-02 00:39:56 +08:00
MaysWind
2560a70e5e
migrate to typescript
2024-12-30 00:56:48 +08:00
MaysWind
b8253b6dcc
create user token via cli
2024-11-09 23:43:28 +08:00
MaysWind
7b96cd0447
remove unused code
2024-11-08 17:48:57 +08:00
MaysWind
6655d725ae
code refactor
2024-09-20 00:10:40 +08:00
MaysWind
636ac974b8
show transaction pictures in data management page
2024-08-30 21:58:25 +08:00
MaysWind
d2eaf5c6da
support scheduled transaction ( #2 )
2024-08-26 02:30:16 +08:00
MaysWind
4a96bac457
don't show the editable icon when user avatar cannot be modified
2024-08-19 23:56:03 +08:00
MaysWind
f2baa4ae65
code refactor
2024-08-05 01:29:53 +08:00
MaysWind
0b17251f94
modify style
2024-08-04 19:50:17 +08:00
MaysWind
24724bb19f
show transaction template count in data management page
2024-08-04 19:50:04 +08:00
MaysWind
816d0e7ceb
code refactor
2024-08-03 19:24:59 +08:00
MaysWind
f1f61a9038
code refactor
2024-08-03 18:21:04 +08:00
MaysWind
788bfa7d4b
fix the default user avatar not display when user cannot load user avatar url
2024-08-01 00:39:00 +08:00
MaysWind
8ef4b5537c
display a tooltip icon when hover the avatar
2024-07-29 23:54:52 +08:00
MaysWind
2e04affb00
supports local file system object storage and use it as the default avatar provider
2024-07-28 16:03:20 +08:00
MaysWind
efce4cc04e
remove clear button
2024-07-25 01:07:04 +08:00
MaysWind
a8484cfcaf
remove display password button
2024-07-25 01:03:25 +08:00
MaysWind
2cbcc40ca9
fix the bug that the overview amounts in home page would not update after changing the first day of week
2024-07-14 18:15:41 +08:00
MaysWind
55249e07a3
support setting token min refresh interval
2024-07-14 17:47:35 +08:00
MaysWind
b1343ba92a
support setting expense / income amount color
2024-07-14 01:00:14 +08:00
MaysWind
59d03b54d7
move currency display type to user settings
2024-06-30 16:25:32 +08:00
MaysWind
399413a270
support setting decimal separator and digit grouping symbol
2024-06-30 01:48:36 +08:00