Conversation
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)]'
|
It seems like it would be nicer for the date format specifier to prompt for the date using I'm a little confused by the proposed "amount" format specifier---is it just supposed to be some number, or a commoditized amount, or something else? Also, it seems a little weird to define |
|
All good points - I'm very much as the lower end of the elisp learning curve.
Thanks for your feedback. |
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)]'