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
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
8ba1e1997f
show the time range below the fiscal year option
2025-08-24 00:04:36 +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
3b29303237
show the reason why the transaction, account, and category cannot be saved on the save button in desktop version
2025-08-04 21:43:19 +08:00
MaysWind
d35e127b9e
code refactor
2025-08-04 01:25:55 +08:00
MaysWind
14b4e40039
reconciliation statement page / dialog supports account balance trends chart ( #184 )
2025-08-04 01:22:36 +08:00
MaysWind
e90b76c80e
code refactor
2025-08-03 14:27:34 +08:00
MaysWind
56a3905df1
exclude deleted account
2025-08-01 23:21:37 +08:00
MaysWind
f32cc4ab04
fix the filter could not be saved after the filtered accounts, categories and transaction tags were deleted ( #185 )
2025-07-30 21:12:15 +08:00
MaysWind
ca0fb9446b
total inflows and outflows in reconciliation statement includes the amount of the balance modification transaction
2025-07-29 00:01:38 +08:00
MaysWind
6eb749dca2
move file
2025-07-28 23:20:45 +08:00
MaysWind
22f9c5243a
add reconciliation statement page for mobile version
2025-07-28 00:37:51 +08:00
MaysWind
713b621169
update category display name for balance modification transaction
2025-07-27 21:35:16 +08:00
MaysWind
1e492d8724
code refactor
2025-07-27 16:59:31 +08:00
MaysWind
602f15fe2e
export reconciliation statements
2025-07-26 00:58:38 +08:00
MaysWind
ea17994c6c
show opening / closing balance in reconciliation statement dialog
2025-07-22 01:04:29 +08:00
MaysWind
515b9af61a
add reconciliation statement in desktop version
2025-07-21 00:40:02 +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
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