I use the payee field to specify the payee (or "ATM", "Transfer") and use the note field (simple indented comment) to store notes. This way the output of "ledger payees" remains useful.
I use the payee field to specify the payee (or "ATM", "Transfer") and use the note field (simple indented comment) to store notes. This way the output of "ledger payees" remains useful.
Using "ledger --payee note reg", ledger will use the note field instead of the payee, if available. So it is possible to get both types of output using case 1. But feel free to structure your ledger file as you see fit! After all that's the joy of using ledger.
Using "ledger --payee note reg", ledger will use the note field instead of the payee, if available. So it is possible to get both types of output using case 1.
On Sun, Oct 21, 2012 at 9:00 PM, Johann Klähn <kljo...@gmail.com> wrote:Using "ledger --payee note reg", ledger will use the note field instead of the payee, if available. So it is possible to get both types of output using case 1.
Thx I didn't yet know about the --payee note option.
I'm reading the manual and as I go and try to get some experience by using the stuff I learn.
I haven't yet completed the reading of the manual though, guess I should put in a bit more effort on that front.