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

Allow ledger-insert-effective-date to work with regions. #404

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 16, 2024

  1. Allow ledger-insert-effective-date to work with regions.

    It updates or removes the effective date of all transactions that start
    in the region (technically, that start on a line in the region),
    without editing any postings.
    
    With my credit card, I use the statement date as the effective date.
    That means I have a long block of transactions that all have the same
    effective date. This makes it easy to set them all at once.
    ChickenProp committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2a5f559 View commit details
    Browse the repository at this point in the history
  2. Fix insert-effective-date argument order.

    Need to keep `date` first for backwards compatibility. Fixes tests.
    ChickenProp committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1a32890 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

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

Commits on Jul 23, 2024

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