Skip to content
Snippets Groups Projects
  1. Jul 12, 2024
  2. Jul 10, 2024
  3. Jul 09, 2024
  4. Jul 04, 2024
  5. Jul 03, 2024
  6. 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
      5951b926
  7. 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>
      f02ca4e3
  8. Jun 18, 2024
  9. Jun 10, 2024
    • Dan D's avatar
      Handle Null Org Domain in SimpleFIN for bank_id (#2836) · 8b850f14
      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
      8b850f14
    • Joel Jeremy Marquez's avatar
      Cover overbudgeted action + make balance movement menus only appear on relevant conditions (#2850) · c992e340
      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
      c992e340
  10. Jun 07, 2024
  11. Jun 05, 2024
    • Julian Dominguez-Schatz's avatar
      Use amount input on rules page instead of plain text field (#2566) · b89a3202
      Julian Dominguez-Schatz authored
      * Use amount input on rules page instead of plain text field
      
      * Add release notes
      
      * Remove unneeded attributes
      
      * Support percent formatting
      
      * Lint + typecheck
      
      * Fix latent bug
      
      * Handle existing data correctly
      
      * PR feedback: naming
      
      * PR feedback: force percent to a positive number
      
      * PR feedback: reset percent to 100 upon changing input type
      
      * Fix input clamping behaviour
      
      * Empty commit to bump ci
      
      * PR feedback: prop cleanup
      
      * PR feedback: no default number format
      
      * PR feedback: cosmetic refactor
      b89a3202
  12. Jun 04, 2024
    • Joel Jeremy Marquez's avatar
      [Mobile] Budget table revamp (#2642) · 1c7d9bf1
      Joel Jeremy Marquez authored
      * Initial
      
      * Add cheveron to logo
      
      * Updates
      
      * Release notes
      
      * Fix typecheck error
      
      * Fix build error
      
      * Align budgeted
      
      * Fix tests
      
      * Dynamic font sizes in budget table cells
      
      * VRT
      
      * Apply AutoTextSize
      
      * Layout updates
      
      * VRT updates
      
      * Resize text on value update + fix lint/typecheck  errors
      
      * Category/groups take full width
      
      * Cleanup + VRT
      
      * Feedback
      
      * VRT
      
      * Change column visibility indicator
      
      * VRT
      
      * Use SvgExpandArrow
      
      * VRT
      
      * Zero balance contrast on light mode
      
      * Update AutoTextSize key
      
      * Color updates
      
      * VRT
      1c7d9bf1
  13. Jun 03, 2024
  14. May 30, 2024
  15. May 28, 2024
  16. May 22, 2024
  17. May 16, 2024
  18. May 09, 2024
  19. May 07, 2024
  20. May 02, 2024
  21. Apr 22, 2024
  22. Apr 21, 2024
  23. Apr 18, 2024
  24. Apr 17, 2024
  25. Apr 16, 2024
  26. Apr 14, 2024
  27. Apr 13, 2024
    • Joel Jeremy Marquez's avatar
      [Mobile] Category budget actions modal (#2501) · e500cba7
      Joel Jeremy Marquez authored
      
      * Update autocomplete types
      
      * Remote optional type
      
      * Improve SingleInputModal
      
      * Fix lint error
      
      * Category budget modals
      
      * Cleanup + release notes
      
      * Cleanup
      
      * Fix typecheck errors
      
      * Update useMergedRefs
      
      * Fix lint error
      
      * Fix typecheck error
      
      * VRT updates
      
      * Focus amount on mount
      
      * Fix errors
      
      * Open modal on budget amount click
      
      * Updates
      
      * Remove unused props + updates
      
      * Fix lint error
      
      * Close budget menu modal on enter
      
      * Delete comment
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      
      * Update release notes
      
      ---------
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      e500cba7
Loading