>>>>> Colin Dean <[email protected]> writes: > What would it take for accounts to have an option that did this?
Sure, I just meant it could do this, but alas it does not. report_accounts::flush(), in output.cc, would need to declare a bound_scope with the current report and the account object. Then, if report.HANDLED(prepend_format_) were a non-empty string, it's contents should be evaluated as an expression, and the result output before the account names. Also, respect report.HANDLED(prepend_width), which should just be a matter of calling setw. Should be about a half-hour's work to code, test, and add a test to the test suite. No documentation needed. 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
