I have been working on a more "sexy" invoice for postscript output.
I noticed that the TEX invoice and the HTML invoice do not generate the same information.
I decided to try make a TEX invoice that:
- generates that info
-looks more like "professional" forms (whatever that means :) )
-supports use of "window" envelopes so there is no need to print an address on the envelope.
It's is complete as far as my needs require, but I'd like to make it useful for everyone.
The "normal" template supports being split over multiple pages for a large number of line items .
I don't need the functionality in my business but I'll like to release the template back to the community so I would like to have my template do the same.
So the question is..
What do these lines of the "default-invoice" TEX template do ?
<%pagebreak 90 27 48%>
\end{tabular*}
more specifically, what does that variable do ?
( it looks like there is perl code that passes a \begin{tabular}.....chunk of code to the tex template
I have almost no knowledge of Perl but which script does this variable come from ?
I've already figured out how to pass a new variable to the tex invoice so I'm hoping that i can figure this out too.
Thanks in advance.
Roy

