Skip to content
Snippets Groups Projects
  1. Jun 21, 2023
  2. Jun 20, 2023
  3. Jun 19, 2023
  4. Jun 18, 2023
  5. Jun 17, 2023
  6. Jun 16, 2023
  7. Jun 15, 2023
  8. Jun 14, 2023
  9. Jun 13, 2023
  10. Jun 11, 2023
    • Jed Fox's avatar
      Fix sync-related errors that show up in the console when not using a server (#984) · 0e2b317e
      Jed Fox authored
      Previously, the frontend would attempt to make real requests to
      `https://not-configured/`, which of course failed. I’ve changed the
      internal structure to have the lack of a server expressed as a `null`
      server. A new `did-bootstrap` browser-level setting has been added to
      track if the user clicked “Don’t use a server.”
      
      Finally, I updated the auth logic for methods that call out to the
      server to make them consistent and use the early return style which
      reduces indentation.
      Unverified
      0e2b317e
    • youngcw's avatar
      Goals: Check template action (#1108) · ded6ee8a
      youngcw authored
      This adds an option to the month drop down to check all the template
      lines. If there are errors the offending line is shown with its
      category.
      
      I also modified the wording on the regular template return to be more
      accurate. Fixes #1100
      Unverified
      ded6ee8a
  11. Jun 10, 2023
  12. Jun 09, 2023
  13. Jun 08, 2023
  14. Jun 06, 2023
    • Jed Fox's avatar
      Remove account types (#948) · a25327d3
      Jed Fox authored
      Closes #944, closes #532. ~WIP because something is causing the test
      budget to fail to create because it’s using INSERT instead of UPDATE sql
      queries. (Or not? I have no idea)~
      Unverified
      a25327d3
    • youngcw's avatar
      Goals: Remainder option (#1101) · ed285e9a
      youngcw authored
      Added the option to add a remainder goal template. This will use the
      remaining available funds and dump them into the respective category.
      There is optional weighting. The remainder templates will be forced to
      the lowest priority as to run after all other templates.
      
      Usage: `#template remainder <weight>` Add the template line to any
      categories you want to catch any remaining funds such as savings. The
      amount added to the category will equal
      `remaining_budget/total_of_weights*weight`. The default weight is 1.
      Unverified
      ed285e9a
  15. Jun 05, 2023
  16. Jun 04, 2023
  17. Jun 03, 2023
  18. Jun 02, 2023
  19. Jun 01, 2023
Loading