Re: register - How to display transactions' persistent notes?

2015-11-23 Thread John Wiegley
> Kuba Orlik  writes:

> Here’s an example of how I store transaction information:
> 2015/11/13 Restaurant Name
> ;chicken soup
> Assets:Checking USD -15
> Expenses:Food

> Is there a way to make register (or any other command) show the
> transactions’ persistent notes (in this case chicken soup)?

Try: --prepend-format '%(note)'

See also --prepend-width

John

-- 

--- 
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.


register - How to display transactions' persistent notes?

2015-11-23 Thread Kuba Orlik


Here’s an example of how I store transaction information:

2015/11/13 Restaurant Name
;chicken soup
Assets:Checking USD -15
Expenses:Food

Is there a way to make register (or any other command) show the 
transactions’ persistent notes (in this case chicken soup)? 
​

-- 

--- 
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.


Re: register - How to display transactions' persistent notes?

2015-11-23 Thread Alexis
Hello Kuba,
you can use the --payee option and have it display the transaction note.

% ledger reg --payee note
13.11.2015 chicken soup Assets:Checking USD -15 USD -15
13.11.2015 chicken soup Expenses:FoodUSD 15   0


Cheers,
Alexis

-- 

--- 
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.