MaysWind
2e5dd7d513
add content encoding to the response headers when the server returns js, csv or tsv
2025-09-27 17:00:42 +08:00
MaysWind
5d88287ae2
create transactions from AI receipt image recognition results
2025-09-21 04:00:57 +08:00
MaysWind
18b270debb
support for disabling the app’s built-in swipe-back navigation ( #249 )
2025-09-20 22:02:18 +08:00
MaysWind
0c1d77f7ae
modify text
2025-09-19 21:35:48 +08:00
MaysWind
c75fdfea1c
support custom script to process delimiter-separated values (data) file / data
2025-09-15 00:21:14 +08:00
MaysWind
1a8ce7d58d
use for-of statements to replace for and for-in
2025-09-14 17:18:47 +08:00
MaysWind
ba72f421dc
code refactor
2025-09-13 15:34:20 +08:00
MaysWind
34c5a1750e
use for-of statements to replace for and for-in
2025-09-09 23:48:42 +08:00
MaysWind
d4603a1892
code refactor
2025-09-09 00:01:15 +08:00
MaysWind
ce9378c43f
support filtering accounts and transaction categories for overview in home page ( #209 )
2025-09-07 13:57:07 +08:00
MaysWind
a469d66358
calendar display type supports Gregorian with Persian, date display type supports Persian calendar
2025-09-06 23:34:29 +08:00
MaysWind
8368b02be8
calendar display type supports Gregorian with Chinese
2025-09-06 01:06:31 +08:00
MaysWind
e15a5617e6
support dates with YYYYMMDD format when importing delimiter-separated values file / data ( #219 )
2025-09-04 22:04:14 +08:00
MaysWind
4d0e376568
code refactor
2025-08-30 00:40:33 +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
c099443783
support date display type (Gregorian and Buddhist)
2025-08-27 00:58:22 +08:00
MaysWind
23ffdbb163
replacing third-party datetime formatter with internal formatter
2025-08-25 23:33:49 +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
2a470742e0
change order
2025-08-24 00:08:34 +08:00
MaysWind
8ba1e1997f
show the time range below the fiscal year option
2025-08-24 00:04:36 +08:00
MaysWind
81727d3b1e
show import file type by categories
2025-08-23 02:25:24 +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
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
14b4e40039
reconciliation statement page / dialog supports account balance trends chart ( #184 )
2025-08-04 01:22:36 +08:00
MaysWind
bae330c6f3
modify text
2025-07-23 00:02:34 +08:00
MaysWind
bcb6c4f419
time selector in mobile version supports loop selection
2025-07-21 00:39:32 +08:00
MaysWind
53f101fb60
fix the bug that amount format could not be automatically detected when importing dsv file
2025-07-20 13:09:26 +08:00
MaysWind
8da4f65048
load / save rules for batch replacing transaction categories / accounts / tags when import transactions
2025-07-20 01:51:20 +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
3621245212
save / load column mapping file for delimiter-separated values (dsv) file
2025-06-22 22:49:06 +08:00
MaysWind
dfa573b49b
code refactor
2025-06-22 22:27:45 +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
51eb8fa377
code refactor
2025-06-08 21:44:02 +08:00
MaysWind
ce4bca8272
code refactor
2025-06-08 02:47:00 +08:00
MaysWind
a5a526e554
remove unused code
2025-06-07 22:14:26 +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
b3a666f876
support always showing transaction pictures in transaction edit page for mobile version
2025-05-28 00:18:55 +08:00
MaysWind
626d3895aa
allow users to set coordinate display type ( #141 )
2025-05-27 01:01:55 +08:00
MaysWind
381d063295
support clicking on map to set specified geographic location
2025-05-02 00:32:22 +08:00
MaysWind
66f7cc6f88
set amount format in import dialog
2025-03-24 00:09:12 +08:00
MaysWind
fc2c5a8e6c
modify method name
2025-03-23 14:55:17 +08:00
MaysWind
a29ff0d553
show add transaction button in desktop navigation bar ( #59 )
2025-03-09 20:15:04 +08:00
MaysWind
9430f57a0b
import transaction from custom delimiter-separated values file
2025-03-04 01:27:08 +08:00
MaysWind
ab58109e5e
account edit page displays the debt amount instead of the balance for credit card and debt accounts
2025-02-11 00:45:23 +08:00