Skip to content
Snippets Groups Projects
  1. Jul 29, 2024
  2. Jul 27, 2024
  3. Jul 26, 2024
    • youngcw's avatar
      [Goals]: Add a long term goal template (#3012) · 511f677a
      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
      Unverified
      511f677a
  4. Jul 25, 2024
  5. Jul 24, 2024
  6. Jul 22, 2024
    • Bruno Ribeiro's avatar
      Enhance Autocomplete sorting, Payees tab filter, and Schedules tab filter to... · 4439bb6a
      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
      Unverified
      4439bb6a
  7. Jul 20, 2024
  8. Jul 18, 2024
    • Sreetam Das's avatar
      fix: number format config not being respected for graphs (#2832) · d032fce7
      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
      Unverified
      d032fce7
    • wdpk's avatar
      update split transaction handling for csv export (#2973) · 12f91f7d
      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: default avatarZeus\Herb <herb@win.dows>
      Co-authored-by: default avatarDJ Mountney <david.mountney@twkie.net>
      Unverified
      12f91f7d
  9. Jul 17, 2024
  10. Jul 15, 2024
    • Robert Dyer's avatar
      Add help modal for keyboard shortcuts. (#3033) · 70726741
      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
      Unverified
      70726741
  11. Jul 13, 2024
  12. Jul 12, 2024
  13. Jul 11, 2024
  14. Jul 10, 2024
  15. Jul 09, 2024
  16. Jul 07, 2024
  17. Jul 05, 2024
  18. Jul 04, 2024
  19. Jul 03, 2024
  20. Jul 02, 2024
  21. Jun 27, 2024
  22. Jun 26, 2024
    • Joel Jeremy Marquez's avatar
      Group and ungroup split transactions (#2805) · 5951b926
      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
      Unverified
      5951b926
  23. Jun 24, 2024
  24. Jun 22, 2024
  25. Jun 21, 2024
    • Joel Jeremy Marquez's avatar
      Format transaction notes as clickable tags (#2670) · f02ca4e3
      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: default avatarRobert Dyer <rdyer@unl.edu>
      
      * VRT
      
      * Fix error
      
      * Fix filtered balance
      
      * VRT
      
      ---------
      
      Co-authored-by: default avatarRobert Dyer <rdyer@unl.edu>
      Unverified
      f02ca4e3
Loading