MaysWind
642e51bc0c
use and display the Gregorian calendar when calculating months, quarters, years, and fiscal years
2025-09-08 00:32:30 +08:00
MaysWind
8368b02be8
calendar display type supports Gregorian with Chinese
2025-09-06 01:06:31 +08:00
MaysWind
d6dc9f8170
fix the checkbox in the scheduled transaction frequency dropdown list couldn’t be used to select options ( #225 )
2025-09-03 19:50:00 +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
32cf41a7a0
modify style
2025-08-30 00:07:43 +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
b79ffafaee
code refactor
2025-08-29 00:43:34 +08:00
MaysWind
8f6adaa417
fix some numerals were not displayed according to the numerical system
2025-08-29 00:43:11 +08:00
MaysWind
af8cbe0b15
fix the ellipsis was not displayed when the text was too long
2025-08-28 22:43:25 +08:00
MaysWind
411130db4e
support calendar display type (Gregorian and Buddhist)
2025-08-28 00:31:59 +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
0408c470fc
fix the select dropdown menu was positioned incorrectly after filter box being focused
2025-08-24 23:06:58 +08:00
MaysWind
27ae401a7f
code refactor
2025-08-23 23:21:02 +08:00
MaysWind
81727d3b1e
show import file type by categories
2025-08-23 02:25:24 +08:00
MaysWind
8064a00252
fix confirm dialog color not taking effect
2025-08-21 00:03:25 +08:00
MaysWind
13d5759e84
mobile version supports rtl
2025-08-20 01:13:39 +08:00
MaysWind
c00770201b
desktop version supports rtl
2025-08-18 00:45:26 +08:00
MaysWind
cd4d230d29
support changing numeral system
2025-08-17 01:55:19 +08:00
MaysWind
876bf8cc31
update dark theme style of desktop version
2025-08-10 01:38:08 +08:00
MaysWind
6b5aac0111
fix the filter box could not be input
2025-08-09 02:13:06 +08:00
MaysWind
7283b724b1
add candlestick chart for account balance trends
2025-08-05 23:29:49 +08:00
MaysWind
be129cd3c6
modify function name
2025-08-04 23:33:13 +08:00
MaysWind
6e5f857e97
show account outstanding balance for liability account in account balance trends chart
2025-08-04 21:04:41 +08:00
MaysWind
ebe00d3271
code refactor
2025-08-04 01:22:54 +08:00
MaysWind
14b4e40039
reconciliation statement page / dialog supports account balance trends chart ( #184 )
2025-08-04 01:22:36 +08:00
MaysWind
15d1d269ae
modify file name
2025-08-03 21:42:30 +08:00
MaysWind
b24ebdb83e
redesign time picker in date time select for desktop device
2025-07-31 22:19:12 +08:00
MaysWind
09a1dd0358
update closing balance in reconciliation statement page
2025-07-30 23:07:04 +08:00
MaysWind
8fa46281e0
update closing balance in reconciliation statement page / dialog
2025-07-30 00:56:55 +08:00
MaysWind
880b614636
clear the data of the last unfinished calculation when opening the number pad sheet
2025-07-28 23:17:39 +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
1d314b1b09
fix the bug that statistical analysis still shows the account balance in the desktop version when the account balance is set to hide
2025-06-28 18:10:35 +08:00
MaysWind
481618037d
change the text of the unset start and end time in scheduled transaction
2025-06-22 18:07:11 +08:00
MaysWind
4336d1ed1a
export statistics & analysis data in desktop version
2025-06-15 21:50:31 +08:00
MaysWind
8edc3640f5
code refactor
2025-06-15 21:48:56 +08:00
MaysWind
39e81af782
code refactor
2025-06-15 20:42:15 +08:00
MaysWind
8d5fe8f0f1
modify style
2025-06-10 00:10:57 +08:00
MaysWind
4111eb0838
code refactor
2025-06-09 23:50:30 +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
45e6c56934
modify style
2025-06-08 21:44:09 +08:00
MaysWind
ce4bca8272
code refactor
2025-06-08 02:47:00 +08:00
MaysWind
ceecd9d524
code refactor
2025-06-07 23:00:35 +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
6222b6edae
use custom number input box to replace the system input box
2025-06-02 02:05:18 +08:00
MaysWind
baa6850fcb
code refactor
2025-06-02 01:28:40 +08:00