>>>>> fredrik  <[email protected]> writes:

> How do I use ledger to monitor an account? If I only enter the first date I
> have a hard time following the transactions as the dates doesn't match. If I
> use the last one I can match the account but I also use the ledger to keep
> track on things I baught so I can find the receipt if necessery and then
> that date will not match.

You can specify the date as "PRIMARY=AUXILIARY", as in:

2012/09/30=2012/10/30

They mean whatever you choose them to mean, and are reported using the
--primary (default) or --auxiliary flags.

The other option is to use metadata:

    ; MyDate: [2012/11/30]

Now you should be able report with --date=tag('MyDate'), which will fall back
on the --primary or --auxiliary should that tag not exist for a given posting.

John

Reply via email to