- Oct 10, 2023
-
-
Joel Jeremy Marquez authored
* More mobile functionalities * Cleanup * Remove close button on mobile budget summary modal * Release notes * Close mobile inputs on enter * Fix mobile budget row header color * Fix income group hidden * Add validation + close button on category tooltip * Add mobile budget visual cues * More mobile visual cues * Error message fix * Update blank category name behavior * Cleanup * Cleanup * Fix mobile group deletion and category tooltip behavior * Zero sign for AmountInput * VRT snapshot updates * Handle null values in must-category-transfer
-
- Oct 06, 2023
-
-
shall0pass authored
* check for null carryover * release note * simplify logic
-
shall0pass authored
* fix in between calculation * release note
-
Joel Jeremy Marquez authored
* Prevent parent transaction from being added to transfer account * Release notes
-
- Sep 26, 2023
-
-
shall0pass authored
* fix * release note
-
- Sep 24, 2023
-
-
Shaan Khosla authored
-
- Sep 22, 2023
-
-
Syukron Rifa'il Muttaqi authored
-
Matiss Janis Aboltins authored
-
- Sep 21, 2023
-
-
youngcw authored
* speed up and a bug fix * cleanup * note * lint
-
- Sep 11, 2023
-
-
Matiss Janis Aboltins authored
-
- Sep 07, 2023
-
-
Matiss Janis Aboltins authored
-
- Sep 03, 2023
-
-
Joel Jeremy Marquez authored
* Experimental OFX parser * Release notes * Enable enableExperimentalOfxParser in tests * Move experimental ofx parser to ofx2json * Enable experimental ofx parser by default * Address PR comments
-
- Sep 02, 2023
-
-
Matiss Janis Aboltins authored
-
- Aug 28, 2023
-
-
youngcw authored
* fix percent goals in the same priority level not compounding but overwritting * release note
-
Joel Jeremy Marquez authored
Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
Matiss Janis Aboltins authored
-
- Aug 23, 2023
-
-
Khanh Nguyen authored
* Added clear transactions on import option * Added release note * Added cleared column to csv export * fixed Manually entered split transactions are not cleared on import * Revert "Added cleared column to csv export" This reverts commit 2952bc3e7d6367629e0bc8151b2ede1820e4c9f5. * added release note * Copied same code to Gocardless * Updated var name * Updated to only query changed transactions instead of all
-
- Aug 22, 2023
-
-
Johannes Löthberg authored
We should not override the date in case the user has manually corrected it. Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
- Aug 21, 2023
-
-
Johannes Löthberg authored
Most banks allow up to 90 days of transactions, and so we try to fetch up to 90 days of transactions or transactions since the first transaction in the Actual account, whichever is shortest. This lets users get a clean start based on their selected starting balances date. Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
- Aug 19, 2023
-
-
Pol Eyschen authored
* allow schedules to skip weekends * wording * release note * skip weekend in upcoming dates as well * Clean UI * Move switch to the date selection modal
-
- Aug 17, 2023
-
-
Matiss Janis Aboltins authored
-
- Aug 16, 2023
-
-
Matiss Janis Aboltins authored
-
- Aug 15, 2023
-
-
Johannes Löthberg authored
Because different banks use the date fields in vastly different ways we now let the server's bank integrations decide which date we should use. Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
- Aug 12, 2023
-
-
Johannes Löthberg authored
Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
- Aug 09, 2023
-
-
Johannes Löthberg authored
This breaks fetching transactions where the valueDate is in the future. While the GoCardless documentation says this should never happen, it's what happens with at least Bank Norwegian due to them using the interest date as valueDate. (C.f. #1392) Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
- Aug 08, 2023
-
-
shall0pass authored
* ignore hidden categories * release note
-
- Aug 07, 2023
-
-
shall0pass authored
The 'interval' value from the schedules is not set if the schedule is monthly. This change will check for a valid number for the interval value and if it does not exist will default to 1 (monthly).
-
- Aug 06, 2023
-
-
shall0pass authored
Using the Apply Template or Overwrite option would result in non-templated categories being overwritten. First reported : https://discord.com/channels/937901803608096828/1137329898999001140/1137329898999001140
-
- Aug 05, 2023
-
-
shall0pass authored
References discord discussion starting here: https://discord.com/channels/937901803608096828/940290142579605514/1133523705063030824 Currently the schedule keyword won't fill any future budget cells if the category balance already satisfies the schedule. This PR is an attempt to improve the behavior by allowing budget fills regardless of the category balance. This is a drastic rewrite of the schedule keyword. Though I've tried not to have any regressions, it is possible because of how different the logic is. I've tested compounding using a simple template, so a small change in the 'by' keyword was also made.
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
Closes #1375
-
- Aug 03, 2023
-
-
shall0pass authored
Resolves https://github.com/actualbudget/actual/issues/1443
-
- Jul 30, 2023
- Jul 29, 2023
-
-
Tom French authored
-
Jed Fox authored
-
youngcw authored
This is a more elegant way of implementing a month ahead version of the percent goals. To use it add the `previous` flag to the percent goal, ex `#template 10% of previous Paycheck`.
-
youngcw authored
Fixes #1409. This makes the template processing not include previously budgeted funds in the return value.
-
- Jul 28, 2023
-
-
youngcw authored
-
- Jul 27, 2023
-
-
shall0pass authored
-