>>>>> Craig Earls <[email protected]> writes: > Now that I have the 'pending status' working in reconcile mode again, I want > to work on the ability to specify a target amount for the reconciliation > process so that when you have marked a posting you know how far off the > final amount you are. When using only uncleared and cleared this was easy, > I could pull the balances out of a "cleared" report. Unfortunately, there > isn't any way I can figure out to report the three values I really need with > only a single call to ledger.
I believe you can use --prepend-format=state, in order to show the state of each transaction. Or you can use ternary operators along with "cleared", "pending" and "uncleared" to get whatever you need. 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/groups/opt_out.
