- Jul 29, 2024
-
-
Matiss Janis Aboltins authored
-
- Jul 27, 2024
-
-
Matiss Janis Aboltins authored
-
- Jul 26, 2024
-
-
youngcw authored
* update the parser * can set goal value, but there are errors and it still needs to look for a balance and not month amount * fix apply budget * un change * note * lint * working processing, need to set colors based on month somehow * add long goal option to the gui and db * note, lint * fix cleanup * fix * make mobile work, lint * fix bindings * more proper * lint * fix single category run * don't unset goal values if they don't have a template too * lint * more lint * fix check when no template exists * rearrange to get around the issue of inconsistent colors * lint * typecheck * add field to aql schema * fixes * cleanup * migration date
-
- Jul 25, 2024
- Jul 24, 2024
-
-
Neil authored
* updateReport db Schema fix * notes * error
-
- Jul 22, 2024
-
-
Bruno Ribeiro authored
Enhance Autocomplete sorting, Payees tab filter, and Schedules tab filter to ignore characters with accents / diacritics (#3045) * Autocomplete sort now ignores diacritics * Payees tab now takes into account diacritics * Category Autocomplete now ignores diacritics * Schedules filter now ignore diacritics * Added release note * Fixed type error * Added normalisation to manage rules filter * Added normalisation to $like operator * Added normalisation function to loot-core * Fixed type error & added normalisation to notlike * Fixed unit tests * Changed normalise to use loot-core/shared on desktop * Linting fix
-
- Jul 20, 2024
-
-
Joel Jeremy Marquez authored
* React Aria Modal POC * Fix imports * Use composition * Fix typecheck and lint errors * VRT * Fix schedule details modal header * Fix typecheck error + VRT * Fix typecheck error * Release notes * Update release note * Fix props * Update modal props * useModalState hook * VRT * VRT * Fix typecheck error * Fix modal close * VRT * Fix test * Fix typecheck error
-
Matiss Janis Aboltins authored
-
Ryan Bianchi authored
* add idea of common payee, a top 10 frequently used payee * add button in payee to mark as favorite * cleanup * minor fixes * add release notes and make favorite optional * fix TransactionsTable test * lint and release notes * rename section, resort list to ensure both are sorted * don't show common, move bookmarked to menu * add a limit on adding common payees * linting * reduce to 5 commonly used payees by default * linting * more linting * update migrate timestamp * more linting * fix api name, bump migrate timestamp * Add star to payee dropdown and rename section to 'Suggested Payees' --------- Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
- Jul 18, 2024
-
-
Sreetam Das authored
* Add computed padding for handling clipped Net worth amounts * Add comment, early handle 5 character case * Add release note * Use currency decimal preference for Net Worth graph Y-axis ticks * use number format preference for `BarLineGraph` ticks * use number format preference for checking `NetWorthGraph` tick overflow * prevent `numberFormatConfig` overwrite `getNumberFormat` uses `numberFormatConfig` as the default argument; passing just `{ hideFraction: true }` caused `numberFormatConfig.format` to be ignored * add release note * use `amountToCurrencyNoDecimal` instead for `{BarLine,NetWorth}Graph` ticks
-
wdpk authored
* Split transaction handling for csv export (#2973) * refactor, zero-amt parents and add split_amount change how child/parents are counted to remove dependence on `sort_order` being negative. for export, give parent transactions a 0 in the `amount` column, but add a new column with their `split_amount` for other programs to possibly import --------- Co-authored-by:
Zeus\Herb <herb@win.dows> Co-authored-by:
DJ Mountney <david.mountney@twkie.net>
-
- Jul 17, 2024
-
-
Simon Schmidt authored
* Replicate seen-in-the-wild camt.053 example * Handle missing ValDt in camt * Release notes for #3086
-
- Jul 15, 2024
-
-
Robert Dyer authored
* Add help modal for keyboard shortcuts. * add release note * fix linter * fix typecheck * fix linter * use component syntax for GroupHeading * use component syntax for Shortcut * fix linter * use component syntax for KeyIcon * refactor to support different dialogs * show different help based on current page * fix linter * reword help * capitalize letters * show cmd on mac * stop event propagation * dont show if a modal is already open * remove unused import * rename modal * move where location check happens * dont stop event * allow typing '?' in inputs * better filter * extract function * fix linter * dont show if filter popover is visible * fix linter * fix wrong shortcut, support SHIFT * fix linter * fix conditional
-
- Jul 13, 2024
-
-
Tom Crasset authored
-
- Jul 12, 2024
-
-
youngcw authored
* fix apply budget * un change * note * lint
-
- 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>
-