Topic: Suggested spacing adjustment for rep705.php

I suggest adding 1pt to the column spacing for the first 12 columns and 2pt for the totals column to improve readability of 5- and 6-digit numbers when two decimal digits are also displayed.  This change works for letter size portrait and landscape, and by my calculations should also work fine for A4.

The diff change is

diff rep705.php*
226c226
<       $cols = array(0, 34, 130, 162, 194, 226, 258, 290, 322, 354, 386, 418, 450, 482, 514, 546);
---
>       $cols = array(0, 34, 130, 163, 196, 229, 262, 295, 328, 361, 394, 427, 460, 493, 526, 561);

Re: Suggested spacing adjustment for rep705.php

Will have a look at this. Thanks.

Joe