From: Jeff K. <jt...@ya...> - 2006-10-19 05:26:11
|
----- Original Message ----=0AFrom: Tony Fraser <to...@sy...>=0ATo: = sql...@li...=0ASent: Friday, July 14, 2006 8:05:0= 9 PM=0ASubject: Re: [SL] Invoice with full details?=0A> > ... I have a nice= summary of my notes from the related time cards. =0A> > Is there any easy = way to get those notes onto the printed Invoice? =0A> =0A> You'd have to mo= dify your invoice template but the field your talking =0A> about is availab= le withing the =0A> <%foreach number%> .... <%end number%> part as =0A> = <%itemnotes%>=0A=0ACan anyone suggest a tex syntax for handling long itemn= otes? When I make the following change to invoice.tex, get whitespace where= the itemnotes (a few hundred characters long) should be. Omitting <%itemno= tes%> does display the item numbering, so it seems the loop can be reused. = I don't generally put linebreaks in the timecard descriptions, so they may = not be linewrapping.=0A=0A@@ -178,6 +178,9 @@=0A \vspace{12pt}=0A =0A <%not= es%>=0A+<%foreach number%>=0A+ <%runningnumber%>) & <%itemnotes%> \\=0A+<%= end number%>=0A }=0A =0A \vfill=0A=0AI'd also like to make sure the itemnot= es pagebreak properly, if they run that long or are that numerous. Thanks.= =0A=0A=0A=0A=0A |