Skip to content
Snippets Groups Projects
  1. Jun 10, 2024
    • 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>
      Unverified
      2b96bb3d
  2. Jun 06, 2024
  3. Jun 03, 2024
  4. May 29, 2024
  5. May 20, 2024
  6. May 16, 2024
  7. May 14, 2024
  8. May 13, 2024
  9. May 07, 2024
  10. May 03, 2024
    • Neil's avatar
      Monthly spending report (#2622) · 04bc0c3c
      Neil authored
      * monthly Spending
      
      * Add Average
      
      * notes
      
      * title
      
      * date filter
      
      * TS fixes and hide average when no data
      
      * fix average tooltip and relabel x-axis
      
      * Wording/verbiage
      
      * filters changes
      
      * feature flag
      
      * networth card fix
      Unverified
      04bc0c3c
    • Neil's avatar
      Custom Reports changes (#2677) · 0aa6a057
      Neil authored
      * adjustments
      
      * notes
      
      * scroll height
      
      * lint fix
      
      * compact scrollbar
      
      * fixes
      
      * filters fix
      
      * scrollbar color
      
      * fix week ranges
      Unverified
      0aa6a057
  11. Apr 26, 2024
    • Neil's avatar
      Custom Reports Adjustments (#2659) · d49f907f
      Neil authored
      * monthly Spending
      
      * Add Average
      
      * notes
      
      * title
      
      * date filter
      
      * TS fixes and hide average when no data
      
      * fix average tooltip and relabel x-axis
      
      * Wording/verbiage
      
      * remove spending files
      
      * adjustments
      
      * reports.d revert
      
      * revert filter changes
      
      * adjust update filters
      
      * notes
      
      * remove old notes
      
      * adjust style
      
      * lint fixes
      Unverified
      d49f907f
  12. Apr 21, 2024
  13. Apr 16, 2024
    • 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
      Unverified
      d9f55460
  14. Apr 02, 2024
    • Neil's avatar
      Add yearly to custom reports (#2466) · 308f8339
      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
      Unverified
      308f8339
  15. Mar 26, 2024
  16. Mar 21, 2024
  17. Mar 20, 2024
  18. Mar 06, 2024
  19. Feb 28, 2024
  20. Feb 21, 2024
    • Neil's avatar
      Custom Reports: save reports (*new SQL table creation*) (#2335) · 8568aebd
      Neil authored
      * updated saved work
      
      * merge fixes
      
      * Disable CREATE TABLE
      
      * notes
      
      * turn on db table
      
      * Fix TableGraph recall crash
      
      * table format changes
      
      * type fixes
      
      * fixing some card displays
      
      * merge fixes
      
      * revert table change
      
      * cardMenu width
      
      * notes
      
      * fix filtering logic
      
      * reload saved filters
      
      * lint fix
      
      * visual graph changes
      
      * slice fixes
      
      * typescript update
      Unverified
      8568aebd
  21. Feb 12, 2024
    • Joel Jeremy Marquez's avatar
      Hooks for frequently made operations (#2293) · 08cbdab2
      Joel Jeremy Marquez authored
      
      * Hooks for frequently made operations
      
      * Release notes
      
      * Fix typecheck errors
      
      * Remove useGlobalPrefs
      
      * Add null checks
      
      * Fix showCleared pref
      
      * Add loaded flag for categories, accounts and payees state
      
      * Refactor to reduce unnecessary states
      
      * Fix eslint errors
      
      * Fix hooks deps
      
      * Add useEffect
      
      * Fix typecheck error
      
      * Set local and global pref hooks
      
      * Fix lint error
      
      * VRT
      
      * Fix typecheck error
      
      * Remove eager loading
      
      * Fix typecheck error
      
      * Fix typo
      
      * Fix typecheck error
      
      * Update useTheme
      
      * Typecheck errors
      
      * Typecheck error
      
      * defaultValue
      
      * Explicitly check undefined
      
      * Remove useGlobalPref and useLocalPref defaults
      
      * Fix default prefs
      
      * Default value
      
      * Fix lint error
      
      * Set default theme
      
      * Default date format in Account
      
      * Update packages/desktop-client/src/style/theme.tsx
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      
      ---------
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      Unverified
      08cbdab2
  22. Feb 11, 2024
  23. Feb 08, 2024
  24. Feb 02, 2024
    • Neil's avatar
      Custom Reports - split out hidden categories from offbudget (#2302) · c8d326d2
      Neil authored
      * Add Toggles
      
      * budget table
      
      * testing
      
      * updates
      
      * updates
      
      * fixes
      
      * updates
      
      * fix Menu
      
      * lint fixes
      
      * fix keybindings
      
      * revert budget menu changes
      
      * notes
      
      * remove default exports
      
      * fixes
      
      * disabled fix
      
      * add style option
      
      * lint fix
      
      * remove css
      
      * lint fixes
      
      * color updates
      
      * merge menu with togglemenu
      
      * host
      
      * menu fixes
      
      * fix regression
      
      * remove host
      
      * adjustments
      
      * work
      
      * fix hidden filters
      
      * merge fixes
      
      * adjustments
      
      * updates
      
      * fix uncat table values
      
      * fixes
      
      * notes
      
      * title change
      
      * Adjust showHide selector
      Unverified
      c8d326d2
  25. Jan 22, 2024
  26. Jan 21, 2024
  27. Jan 19, 2024
  28. Jan 18, 2024
  29. Jan 15, 2024
  30. Jan 12, 2024
    • Neil's avatar
      Custom Reports: Enable Show Labels (#2124) · b477f7c2
      Neil authored
      * work
      
      * updates
      
      * merge fixes
      
      * syntax fix
      
      * Add Label element
      
      * updates
      
      * notes
      
      * normalize customLabel
      
      * fix
      
      * range adjustments
      
      * margin update
      
      * merge fixes
      
      * review Updates
      
      * labelFix
      
      * Fix adjustTextSize
      Unverified
      b477f7c2
  31. Jan 06, 2024
  32. Dec 18, 2023
  33. Dec 16, 2023
  34. Dec 15, 2023
Loading