Skip to content
Snippets Groups Projects
  1. Jun 18, 2024
  2. Jun 17, 2024
    • Neil's avatar
      Custom Reports: Include current (#2684) · 6ad0b47c
      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
      6ad0b47c
  3. Jun 12, 2024
    • lelemm's avatar
      FIX: For Report Budget, the income categories are negative when using 'Set... · 12719e30
      lelemm authored
      FIX: For Report Budget, the income categories are negative when using 'Set budgets to 3 month average' (#2862)
      
      * FIX: For Report Budget, the income categories are negative when using 'Set budgets to 3 month average'. This fix solves this issue
      
      * added 2862.md
      
      * Ajustments for category menu not closing properly and fix to negative values for income category copy budget
      
      * fix lint
      
      * changed variable name without changing references after lint ajust
      
      * retrigger checks
      
      * smaller 2862.md
      12719e30
  4. 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
  5. Jun 07, 2024
  6. Jun 04, 2024
  7. Jun 03, 2024
  8. May 30, 2024
  9. May 28, 2024
    • youngcw's avatar
      Revert #2643 (#2803) · c3783b64
      youngcw authored
      * Revert "Fix amount filter to include both incoming and outgoing amounts (#2643)"
      
      This reverts commit df7ad223.
      
      * leave in old release note
      
      * note
      c3783b64
  10. May 21, 2024
  11. May 16, 2024
  12. May 15, 2024
  13. May 14, 2024
    • Robert Dyer's avatar
      Add API for working with rules (#2568) · 7cee3b86
      Robert Dyer authored
      
      * Add API for working with rules
      
      * Add release note
      
      * Change 'payees-get-rules' return type to RuleEntity[]
      
      * Reuse existing handlers, make names not have 'payee', add two getters
      
      * fix linter
      
      * fix bad handler name
      
      * fix broken handler name
      
      * add test cases for 'getPayeeRules'
      
      * fix broken test
      
      * Remove unused locals
      
      * Update packages/loot-core/src/types/api-handlers.d.ts
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      
      * Update packages/loot-core/src/types/server-handlers.d.ts
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      
      * Strict types and slightly improved return interface
      
      * update test comment to match new API names
      
      * fix linter issues
      
      ---------
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      7cee3b86
  14. May 09, 2024
  15. May 07, 2024
  16. May 04, 2024
  17. May 03, 2024
  18. Apr 30, 2024
  19. Apr 27, 2024
  20. Apr 26, 2024
  21. Apr 24, 2024
    • Wizmaster's avatar
      Fix reconciling split translations from nYNAB import creates orphan transfers (#2502) · 6ec37282
      Wizmaster authored
      
      * Reconciling split translations from nYNAB import creates orphan transfers
      - Fixed link between subtransaction transfers and transaction transfers
      - Reworked payee transaction and subtransaction import
      
      * Reconciling split translations from nYNAB import creates orphan transfers
      - Added release note
      
      * Reconciling split translations from nYNAB import creates orphan transfers
      - Reworkd data.transactions and data.subtransactions loops
      
      * Reconciling split translations from nYNAB import creates orphan transfers
      - Added comments
      
      ---------
      
      Co-authored-by: default avatarDJ Mountney <david@twkie.net>
      6ec37282
  22. Apr 23, 2024
  23. Apr 21, 2024
  24. Apr 20, 2024
  25. Apr 18, 2024
  26. Apr 16, 2024
    • Adam's avatar
      Change default theme from light to the system's default theme (#2544) · a2c1c2de
      Adam authored
      
      * Change Actual default theme to System Default
      
      * Add release notes
      
      * Update release notes
      
      * update vrt
      
      ---------
      
      Co-authored-by: default avataryoungcw <calebyoung94@gmail.com>
      a2c1c2de
    • Neil's avatar
      Add daily and weekly to custom reports interval list (#2483) · d9f55460
      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
      d9f55460
  27. Apr 11, 2024
  28. Apr 09, 2024
  29. Apr 07, 2024
    • shall0pass's avatar
      Cleanup tool group enhancement (#2480) · 90305965
      shall0pass authored
      * add group enhancement
      
      * warnings
      
      * note
      
      * add more group functions
      
      * add Global: to differentiate warning from group warnings
      
      * weights not properly recorded for sinking groups, safeNumber error
      90305965
  30. Apr 02, 2024
  31. Mar 31, 2024
  32. Mar 21, 2024
  33. Mar 20, 2024
  34. Mar 19, 2024
  35. Mar 13, 2024
Loading