Print stripped amounts in the print report
This commit is contained in:
parent
780ce4a5d0
commit
a64a069a77
1 changed files with 2 additions and 2 deletions
|
|
@ -65,10 +65,10 @@ report_t::report_t(session_t& _session)
|
|||
"%(code ? \" (\" + code + \")\" : \"\") %(payee)%(entry.comment | \"\")\n"
|
||||
" %(entry.uncleared ? (cleared ? \"* \" : (pending ? \"! \" : \"\")) : \"\")"
|
||||
"%-34(account)"
|
||||
" %12(calculated ? \"\" : amount)%(comment | \"\")\n%/"
|
||||
" %12(calculated ? \"\" : strip(amount))%(comment | \"\")\n%/"
|
||||
" %(entry.uncleared ? (cleared ? \"* \" : (pending ? \"! \" : \"\")) : \"\")"
|
||||
"%-34(account)"
|
||||
" %12(calculated ? \"\" : amount)%(comment | \"\")\n%/\n");
|
||||
" %12(calculated ? \"\" : strip(amount))%(comment | \"\")\n%/\n");
|
||||
|
||||
HANDLER(balance_format_).on(
|
||||
"%20(print_balance(strip(display_total), 20))"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue