Re: [Openledger-developer] purchase order template
Brought to you by:
klavs
From: Ang T. C. <at...@ew...> - 2005-10-05 16:09:22
|
do you guys know any good program similar to jasperreport but for perl? Joseph wrote: >Is there any tetex guru on the list? >I'm trying to modify the formation line in purchase_order.tex form. >I think this line is responsible hwo the entry items are formated: >\begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep >\fill}rlrrr@{}} > >If the part number is long the description is not wrap up to the next >line correctly. >So, text Amount Total scroll of the page. > >I've tried to copy the formating string from invoice.tex form: >\begin{tabularx}{\textwidth}{@{}rlXlrlrrr@{}} > >but it doesn't work correctly. >Anybody knows what to change so when the part number is long, the >description should wrap up to the next line. > > > |