- Aug 04, 2024
-
-
youngcw authored
* revert built in number parse * note * tests * remove trivial test * more tests --------- Co-authored-by:
Julian Dominguez-Schatz <julian.dominguezschatz@gmail.com>
-
- 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 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
-
- Jul 09, 2024
-
-
Julian Wachholz authored
-
Julian Wachholz authored
-
- Jul 03, 2024
-
-
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
-
- 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 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 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 04, 2024
-
-
Joel Jeremy Marquez authored
* Auto create 2 child transactions on split * Release notes * Fix typecheck error
-
- Jun 03, 2024
-
-
Sreetam Das authored
* Update regex for `looselyParseAmount` for 5-9 decimal places * Add release note * Update comment, add some more tests
-
- May 16, 2024
-
-
Wizmaster authored
- Only allowed for formats not using period or comma as a thousand separator
-
Matiss Janis Aboltins authored
-
- May 14, 2024
-
-
Joel Jeremy Marquez authored
* Auto insert decimals to mobile split transaction amounts * autoDecimals prop * Fix typecheck error
-
- May 09, 2024
-
-
Joel Jeremy Marquez authored
* Consider child transactions when querying preview transactions * Release notes
-
- May 03, 2024
-
-
Neil authored
* adjustments * notes * scroll height * lint fix * compact scrollbar * fixes * filters fix * scrollbar color * fix week ranges
-
- Apr 26, 2024
-
-
Neil authored
* monthly Spending * Add Average * notes * title * date filter * TS fixes and hide average when no data * fix average tooltip and relabel x-axis * Wording/verbiage * remove spending files * adjustments * reports.d revert * revert filter changes * adjust update filters * notes * remove old notes * adjust style * lint fixes
-
- Apr 25, 2024
-
-
Matiss Janis Aboltins 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
-
Neil authored
* update TS issues * notes * review fixes * revert * add parseInt * fix getLiveRange
-
- Apr 18, 2024
-
-
Joel Jeremy Marquez authored
* Budget month menus * Release notes * Update vrt and fix lint * Merge budget month modals into one modal * Fix typecheck error * VRT updates * Update modal triggers * VRT updates * Adjust budget month modals size * Fix lint error * Remove excess padding * Use modal padding prop
-
- Apr 16, 2024
-
-
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 12, 2024
-
-
youngcw authored
* allow specifically 5 decimal places in parser * note * update tests * lint
-
- Apr 04, 2024
-
-
David Kus authored
* Fixing import of reconciled split transactions * Adding release note
-
- Apr 02, 2024
-
-
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
-
- Mar 24, 2024
-
-
Matiss Janis Aboltins authored
-
- Mar 12, 2024
-
-
Matiss Janis Aboltins authored
-
Joel Jeremy Marquez authored
* Reorganize mobile components * Fix lint error * Cleanup * Fix lint error * Release notes * Cleanup * Cleanup useActions * useDebounceCallback
-
- Mar 03, 2024
-
-
DJ Mountney authored
* Update shared transaction module to strict typescript
-
- Feb 28, 2024
-
-
youngcw authored
* specify 2 decimal places in the csv amount parser * note * update tests * cleanup
-
- Feb 21, 2024
-
-
Julian Dominguez-Schatz authored
* Show splits on rules page * Add `ActionExpression` for 'allocate'-type actions * Add release notes * Fix type errors
-
- Feb 12, 2024
-
-
Joel Jeremy Marquez authored
* Hooks for frequently made operations * Release notes * Fix typecheck errors * Remove useGlobalPrefs * Add null checks * Fix showCleared pref * Add loaded flag for categories, accounts and payees state * Refactor to reduce unnecessary states * Fix eslint errors * Fix hooks deps * Add useEffect * Fix typecheck error * Set local and global pref hooks * Fix lint error * VRT * Fix typecheck error * Remove eager loading * Fix typecheck error * Fix typo * Fix typecheck error * Update useTheme * Typecheck errors * Typecheck error * defaultValue * Explicitly check undefined * Remove useGlobalPref and useLocalPref defaults * Fix default prefs * Default value * Fix lint error * Set default theme * Default date format in Account * Update packages/desktop-client/src/style/theme.tsx Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Feb 08, 2024
-
-
Julian Dominguez-Schatz authored
* Add split creation UI to rule creation modal * Support applying splits when rules execute * fix: deserialize transaction before running rules According to how rules are run in other places in the app, we should be supplying a "deserialized" (i.e., integer-for-amount and ISO date) transaction rather than a "serialized" (amount-plus-formatted-date) one. This fixes a crash in how split transactions are applied, as well as date-based rules not applying correctly previously (any rule with a date condition would never match on mobile). * Add release notes * Fix missing types pulled in from master * PR feedback: use `getActions` * PR feedback: use `flatMap` * Fix action deletion * Don't flicker upon split deletion * Let users specify parent transaction actions (e.g. linking schedules) * Support empty splits * Revert adding `no-op` action type * Support splits by percent * Fix types * Fix crash on transactions page when posting a transaction The crash would probably have occurred in other places too with auto-posting schedules :/ * Fix a bug where schedules wouldn't be marked as completed This was because the query that we previously used didn't select parent transactions, so no transaction was marked as being scheduled (since only parent transactions have schedule IDs). * Add feature flag * Limit set actions within splits to fewer fields * Fix merge conflict * Don't run split rules if feature is disabled * Fix percent-based splits not applying * Fix crash when editing parent transaction amount * Auto-format * Attempt to fix failing tests * More test/bug fixes * Add an extra split at the end if there is a remaining amount * Make sure split has correct values for dynamic remainder * Remove extraneous console.log
-
- Jan 20, 2024
-
-
Zach Whelchel authored
* Some initial UI work for adding SimpleFin. * SimpleFin proof of concept working. * Adds linking & unlinking to existing accounts through the account menu UI. * Added loading and lint fixes. * Lint changes. * Added release notes. * Typecheck cleanup. * Import, lint, typecheck cleanups. * More typecheck cleanup. * Refactored language for consistency. * Added default institution name. * Lint cleanup. * Addressed change requests. * Added a default to migration, made variables consistent, added feature flag. * Added account_sync_source to server schema. * Adds account_sync_source to test. * Fix for typecheck. * Attempt to make typecheck happy. * Added strict ignore. * Moved account_sync_source to the right model (face palm). * Hotfix for institution format. * Lint cleanup. * Removed unnecessary promise.all. * Lint cleanup.
-
DJ Mountney authored
* Bundle loot-core types into the API So we can have loot-core be the source of truth for some types that get passed through - Improves downstream development with API by including types - Use path aliases for dist vs dev tsconfigs - Convert api index to typescript as example - Permit ts-ignore for issues with our version of typescript --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Jan 19, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 18, 2024
-
-
Matiss Janis Aboltins authored
*
(typescript) fixing strictNullChecks=true issues * Patch test-helpers * Strict patch
-
- Jan 15, 2024
-
-
Matiss Janis Aboltins authored
-