- Jun 18, 2024
-
-
lelemm authored
-
- Jun 17, 2024
-
-
Neil authored
* include current * notes * label change * add migration and fix merge issues * fix extra year/month * default and disabled lists * default on * fixes * rerun
-
- Jun 12, 2024
-
-
lelemm authored
FIX: For Report Budget, the income categories are negative when using 'Set budgets to 3 month average' (#2862) * FIX: For Report Budget, the income categories are negative when using 'Set budgets to 3 month average'. This fix solves this issue * added 2862.md * Ajustments for category menu not closing properly and fix to negative values for income category copy budget * fix lint * changed variable name without changing references after lint ajust * retrigger checks * smaller 2862.md
-
- Jun 10, 2024
-
-
Dan D authored
* Update main.ts - Handle Null Org Domain in SimpleFIN SimpleFIN (currently) uses the org domain as the bank ID. According to SimpleFIN docs, this can possibly be a null value, as can the org name. However, at least one of the two must be present. In Actual, org name is set to "Unknown" if it comes in as null, but the bank_id (previously just set to the org domain) was not, resulting in a null bank_id value at times. * Create 2836.md * Fix release notes format. * Small change to release note. * Change to use new org Id as fallback for bank_id * Add orgId property, for new org id from SimpleFIN
-
Joel Jeremy Marquez authored
* Make balance movement menus only appear on relevant conditions * Release notes * Hide to be budgeted when covering overbudgeted * Fix typecheck error
-
- Jun 07, 2024
-
-
Matthew Strasiotto authored
* fix(#2562): Prevent transaction deduplication for imported transactions * chore(): eslint fixes * chore(): Add release note file * fix(#2562): Allow transaction deduplication if transaction being imported is null * chore: Rename release note, add strazto as author * test(loot-core): Add test case for new logic * docs(release-notes.loot-core): Add pmoon00 as author * test(loot-core): Update test case to not be affected by unrelated bug * test(loot-core): fix linter --------- Co-authored-by:
Mohamed El Mahdali <mohamed.elmahdali.developer@gmail.com> Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Jun 04, 2024
-
-
Stefan Hall authored
- category groups called income - categories called income
-
- Jun 03, 2024
-
-
Julian Dominguez-Schatz authored
* Release 'Splits in rules' feature * Add release notes * Add missed comment * Remove unused import * Fix failing test
-
- May 30, 2024
-
-
Robert Dyer authored
* initial support for linking to off budget * add release note
-
- May 28, 2024
-
- May 21, 2024
-
-
Julian Dominguez-Schatz authored
* Template only the relevant amount in a split-schedule category * Add release notes * Adjust sign correctly depending on category type
-
- May 16, 2024
-
-
Matthew Booe authored
* Update filter amount to filter incoming and outgoing transactions * Add test and fix logic * Added release note * Update with linter fixes * Update new ammount filter to apply to all ops * Fix lint
-
Matiss Janis Aboltins authored
-
- May 15, 2024
-
-
Wizmaster authored
- Manual import should not override the transaction date as done with bank account sync
-
Matiss Janis Aboltins authored
-
- May 14, 2024
-
-
Robert Dyer authored
* Add API for working with rules * Add release note * Change 'payees-get-rules' return type to RuleEntity[] * Reuse existing handlers, make names not have 'payee', add two getters * fix linter * fix bad handler name * fix broken handler name * add test cases for 'getPayeeRules' * fix broken test * Remove unused locals * Update packages/loot-core/src/types/api-handlers.d.ts Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Update packages/loot-core/src/types/server-handlers.d.ts Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Strict types and slightly improved return interface * update test comment to match new API names * fix linter issues --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- May 09, 2024
-
-
Boris Fritscher authored
* Implement CAMT.053 transactions importer with a file parser and enable xml filetype in dialogs * add release notes * fix types and lint
-
- May 07, 2024
-
-
DJ Mountney authored
* Create types for the external versions of entities meant for the API - Otherwise the types used in the API were actually wrong vs the data we were sending * Add release note
-
- May 04, 2024
-
-
Joseph Livecchi authored
* Updated Login to handle header auth
-
- May 03, 2024
-
-
Joel Jeremy Marquez authored
* Fetch cloud file and file info in parallel to speed downloads up * Release notes * Rename release notes
-
- Apr 30, 2024
-
-
shall0pass authored
* allow decimal in percent templates * release note
-
youngcw authored
* add template to set x month average * error on 0 * note * lint
-
- Apr 27, 2024
-
-
kyangk authored
-
- Apr 26, 2024
-
-
youngcw authored
* check schedule name * note
-
- Apr 24, 2024
-
-
Wizmaster authored
* Reconciling split translations from nYNAB import creates orphan transfers - Fixed link between subtransaction transfers and transaction transfers - Reworked payee transaction and subtransaction import * Reconciling split translations from nYNAB import creates orphan transfers - Added release note * Reconciling split translations from nYNAB import creates orphan transfers - Reworkd data.transactions and data.subtransactions loops * Reconciling split translations from nYNAB import creates orphan transfers - Added comments --------- Co-authored-by:
DJ Mountney <david@twkie.net>
-
- Apr 23, 2024
-
-
Matt Fiddaman authored
-
- Apr 21, 2024
-
-
Julian Dominguez-Schatz authored
* Copy category from parent transaction when splitting * Rename 'Before split' -> 'Apply to all' * Add release notes * Update tests to reflect change
-
- Apr 20, 2024
-
-
Matiss Janis Aboltins authored
-
- Apr 18, 2024
-
-
Matiss Janis Aboltins authored
-
- Apr 16, 2024
-
-
Adam authored
* Change Actual default theme to System Default * Add release notes * Update release notes * update vrt --------- Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
Neil authored
* Button changes and time filters * rename on dashboard * notes * fix time filters * Sort Categories * Page title * category sort order * move button * featureflag * Highlight report name * sankey fix * VRT * remove doubled element * adjust to match master * add Year * notes * lint fix * update names * IntervalsUpdates * fixing bugs * ts updates * lint fix * merge fixes * notes * simplify lookups * Add Daily and Weekly * notes * notes * merge fix * TS fix * Change week start date based on user prefs * fix weeks * fix averages * remove $week * remove date-week * TS fixes
-
- Apr 11, 2024
-
-
DJ Mountney authored
* Improve api output types - Fixes some missing models - Fixes some output path aliasing * Add changelog
-
- Apr 09, 2024
-
-
Matiss Janis Aboltins authored
-
- Apr 07, 2024
-
-
shall0pass authored
* add group enhancement * warnings * note * add more group functions * add Global: to differentiate warning from group warnings * weights not properly recorded for sinking groups, safeNumber error
-
- Apr 02, 2024
-
-
shall0pass authored
* 'up to' calculation * note * update to last months balance
-
- Mar 31, 2024
-
-
Matiss Janis Aboltins authored
adding extra console.log lines for bank-sync to help with troubleshooting (#2529) * adding extra console.log lines for bank-sync to help with troubleshooting * Release notes
-
- Mar 21, 2024
-
-
Matiss Janis Aboltins authored
-
- Mar 20, 2024
-
-
Wizmaster authored
* Import locked transactions from nYNAB * Import locked transactions from nYNAB - Adding PR release note
-
- Mar 19, 2024
-
-
Ikko Eltociear Ashimine authored
-
- Mar 13, 2024
-
-
youngcw authored
* import locked transactions * note, lint
-