MaysWind
d4fee27a3d
fix the result of detecting whether a transaction has been modified is wrong when no default account is set
2025-09-22 00:59:10 +08:00
MaysWind
4700446ca0
use for-of statements to replace for and for-in
2025-09-14 01:43:04 +08:00
MaysWind
34c5a1750e
use for-of statements to replace for and for-in
2025-09-09 23:48:42 +08:00
MaysWind
7e2e1a4ad3
use truncation instead of rounding down or rounding to the nearest value when numerical calculations exceed precision limits
2025-09-09 20:46:51 +08:00
MaysWind
d4603a1892
code refactor
2025-09-09 00:01:15 +08:00
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
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
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
cd4d230d29
support changing numeral system
2025-08-17 01:55:19 +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
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
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
fca8211c4f
fix the incorrect title of categories
2025-04-20 17:45:33 +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
a0e3a269a0
fix the wrong display order of savings accounts and certificate of deposit accounts
2025-02-09 23:41:44 +08:00
MaysWind
596787b998
migrate transaction list page to composition API and typescript
2025-02-09 17:28:20 +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