>>>>> "J" == Jasel17212  <ja...@thelittonfamily.com> writes:

J> I looked through the manual and didn’t see an option for this, but hoping
J> someone knows of a way to produce a register report and force ledger to
J> print the payee on every line.

If you look at the register-format that’s defined in report.h, it contains a
%/ character followed by lines that are used when the “header line” is
unchanged. You would want a version of the format string that simply deletes
%/ and everything that follows it. Then it should print the same thing for
every posting, which would mean repeating the postings. You should be able to
do this with the -F option, but it’s going to be a very long string that you
pass, so wrapping it up in a shell script is recommend.

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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/m2351om4le.fsf%40newartisans.com.

Reply via email to