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