- Jul 11, 2024
-
-
Matt Fiddaman authored
-
Robert Dyer authored
-
Robert Dyer authored
-
- Jul 10, 2024
-
-
Matiss Janis Aboltins authored
*
(budget-type) moving the selector to settings page * Feedback: move the block down -
Robert Dyer authored
-
Robert Dyer authored
* Expose bank sync account data in AQL. * add release note
-
- Jul 09, 2024
-
-
Julian Wachholz authored
-
Matt Fiddaman authored
-
Julian Wachholz authored
-
Wizmaster authored
- Added import preview in transaction import list - Added checkboxes to selectively prevent merging transactions Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
- Jul 07, 2024
-
-
Yusef Ouda authored
* Adds ability to resize sidebar * Adds release notes * Changes to feature * lint * change translateX to use % for both states * vrt * set max sidebar width, cleanup * set min and max widths * min width to 200px * changes resizable sidebar to use re-resizable instead off css resize * vrt * vrt
-
Joel Jeremy Marquez authored
* Assign schedule to both transactions if schedule is a transfer * Release notes * Migration for old scheduled transfer transactions
-
- Jul 05, 2024
-
-
Michael Clark authored
-
- Jul 04, 2024
-
-
dymanoid authored
* fix: use Unicode-aware SQLite filtering * Add release notes, fix type check * Fix code styling
-
Robert Dyer authored
* Fix warning modal not showing a second time. * add release note
-
- Jul 03, 2024
-
-
Matiss Janis Aboltins authored
-
Julian Dominguez-Schatz authored
* Reapply rules to split transactions when the parent changes Concretely, this enables the "standard" workflow for split-transaction-entry on desktop, where you enter the payee first, and then edit the amount afterwards (and expect splits in a rule to apply when you edit the amount). * Add release notes * Fix bug in first field below parent transaction * Update vrt
-
- Jul 02, 2024
-
-
Michael Clark authored
* fix backup time in electron * release notes * bugfix not maintenance
-
- Jun 27, 2024
-
-
Robert Dyer authored
* Fix wording of slit rule. * add release note * fix typo
-
- Jun 26, 2024
-
-
Joel Jeremy Marquez authored
* Group and ungroup split transactions * Release note * Fix release note category * Do not allow on reconciled transactions * Add account validation, fix undo behavior, set split payee * Fix lint errors * Allow extracting some child transactions * Disabled split/unsplit selected items menu * Fix lint error * Fix typecheck error * Special Split payee * "Split" payee on parent transaction * Show manage payees on payee autocomplete modal * Fix typecheck error + cleanup * Fix typecheck error + cleanup * VRT * Fix tests * VRT * Only show split/unsplit when applicable
-
- Jun 24, 2024
-
-
Neil authored
* Add Net value * notes * fix * revert changes * balanceTypeOpType * lint fix * add net numbers * bar fix * nit fixes and fix clicks * remove abs
-
Michael Clark authored
* fix regex on desktop app * add release notes
-
- Jun 22, 2024
-
-
Matiss Janis Aboltins authored
-
- Jun 21, 2024
-
-
Joel Jeremy Marquez authored
* Format notes as clickable tags * Release notes * Fix tests - extract the handler to higher level component * Update colors * Fix filtering * Rename variables * Remove font weight * Cleanup style * Append note tag filters * Fix overlapping UI * Revert pill colors * Rename prop * Rename notes * Delete filter margin * Fix typecheck error * VRT + typecheck fix * Add matches op in rules + use it to match tags * Fix database types * Fix typecheck error * Fix typecheck * Move create_function call * VRT * Update tag regex * Escape regex input * Update tag regex * Use onApplyFilter * Update tag formatting * Fix tag formatting * Update regex * VRT * Update packages/desktop-client/src/components/modals/EditRule.jsx Co-authored-by:
Robert Dyer <rdyer@unl.edu> * VRT * Fix error * Fix filtered balance * VRT --------- Co-authored-by:
Robert Dyer <rdyer@unl.edu>
-
- Jun 19, 2024
-
-
Neil authored
* remove featureflag * notes * merge fixes * vrt --------- Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
- Jun 18, 2024
-
-
dymanoid authored
* Consider account sort order in autocomplete * Add release notes
-
Robert Dyer authored
-
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
-
Joel Jeremy Marquez authored
* Revert scheduled transaction date filter * Release notes
-
- 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
-
Crazypkr1099 authored
* Added Year comparsion feature. Also fixed bug with greater than 28 days. * Removed comments and console.logs * Create 2806.md * Cleaned up code * Hide's graph if no data, and hides average, last month or last year if no data. * Apply suggestions from code review Co-authored-by:
Neil <55785687+carkom@users.noreply.github.com> * Fixed spent MTD and last MTD. Added in all suggestions from carkom. * Update 2806.md * Added changes required by carkom #2 * Couple more fixes, only show graph if have data for last month (as requested by carkom) * Removed console.log that was mistakenly added. * removed useEffect * Add files via upload * Remove async function * lint fix * fixed carkom requests & added in fix for YAxis issues * Fixed couple of mistakes. Removed Y Axis fix (new PR will be created) * Cleanup code * Fix mode buttons * Removed console.log... * Update showAverage Logic * Update switch logic default should be default for everyone other part of the graph. * Add Math.abs * lint fix --------- Co-authored-by:
Neil <55785687+carkom@users.noreply.github.com>
-
- 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>
-
lichen authored
-
- Jun 04, 2024
-
-
Stefan Hall authored
- category groups called income - categories called income
-
Joel Jeremy Marquez authored
* Auto create 2 child transactions on split * Release notes * Fix typecheck error
-
- Jun 03, 2024
-
-
Neil authored
* onShow Activity fix with Weekly Interval fix * notes * remove scrollbar * notes update * updates
-
Sreetam Das authored
* Update regex for `looselyParseAmount` for 5-9 decimal places * Add release note * Update comment, add some more tests
-