Skip to content
Snippets Groups Projects
  1. Aug 04, 2024
  2. Aug 03, 2024
  3. Aug 02, 2024
  4. Aug 01, 2024
  5. Jul 31, 2024
  6. Jul 29, 2024
  7. Jul 28, 2024
  8. Jul 27, 2024
  9. Jul 26, 2024
    • Robert Dyer's avatar
      Fix running balances thick header. (#3082) · fe8851c7
      Robert Dyer authored
      * Update running balances width to display large numbers.
      
      * add release note
      
      * update width
      
      * update width
      
      * Fix running balances thick header.
      
      * add release note
      
      * fix alignment
      
      * fix lint
      
      * dont make header clickable
      
      * refactor so HeaderCell can be unclickable
      fe8851c7
    • 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
      511f677a
  10. Jul 25, 2024
  11. Jul 23, 2024
  12. Jul 22, 2024
    • Neil's avatar
      Custom Reports: PlusOne (#3117) · 5c0bee60
      Neil authored
      * PlusOne
      
      * notes
      
      * add daterange filters
      5c0bee60
    • 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
      4439bb6a
  13. Jul 20, 2024
    • Julian Dominguez-Schatz's avatar
      Include more information in payee of split parent (#3049) · a970a789
      Julian Dominguez-Schatz authored
      * Use dicts to look up common information
      
      * Show abbreviated payees in split payee section
      
      * Update vrt
      
      * fix: missing transfer icon
      
      * Add release notes
      
      * fix: update vrt again
      
      * bugfix: failing edge cases
      
      * fix: stale test
      
      * fix: stale test, p2 (+ vrt)
      a970a789
    • Joel Jeremy Marquez's avatar
      Port finance modals to use new Modal component based on React Aria Modal (#2946) · ed65805d
      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
      ed65805d
    • Matiss Janis Aboltins's avatar
    • Ryan Bianchi's avatar
      Recently used and favorite payees (#2814) · 89a8f102
      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: default avataryoungcw <calebyoung94@gmail.com>
      89a8f102
  14. 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
      d032fce7
  15. Jul 17, 2024
Loading