MaysWind
411130db4e
support calendar display type (Gregorian and Buddhist)
2025-08-28 00:31:59 +08:00
MaysWind
0b48502a10
modify the style of the custom time range
2025-08-25 22:21:57 +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
c00770201b
desktop version supports rtl
2025-08-18 00:45:26 +08:00
MaysWind
55bf8b9e30
support showing transaction detail dialog / page
2025-08-10 16:59:08 +08:00
MaysWind
14b4e40039
reconciliation statement page / dialog supports account balance trends chart ( #184 )
2025-08-04 01:22:36 +08:00
MaysWind
b5233399e6
code refactor
2025-08-01 23:03:59 +08:00
MaysWind
8dcaa457f9
set the default date based on the current date time filter range when adding a new transaction in the transaction list page
2025-07-31 22:53:37 +08:00
MaysWind
c3d29ee2f8
modify text
2025-07-21 00:53:39 +08:00
MaysWind
b05a53ffe3
reduce the number of skeleton rows when loading in transaction list page
2025-07-07 22:58:41 +08:00
MaysWind
2e1a9362fc
export transaction data based on the conditions on the transaction list page ( #55 )
2025-07-01 00:01:29 +08:00
Sebastian Reategui
e09c62cf8d
add missing fiscal year start parameter for src/lib/datetime.ts:getFullMonthDateRange()
2025-06-10 08:38:51 +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
b4bff49104
try to keep the selected day when navigating the transaction calendar by month
2025-06-01 01:10:27 +08:00
MaysWind
62ad1749e8
code refactor
2025-05-11 15:16:49 +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
fbc8c5e8c7
modify style
2025-05-08 22:44:24 +08:00
MaysWind
8a65282820
set the calendar readonly when loading
2025-05-08 21:10:10 +08:00
MaysWind
0d8c5f3dbe
code refactor
2025-05-07 00:37:37 +08:00
MaysWind
dbbbe6805d
fix cannot shift month when selected month is current month and in transaction calendar mode
2025-05-07 00:34:11 +08:00
MaysWind
d3758ec02f
no allow to change month via swiping
2025-05-07 00:11:30 +08:00
MaysWind
81812bb31d
add transaction calendar
2025-05-06 00:33:45 +08:00
MaysWind
fca8211c4f
fix the incorrect title of categories
2025-04-20 17:45:33 +08:00
MaysWind
0a5f8862ad
allow pressing ESC or clicking outside to close add dialog when nothing is modified
2025-03-31 00:00:16 +08:00
MaysWind
af03597e86
move file
2025-03-23 15:09:22 +08:00
MaysWind
a29ff0d553
show add transaction button in desktop navigation bar ( #59 )
2025-03-09 20:15:04 +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
1658d0758c
support input page number in transaction list for desktop
2025-02-09 22:17:17 +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
cc920cff9a
migrate transaction template store to composition API and typescript
2025-02-04 12:45:25 +08:00
MaysWind
782bc11950
migrate transaction store to composition API and typescript
2025-01-28 11:58:43 +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
2be329974e
migrate transaction category store to composition API and typescript
2025-01-12 23:47:56 +08:00
MaysWind
ffae9e81a7
migrate transaction tag store to composition API and typescript
2025-01-11 19:53:09 +08:00
MaysWind
3e6a054913
migrate date range selection sheet / dialog to composition API and typescript
2025-01-11 15:44:54 +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
a46399cbaf
migrate setting.js and logger.js to ts
2025-01-04 23:42:57 +08:00
MaysWind
000c2b9ab0
migrate desktop ui utils to typescript
2025-01-04 20:52:42 +08:00
MaysWind
27f8c90dae
migrate numeral.js to ts
2025-01-04 14:47:52 +08:00
MaysWind
abb0c2ad16
fix cannot click set custom date range in date filter drop menu
2025-01-04 00:48:50 +08:00
MaysWind
9f7b40381c
migrate lib/datetime.js to ts
2025-01-04 00:18:35 +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
a26397131d
check whether the billing cycle is chosen when set custom date range or backward/forward the date range
2024-12-21 23:15:14 +08:00
MaysWind
e050f30efa
code refactor
2024-12-18 22:46:05 +08:00