Skip to content
Snippets Groups Projects
  1. Jun 11, 2024
  2. 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
    • Robert Dyer's avatar
      Fix amounts over 1 million cutting off (#2812) · 06f9db06
      Robert Dyer authored
      * Fix amounts over 1 million cutting off.
      
      * Update VRT
      
      * Update VRT
      
      * update VRT
      06f9db06
    • Crazypkr1099's avatar
      Added Year comparison feature. (#2806) · 2b96bb3d
      Crazypkr1099 authored
      
      * Added Year comparsion feature. Also fixed bug with greater than 28 days.
      
      * Removed comments and console.logs
      
      * Create 2806.md
      
      * Cleaned up code
      
      * Hide's graph if no data, and hides average, last month or last year if no data.
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarNeil <55785687+carkom@users.noreply.github.com>
      
      * Fixed spent MTD and last MTD. Added in all suggestions from carkom.
      
      * Update 2806.md
      
      * Added changes required by carkom #2
      
      * Couple more fixes, only show graph if have data for last month (as requested by carkom)
      
      * Removed console.log that was mistakenly added.
      
      * removed useEffect
      
      * Add files via upload
      
      * Remove async function
      
      * lint fix
      
      * fixed carkom requests & added in fix for YAxis issues
      
      * Fixed couple of mistakes. Removed Y Axis fix (new PR will be created)
      
      * Cleanup code
      
      * Fix mode buttons
      
      * Removed console.log...
      
      * Update showAverage Logic
      
      * Update switch logic
      
      default should be default for everyone other part of the graph.
      
      * Add Math.abs
      
      * lint fix
      
      ---------
      
      Co-authored-by: default avatarNeil <55785687+carkom@users.noreply.github.com>
      2b96bb3d
  3. Jun 07, 2024
  4. Jun 06, 2024
  5. 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
  6. Jun 04, 2024
  7. Jun 03, 2024
  8. May 30, 2024
  9. May 29, 2024
  10. May 28, 2024
  11. May 22, 2024
  12. May 21, 2024
  13. May 20, 2024
  14. May 18, 2024
Loading