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
4111eb0838
code refactor
2025-06-09 23:50:30 +08:00
MaysWind
f905dcb3fd
improve compatibility
2025-06-08 02:47: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
70eea8ff33
show total balance of parent account in mobile version ( #149 )
2025-06-07 14:11:55 +08:00
MaysWind
cde26b76b1
don't show exchange rates data provider when use user custom exchange rates data
2025-05-28 22:22:03 +08:00
MaysWind
626d3895aa
allow users to set coordinate display type ( #141 )
2025-05-27 01:01:55 +08:00
MaysWind
817291c9a7
support user custom exchange rates data
2025-05-26 00:47:19 +08:00
MaysWind
607c1ddc48
show amount in default currency in transaction edit page / dialog when account currency is not default currency
2025-05-11 23:50:18 +08:00
MaysWind
9c695ee46d
code refactor
2025-05-10 01:08:57 +08:00
MaysWind
1d2002e92f
only months can be selected in transaction calendar mode
2025-05-10 01:05:11 +08:00
MaysWind
56ba4d88f4
add transaction calendar for mobile version
2025-05-09 01:14:36 +08:00
MaysWind
0d8c5f3dbe
code refactor
2025-05-07 00:37:37 +08:00
MaysWind
81812bb31d
add transaction calendar
2025-05-06 00:33:45 +08:00
MaysWind
381d063295
support clicking on map to set specified geographic location
2025-05-02 00:32:22 +08:00
MaysWind
78ba43480b
support adding / deleting sub account after account created ( #77 )
2025-04-26 23:36:23 +08:00
MaysWind
fca8211c4f
fix the incorrect title of categories
2025-04-20 17:45:33 +08:00
MaysWind
68b08c1e8a
use primary color & icon as default when creating secondary category
2025-04-06 22:38:49 +08:00
MaysWind
2c9bb12da9
code refactor
2025-04-03 23:50:14 +08:00
MaysWind
ab4fc8faf5
modify method name
2025-03-23 14:59:06 +08:00
MaysWind
639bd9c5cd
use the new popup select dialog
2025-03-09 16:23:23 +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
7abb5972eb
modify style
2025-03-01 20:38:13 +08:00
MaysWind
a9eaf011cd
fix the parent account not displayed in the account list in the transaction list page
2025-02-19 23:04:27 +08:00
MaysWind
0b5721671d
code refactor
2025-02-12 23:26:03 +08:00
MaysWind
a0e3a269a0
fix the wrong display order of savings accounts and certificate of deposit accounts
2025-02-09 23:41:44 +08:00
MaysWind
0e4cd10376
remove compatibility code for migration
2025-02-09 17:28:20 +08:00
MaysWind
596787b998
migrate transaction list page to composition API and typescript
2025-02-09 17:28:20 +08:00
MaysWind
721eb122bd
code refactor
2025-02-06 23:36:03 +08:00
MaysWind
00f62fd608
code refactor
2025-02-05 00:19:01 +08:00
MaysWind
833e767e6c
migrate transaction edit page to composition API and typescript
2025-02-05 00:02:40 +08:00
MaysWind
3ad45bebb7
migrate transaction tag filter page to composition API and typescript
2025-02-03 20:38:30 +08:00
MaysWind
aacde2dfde
migrate category filter page to composition API and typescript
2025-02-03 15:21:40 +08:00
MaysWind
af355e5b85
migrate account filter page to composition API and typescript
2025-01-29 22:49:14 +08:00
MaysWind
ca9fe264b4
code refactor
2025-01-29 22:31:59 +08:00
MaysWind
782bc11950
migrate transaction store to composition API and typescript
2025-01-28 11:58:43 +08:00
MaysWind
e2a4e0cb3f
migrate account list page to composition API and typescript
2025-01-27 20:36:47 +08:00
MaysWind
fd3457af84
code refactor
2025-01-27 15:37:55 +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
a27a2556aa
migrate transaction statistics page to composition API and typescript
2025-01-25 14:52:57 +08:00
MaysWind
8207373a05
migrate statistics store to composition API and typescript
2025-01-24 23:16:57 +08:00
MaysWind
8fce3f2bcc
migrate account edit page to composition API and typescript
2025-01-24 00:42:37 +08:00
MaysWind
f4998da4cd
migrate user profile page to composition API and typescript
2025-01-20 23:56:09 +08:00
MaysWind
559e8259be
migrate root store to composition API and typescript
2025-01-20 00:40:02 +08:00
MaysWind
92df98c3fb
migrate signup page to composition API and typescript
2025-01-19 22:13:06 +08:00
MaysWind
1afd811aa8
migrate login page to composition API and typescript
2025-01-19 20:54:10 +08:00