>>>>> "CD" == Colin Dean <colind...@gmail.com> writes:

CD> Is there a quick way to make the accounts command also output the note
for
CD> each account if I’ve defined the accounts using the account directive?

I don't believe that's currently possible with the 'accounts' report just
now.
No reason why --prepend-format '%(note)' shouldn't work there too, though.

No dice.

$ cat reports/test.ledger
account Assets:Bank
  note My bank account

2018-01-25 Test
  Assets:Bank   30.00 USD
  Equity:OpeningBalances
$ ledger -f reports/test.ledger accounts
Assets:Bank
Equity:OpeningBalances
$ ledger -f reports/test.ledger accounts --prepend-format '%(note)'
Assets:Bank
Equity:OpeningBalances


What would it take for accounts to have an option that did this?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to