Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Pay Distribution Template to Goal-templates #3078

Commits on Jul 17, 2024

  1. Added feature to Goal-template, so when triggered adds value to budge…

    …ted instead of replacing.
    
    Added + to the syntax for goal-template. When put before the value and after the priority will prevent ProcessTemplate() from clearing the value from budgeted, so the template can add its amount instead.  This feature will be useful for people who do their budgets weekly or by paycheck.
    
    EXAMPLE: #template +$50
    
    Note: This functionality was not applied to all template types; schedule was skipped.
    Midgetwombat committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    458b7a6 View commit details
    Browse the repository at this point in the history
  2. Update goaltemplates.ts

    Fixed a mistake I made with not removing the test code.
    Midgetwombat committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    06a804c View commit details
    Browse the repository at this point in the history
  3. Create 3078.md

    Midgetwombat committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    52cc78d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    4ee6312 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    e359708 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Updated How the Pay Distribution worked as to not effect goals set.

    The new code will allow users to distribute each pay without effecting goals.
    Midgetwombat committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7b73626 View commit details
    Browse the repository at this point in the history
  2. Fixed a merge error

    Midgetwombat committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5208bd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de8c6f5 View commit details
    Browse the repository at this point in the history
  4. Delete packages/loot-core/src/server/budget/goals/payDistribution.ts

    Made a mistake in merging, first time with github
    Midgetwombat authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f338ea1 View commit details
    Browse the repository at this point in the history
  5. Delete packages/loot-core/src/server/budget/goal-template.pegjs

    Still fixing merging issues
    Midgetwombat authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d2d805b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bd87c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    60d6f24 View commit details
    Browse the repository at this point in the history
  2. Fix Merging Issues

    This should make branch the same, before own changes can be added. [Still fixing merging mistake]
    Midgetwombat committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    dbe585b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f257c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2911f0a View commit details
    Browse the repository at this point in the history
  5. New Pay Distribution Code

    New Pay Distribution code. Merge errors fixed.
    Midgetwombat committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    54ceaaf View commit details
    Browse the repository at this point in the history
  6. Fixed Lint Issues

    Midgetwombat committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    67611d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83f7447 View commit details
    Browse the repository at this point in the history
  8. More lint

    Midgetwombat committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    bf70b2e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    f75a5bf View commit details
    Browse the repository at this point in the history
  2. Revert "Merge branch 'master' into goalTemplate-AdditionFeature"

    This reverts commit f75a5bf, reversing
    changes made to bf70b2e.
    Midgetwombat committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5097edc View commit details
    Browse the repository at this point in the history