Topic: How to adjust total column

we want our total column e.g. in Sales Quotation to be smaller size. Can we do that and how to do it

Re: How to adjust total column

Yes, use the $rep->fontSize -= 2 (if you want the fontsize to 2 points less). Use it before the total lines in /reporting/rep111.php. After the total lines set the font back again with $rep->fontSize += 2 (if you used 2 less).

/Joe