From: Angus J. <ang...@gm...> - 2006-10-20 18:20:14
|
Hi Jeff, On 10/20/06, Jeff Kowalczyk <jt...@ya...> wrote: > > Good news, looking forward to trying that. Is that with or without your > change: > > <%pagebreak 90 7 37%> > > Is there any chance you could post your invoice.tex in terms of changes > from the default. diff -u is nice if you know how to create diffs. > > Here's a diff from the original Default-invoice.tex and the simple change I mentioned above: --- invoice.tex Fri Oct 20 11:14:33 2006 +++ invoice.tex.orig Fri Oct 20 11:14:17 2006 @@ -24,7 +24,7 @@ <%include letterhead.tex%> -<%pagebreak 65 7 37%> +<%pagebreak 65 27 37%> \end{tabularx} \rule{\textwidth}{2pt} But, as I mentioned this is not a resolution...it was simply an interesting observation. I think adding this into your bin/mozilla/custom_io.pl file helps more: $form->{countitemnotes} = 1; Without the template modification, it counts the items better...Although I have just noticed there are still some issues when there are *lots* of line items, itemnotes, and notes...it can get kind of messy sometimes. Hopefully I will find a balance somewhere playing with some of the variables in the template, etc... Regards, Angus |