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 additional expansion formats #368

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 12, 2023

  1. Added additional expansion formats

    Added expansion formats for amount1 and amount2, and date1 and date2.
    These can be used to find transactions with exact amounts or on exact
    dates, or in ranges. For example, to show transactions between two
    dates, in the ledger reports you can use:
    
    %(binary) -f %(ledger-file) reg %(account) --display 'd>= [%(date1)] and d <= [%(date2)]'
    daudi committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    aefb19c View commit details
    Browse the repository at this point in the history