Revision e36cc2a6
Von Moritz Bunkus vor fast 13 Jahren hinzugefügt
templates/print/Default/invoice.tex | ||
---|---|---|
26 | 26 |
\parbox{\textwidth}{ |
27 | 27 |
\parbox[b]{12cm}{ |
28 | 28 |
<%company%> |
29 |
|
|
29 |
|
|
30 | 30 |
<%address%>}\hfill |
31 | 31 |
\begin{tabular}[b]{rr@{}} |
32 | 32 |
Telephone & <%tel%>\\ |
... | ... | |
36 | 36 |
\rule[1.5ex]{\textwidth}{0.5pt} |
37 | 37 |
} |
38 | 38 |
} |
39 |
|
|
39 |
|
|
40 | 40 |
\fontfamily{cmss}\fontshape{n}\selectfont |
41 | 41 |
|
42 | 42 |
\markboth{<%company%>\hfill <%invnumber%>}{\usebox{\hdr}} |
... | ... | |
44 | 44 |
\pagestyle{myheadings} |
45 | 45 |
%\thispagestyle{empty} use this with letterhead paper |
46 | 46 |
|
47 |
<%pagebreak 90 27 37%> |
|
48 |
\end{tabular*} |
|
49 |
|
|
50 |
\rule{\textwidth}{2pt} |
|
51 |
|
|
52 |
\hfill |
|
53 |
\begin{tabularx}{7cm}{Xr@{}} |
|
54 |
\textbf{Subtotal} & \textbf{<%sumcarriedforward%>} \\ |
|
55 |
\end{tabularx} |
|
56 |
|
|
57 |
\newpage |
|
58 |
|
|
59 |
\markright{<%company%>\hfill <%invnumber%>} |
|
60 |
|
|
61 |
\vspace*{-12pt} |
|
62 |
|
|
63 |
\begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rlrrr@{}} |
|
64 |
\textbf{Number} & \textbf{Description} & \textbf{Qt'y} & |
|
65 |
\textbf{Unit} & \textbf{Price} & \textbf{Disc} & \textbf{Amount} \\ |
|
66 |
& carried forward from page <%lastpage%> & & & & & <%sumcarriedforward%> \\ |
|
67 |
<%end pagebreak%> |
|
68 |
|
|
69 |
|
|
70 | 47 |
\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont |
71 | 48 |
|
72 | 49 |
\vspace*{0.5cm} |
Auch abrufbar als: Unified diff
pagebreak-Mechanismus entfernen
Fix für Bug 1733.