Hi,
I modified the template order and invoice templates to include serial numbers
on the order/packing list/invoices.
The problem is that, if there are too much serial numbers, it will be not
wrapped into more lines, but shift all the layout. Check the attachment.
Here is the code from the template, in red the modification:
\begin{longtable}{@{\extracolsep{\fill}}cllccrrr@{\extracolsep{0pt}}}
\textbf{}
& \textbf{}
& \textbf{}
& \textbf{}
& \textbf{}
& \textbf{}
& \textbf{}
& \textbf{}
\endhead
&
&
&
&
&
&
& \\
&
& \textbf{}
& \\
The main idea, the second line of the recent item contains the serial numbers
in wrapped. Somehow, in sql-ledger it works well, as expected, but here not.
Any idea, how to solve this issue?
Thanks, István
Here is the sql-ledger template, just in case:
{\scriptsize
\begin{tabularx}{\textwidth}{
>{\hsize=0.4cm\fontsize{8pt}{10pt}\centering}X@{\ }
>{\hsize=2.5cm\fontsize{8pt}{10pt}\raggedright}X@{\ }
>{\hsize=8.6cm\fontsize{8pt}{10pt}\raggedright}X@{\ }
>{\hsize=1.9cm\fontsize{8pt}{10pt}\centering}X@{\ }
>{\hsize=0.9cm\fontsize{8pt}{10pt}\centering}X@{\ }
>{\hsize=0.5cm\fontsize{8pt}{10pt}\centering}X@{\ }
>{\hsize=1.6cm\fontsize{8pt}{10pt}\raggedleft}X@{\ }
>{\hsize=2.2cm\fontsize{8pt}{10pt}\raggedleft}X@{\ }
}
& \textbf{Sz..m} & \centering\textbf{Megnevez..s} &
\textbf{SZJ/VTSZ} & \textbf{Menny.} & \textbf{egys.} &
\textbf{Nett.. ..r} & \textbf{Nett.. ..sszeg}
\cr
& & &
& & &
&
\cr
& Gy..ri sz..mok: & \cr
\end{tabularx}
}
<<attachment: Kijelölés_129.png>>
------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
