Apologies if this is a "patience, grasshopper" question as I know that
documentation for 3.0 is not complete, but:

I'm trying to reproduce 2.6.2 formatting for a balance report in 3.0.
My major problem is that an excessive number of zeros and loss of left
padding disrupts the indenting of accounts:

1499.420000000000000 £   Expenses
20.230000000000000 £      Insurance
115.160000000000000 £      Music
1364.030000000000000 £      Office

should read

 1499.42 £      Expenses
     20.23 £          Insurance
   115.16 £          Music
 1364.03 £          Office

I've built from the 'next' branch and so have managed to use --format
"%20(scrub(amount)) \n" to obtain left padding, but have been unable
to figure out how to achieve proper indentation of account names or
reduce the number of zeros.

Best, Christopher

Reply via email to