howeyc / ledger

Command line double-entry accounting program
https://howeyc.github.io/ledger/
ISC License
455 stars 43 forks source link

register dates #34

Closed porjo closed 2 years ago

porjo commented 2 years ago

I run this command:

./ledger register -f data/ledger.ledger -b "2022/05/01" -e "2022/05/20" Expenses

The results include transactions after 2022/05/01 and before 2022/05/20. I would expect the results to be inclusive of the dates specified.

howeyc commented 2 years ago

You're right, that makes more sense.