Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 30fb3005

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

Veraltete Vorlagenvorlage packing_list entfernt

Unterschiede anzeigen:

templates/Default-packing_list.html
1

  
2
<body bgcolor=ffffff>
3

  
4
<table width=100%>
5
<tr>
6
  <td width=10>
7
  </td> 
8
  <td>
9
  
10
  <table width=100%>
11
  <tr>
12
    <td>
13
      <h4>
14
      <%company%>
15
      <br><%address%>
16
      </h4>
17
    </td>
18

  
19
    <th colspan=2>
20
      <h4 align=center>P A C K I N G &nbsp;&nbsp; L I S T</h4>
21
    </th>
22
  </tr>
23

  
24
  </table>
25

  
26

  
27
  <table width=100% callspacing=0 cellpadding=0>
28
    
29
  <tr>
30
    <td align=right>
31
    <table>
32
    <tr>
33
      <th align=right>Date</th><td width=10> </td><td><%invdate%></td>
34
    </tr>
35
  
36
    <tr>
37
      <th align=right>Number</th><td></td><td><%invnumber%></td></tr>
38
    </tr>
39
  
40
    <tr>
41
      <td> 
42
      </td>
43
    </tr>
44
    </td>
45
    </table>
46
  </tr>
47

  
48
  <tr>
49
    <td>
50
    <table width=100%>
51
    <tr bgcolor=000000>
52
      <th align=left><font color=ffffff>Ship To:</th>
53
    </tr>
54

  
55
    <tr>
56
      <td><%shiptoname%>
57
      <br><%shiptostreet%>
58
      <br><%shiptozipcode%>
59
      <br><%shiptocity%>
60
      <br><%shiptocountry%>
61
<%if shiptocontact%>
62
      <p>Attn: <%shiptocontact%>
63
<%end shiptocontact%>
64

  
65
      </td>
66
    </tr>
67
    </table>
68
    </td>
69
  </tr>
70

  
71
  <tr>
72
    <td> 
73
    </td>
74
  </tr>
75
  
76
  <tr>
77
    <td>
78
    <table width=100%>
79
    <tr bgcolor=000000>
80
      <th align=left><font color=ffffff>Number</th>
81
      <th align=left><font color=ffffff>Description</th>
82
      <th><font color=ffffff>Qt'y</th>
83
      <th>&nbsp;</th>
84
    </tr>
85

  
86
<%foreach number%>
87
    <tr valign=top>
88
      <td><%number%></td>
89
      <td><%description%></td>
90
      <td align=right><%qty%></td>
91
      <td><%unit%></td>
92
    </tr>
93
<%end number%>
94

  
95
    <tr>
96
      <td colspan=4><hr noshade></td>
97
    </tr>
98

  
99
    </table>
100
    </td>
101
  </tr>
102

  
103
<tr>
104
  <td>
105
  <table width=100%>
106
    <tr valign=top>
107
<%if notes%>
108
      <td>Notes</td>
109
      <td><pre><%notes%></pre></td>
110
<%end notes%>
111
      <td align=right>
112
      <%shippingpoint%>
113
      </td>
114
    </tr>
115

  
116
  </table>
117
  </td>
118
</tr>
119

  
120
<tr>
121
  <td>
122
  <table width=100%>
123
  <tr valign=top>
124
    <td><font size=-3>
125
    Items returned are subject to
126
    a 10% restocking charge. A return authorization must be obtained
127
    from <%company%> before goods are returned. Returns must be shipped
128
    prepaid and properly insured. <%company%> will not be responsible
129
    for damages during transit.
130
    </font>
131
    </td>
132
    <td width=150>
133
    X <hr noshade>
134
    </td>
135
  </tr>
136
  </table>
137
  </td>
138
</tr>
139

  
140
</table>
141

  
142
</td>
143
</tr>
144
</table>
145

  
146
</body>
147
</html>
148

  
templates/Default-packing_list.tex
1
\documentclass[twoside]{scrartcl}
2
\usepackage[frame]{xy}
3
\usepackage{tabularx}
4
\usepackage[utf8]{inputenc}
5
\setlength{\voffset}{0.5cm}
6
\setlength{\hoffset}{-2.0cm}
7
\setlength{\topmargin}{0cm}
8
\setlength{\headheight}{0.5cm}
9
\setlength{\headsep}{1cm}
10
\setlength{\topskip}{0pt}
11
\setlength{\oddsidemargin}{1.0cm}
12
\setlength{\evensidemargin}{1.0cm}
13
\setlength{\textwidth}{19.2cm}
14
\setlength{\textheight}{24.5cm}
15
\setlength{\footskip}{1cm}
16
\setlength{\parindent}{0pt}
17
\renewcommand{\baselinestretch}{1}
18
\begin{document}
19

  
20
\newlength{\descrwidth}\setlength{\descrwidth}{10cm}
21

  
22
\newsavebox{\hdr}
23
\sbox{\hdr}{
24
  \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
25

  
26
  \parbox{\textwidth}{
27
    \parbox[b]{12cm}{
28
      <%company%>
29
      
30
      <%address%>}\hfill
31
    \begin{tabular}[b]{rr@{}}
32
    Telephone & <%tel%>\\
33
    Facsimile & <%fax%>
34
    \end{tabular}
35

  
36
    \rule[1.5ex]{\textwidth}{0.5pt}
37
  }
38
}
39
    
40
\fontfamily{cmss}\fontshape{n}\selectfont
41

  
42
\markboth{<%company%>\hfill <%invnumber%>}{\usebox{\hdr}}
43

  
44
\pagestyle{myheadings}
45
%\thispagestyle{empty}     use this with letterhead paper
46

  
47
<%pagebreak 90 27 37%>
48
\end{tabular*}
49

  
50
\newpage
51

  
52
\markright{<%company%>\hfill <%invnumber%>}
53

  
54
\vspace*{-12pt}
55

  
56
\begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rll@{}}
57
  \textbf{Number} & \textbf{Description} & \textbf{Qt'y} &
58
    \textbf{Unit} & \textbf{Bin} \\
59
<%end pagebreak%>
60

  
61

  
62
\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
63

  
64
\vspace*{2cm}
65

  
66
<%shiptoname%>
67

  
68
<%shiptostreet%>
69

  
70
<%shiptozipcode%>
71

  
72
<%shiptocity%>
73

  
74
<%shiptocountry%>
75

  
76
\vspace{3.5cm}
77

  
78
\textbf{P A C K I N G} \parbox{0.3cm}{\hfill} \textbf{L I S T}
79

  
80
\hfill
81
\begin{tabular}[t]{l@{\hspace{0.3cm}}l}
82
  \textbf{Date} & <%invdate%> \\
83
  \textbf{Number} & <%invnumber%> \\
84
  \textbf{Customer} & <%customer_id%>
85
\end{tabular}
86

  
87
\vspace{1cm}
88

  
89
\begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rll@{}}
90
  \textbf{Number} & \textbf{Description} & \textbf{Qt'y} &
91
    \textbf{Unit} & \textbf{Bin} \\
92
<%foreach number%>
93
  <%number%> & <%description%> & <%qty%> &
94
    <%unit%> & <%bin%> \\
95
<%end number%>
96
\end{tabular*}
97

  
98

  
99
\parbox{\textwidth}{
100
\rule{\textwidth}{2pt}
101

  
102
\vspace{12pt}
103

  
104
<%if notes%>
105
  <%notes%>
106
<%end if%>
107

  
108
}
109

  
110
\vfill
111
\centerline{\textbf{Thank You for your valued business!}}
112

  
113
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
114

  
115
\footnotetext[1]{\tiny
116
Items returned are subject to a 10\% restocking charge.
117
A return authorization must be obtained from <%company%> before goods are
118
returned. Returns must be shipped prepaid and properly insured.
119
<%company%> will not be responsible for damages during transit.}
120

  
121
\end{document}
122

  
templates/French-packing_list.html
1
CTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional">
2

  
3
<html>
4

  
5
<head>
6

  
7
<title>A2A <%invnumber%> <%name%></title>
8
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
9

  
10
</head>
11

  
12
<body bgcolor=ffffff>
13

  
14
<table width=100%>
15
<tr>
16
  <td width=10>
17
  </td> 
18
  <td>
19
  
20
  <table width=100%>
21
  <tr>
22
    <td>
23
      <h4>
24
      <%company%>
25
      <br><%address%>
26
      </h4>
27
    </td>
28

  
29
    <th colspan=2>
30
      <h4 align=center>L I S T E&nbsp;&nbsp;D ' E N V O I</h4>
31
    </th>
32
  </tr>
33

  
34
  </table>
35

  
36

  
37
  <table width=100% callspacing=0 cellpadding=0>
38
    
39
  <tr>
40
    <td align=right>
41
    <table>
42
    <tr>
43
      <th align=right>Date de facture&nbsp;:</th><td width=10> </td><td><%invdate%></td>
44
    </tr>
45
  
46
    <tr>
47
      <th align=right>Numéro de facture&nbsp;:</th><td></td><td><%invnumber%></td></tr>
48
    </tr>
49
  
50
    <tr>
51
      <td> 
52
      </td>
53
    </tr>
54
    </td>
55
    </table>
56
  </tr>
57

  
58
  <tr>
59
    <td>
60
    <table width=100%>
61
    <tr bgcolor=000000>
62
      <th align=left><font color=ffffff>Adresse d'envoi</th>
63
    </tr>
64

  
65
    <tr>
66
      <td><%shiptoname%>
67
      <br><%shiptostreet%>
68
      <br><%shiptozipcode%>
69
      <br><%shiptocity%>
70
      </td>
71
    </tr>
72
    </table>
73
    </td>
74
  </tr>
75

  
76
  <tr>
77
    <td> 
78
    </td>
79
  </tr>
80
  
81
  <tr>
82
    <td>
83
    <table width=100%>
84
    <tr bgcolor=000000>
85
      <th align=left><font color=ffffff>N°</th>
86
      <th align=left><font color=ffffff>Description</th>
87
      <th><font color=ffffff>Qté</th>
88
      <th>&nbsp;</th>
89
    </tr>
90

  
91
<%foreach number%>
92
    <tr valign=top>
93
      <td><%number%></td>
94
      <td><%description%></td>
95
      <td align=center><%qty%></td>
96
      <td><%unit%></td>
97
    </tr>
98
<%end number%>
99

  
100
    <tr>
101
      <td colspan=4><hr noshade></td>
102
    </tr>
103

  
104
    </table>
105
    </td>
106
  </tr>
107

  
108
<tr>
109
  <td>
110
  <table width=100%>
111
    <tr valign=top>
112
<%if notes%>
113
      <td>À noter&nbsp;:</td>
114
      <td><pre><%notes%></pre></td>
115
<%end notes%>
116
      <td align=right><b>EXPÉDIÉ PAR&nbsp;: 
117
      <%shippingpoint%></b>
118
      </td>
119
    </tr>
120

  
121
  </table>
122
  </td>
123
</tr>
124

  
125
<tr>
126
  <td>
127
  <table width=100%>
128
  <tr valign=top>
129
    <td><font size=-3><!--
130
    Conditions d'envoi :
131
    Items returned are subject to
132
    a 10% restocking charge. A return authorization must be obtained
133
    from <%company%> before goods are returned. Returns must be shipped
134
    prepaid and properly insured. <%company%> will not be responsible
135
    for damages during transit. -->
136
    </font>
137
    </td>
138
    <td width=150>
139
    X <hr noshade>
140
    </td>
141
  </tr>
142
  </table>
143
  </td>
144
</tr>
145

  
146
</table>
147

  
148
</td>
149
</tr>
150
</table>
151
</body>
152
</html>
templates/French-packing_list.tex
1
\documentclass[twoside]{scrartcl}
2
\usepackage[frame]{xy}
3
\usepackage[frenchb]{babel}
4
\usepackage[utf8]{inputenc}
5
\usepackage{tabularx}
6
\setlength{\voffset}{0.5cm}
7
\setlength{\hoffset}{-2.0cm}
8
\setlength{\topmargin}{0cm}
9
\setlength{\headheight}{0.5cm}
10
\setlength{\headsep}{1cm}
11
\setlength{\topskip}{0pt}
12
\setlength{\oddsidemargin}{1.0cm}
13
\setlength{\evensidemargin}{1.0cm}
14
\setlength{\textwidth}{19.2cm}
15
\setlength{\textheight}{24.5cm}
16
\setlength{\footskip}{1cm}
17
\setlength{\parindent}{0pt}
18
\renewcommand{\baselinestretch}{1}
19
\begin{document}
20

  
21
\newlength{\descrwidth}\setlength{\descrwidth}{10cm}
22

  
23
\newsavebox{\hdr}
24
\sbox{\hdr}{
25
  \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
26

  
27
  \parbox{\textwidth}{
28
    \parbox[b]{12cm}{
29
      <%company%>
30
      
31
      <%address%>}\hfill
32
    \begin{tabular}[b]{rr@{}}
33
    Téléphone & <%tel%>\\
34
    Télécopieur & <%fax%>
35
    \end{tabular}
36

  
37
    \rule[1.5ex]{\textwidth}{0.5pt}
38
  }
39
}
40
    
41
\fontfamily{cmss}\fontshape{n}\selectfont
42

  
43
\markboth{<%company%>\hfill <%invnumber%>}{\usebox{\hdr}}
44

  
45
\pagestyle{myheadings}
46
%\thispagestyle{empty}     use this with letterhead paper
47

  
48
<%pagebreak 90 27 48%>
49
\end{tabular*}
50

  
51
\newpage
52

  
53
\markright{<%company%>\hfill <%invnumber%>}
54

  
55
\vspace*{-12pt}
56

  
57
\begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rll@{}}
58
  \textbf{Numéro} & \textbf{Description} & \textbf{Qté} &
59
    \textbf{Unité} & \textbf{Bin} \\
60
<%end pagebreak%>
61

  
62

  
63
\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
64

  
65
\vspace*{2cm}
66

  
67
<%shiptoname%>
68

  
69
<%shiptostreet%>
70

  
71
<%shiptozipcode%>
72

  
73
<%shiptocity%>
74

  
75
<%shiptocountry%>
76

  
77
\vspace{3.5cm}
78

  
79
\textbf{L I S T E} \parbox{0.3cm}{\hfill} \textbf{D E}
80
\parbox{0.3cm}{\hfill} \textbf{P A Q U E T A G E}
81

  
82
\hfill
83
\begin{tabular}[t]{l@{\hspace{0.3cm}}l}
84
  \textbf{Date de facture} & <%invdate%> \\
85
  \textbf{Numéro de facture} & <%invnumber%> \\
86
  \textbf{Numéro de client} & <%customer_id%>
87
\end{tabular}
88

  
89
\vspace{1cm}
90

  
91
\begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rll@{}}
92
  \textbf{Numéro} & \textbf{Description} & \textbf{Qté} &
93
    \textbf{Unité} & \textbf{Bin} \\
94
<%foreach number%>
95
  <%number%> & <%description%> & <%qty%> &
96
    <%unit%> & <%bin%> \\
97
<%end number%>
98
\end{tabular*}
99

  
100

  
101
\parbox{\textwidth}{
102
\rule{\textwidth}{2pt}
103

  
104
\vspace{12pt}
105

  
106
<%if notes%>
107
  <%notes%>
108
<%end if%>
109

  
110
}
111

  
112
\vfill
113
\centerline{\textbf{Merci de faire affaire avec nous!}}
114

  
115
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
116

  
117
\footnotetext[1]{\tiny
118
Les éléments retournés seront sujets à un supplément de remmagasinnage de
119
10\%. Une autorisation de renvoi doit être obtenue au préalable auprès de
120
<%company%>. Les frais de transports et d'assurance sur les éléments
121
retournés devront être couvert par le client de façon appropriée.
122
<%company%> ne peut être tenue responsable des dommages survenus pendant
123
le transit.}
124

  
125
\end{document}
templates/German-packing_list.html
1

  
2
<body bgcolor=ffffff>
3

  
4
<table width=100%>
5
<tr>
6
  <td width=10>
7
  </td> 
8
  <td>
9
  
10
  <table width=100%>
11
  <tr>
12
    <td>
13
      <h4>
14
      <%company%>
15
      <br><%address%>
16
      </h4>
17
    </td>
18

  
19
    <th colspan=2>
20
      <h4 align=center>L I E F E R S C H E I N</h4>
21
    </th>
22
  </tr>
23

  
24
  </table>
25

  
26

  
27
  <table width=100% callspacing=0 cellpadding=0>
28
    
29
  <tr>
30
    <td align=right>
31
    <table>
32
    <tr>
33
      <th align=right>Datum</th><td width=10> </td><td><%invdate%></td>
34
    </tr>
35
  
36
    <tr>
37
      <th align=right>Nummer</th><td></td><td><%invnumber%></td></tr>
38
    </tr>
39
  
40
    <tr>
41
      <td> 
42
      </td>
43
    </tr>
44
    </td>
45
    </table>
46
  </tr>
47

  
48
  <tr>
49
    <td>
50
    <table width=100%>
51
    <tr bgcolor=000000>
52
      <th align=left><font color=ffffff>Zustellung an:</th>
53
    </tr>
54

  
55
    <tr>
56
      <td><%shiptoname%>
57
      <br><%shiptostreet%>
58
      <br><%shiptozipcode%>
59
      <br><%shiptocity%>
60
      <br><%shiptocountry%>
61
<%if shiptocontact%>
62
      <p>An: <%shiptocontact%>
63
<%end shiptocontact%>
64

  
65
      </td>
66
    </tr>
67
    </table>
68
    </td>
69
  </tr>
70

  
71
  <tr>
72
    <td> 
73
    </td>
74
  </tr>
75
  
76
  <tr>
77
    <td>
78
    <table width=100%>
79
    <tr bgcolor=000000>
80
      <th align=left><font color=ffffff>Nummer</th>
81
      <th align=left><font color=ffffff>Artikel</th>
82
      <th><font color=ffffff>Anz</th>
83
      <th>&nbsp;</th>
84
    </tr>
85

  
86
<%foreach number%>
87
    <tr valign=top>
88
      <td><%number%></td>
89
      <td><%description%></td>
90
      <td align=right><%qty%></td>
91
      <td><%unit%></td>
92
    </tr>
93
<%end number%>
94

  
95
    <tr>
96
      <td colspan=4><hr noshade></td>
97
    </tr>
98

  
99
    </table>
100
    </td>
101
  </tr>
102

  
103
<tr>
104
  <td>
105
  <table width=100%>
106
    <tr valign=top>
107
<%if notes%>
108
      <td>Bemerkungen</td>
109
      <td><%notes%></td>
110
<%end notes%>
111
      <td align=right>
112
      <%shippingpoint%>
113
      </td>
114
    </tr>
115

  
116
  </table>
117
  </td>
118
</tr>
119

  
120
<tr>
121
  <td>
122
  <table width=100%>
123
  <tr valign=top>
124
    <td><font size=-3>
125
    Besch?digte Waren und Waren ohne R?ckgabenummer werden nicht
126
    entgegengenommen. Lagerkosten werden mit 10% berrechnet.
127
    Waren m?ssen ausreichended verpackt und versichert sein.
128
    </font>
129
    </td>
130
    <td width=150>
131
    X <hr noshade>
132
    </td>
133
  </tr>
134
  </table>
135
  </td>
136
</tr>
137

  
138
</table>
139

  
140
</td>
141
</tr>
142
</table>
143

  
144
</body>
145
</html>
146

  
templates/German-packing_list.tex
1
\documentclass[twoside]{scrartcl}
2
\usepackage{tabularx}
3
\usepackage[utf8]{inputenc}
4
\begin{document}
5

  
6
\thispagestyle{empty}
7

  
8
\newlength{\descrwidth}\setlength{\descrwidth}{10cm}
9

  
10
\fontfamily{cmss}\fontshape{n}\selectfont
11

  
12
<%pagebreak 100 35 37%>
13
\end{tabularx}
14

  
15
\newpage
16

  
17
\begin{tabularx}{\textwidth}{lXr}
18
  \hline
19
  \textbf{Pos} & \textbf{Bezeichnung} & \textbf{Liefermenge} \\
20
  \hline
21
<%end pagebreak%>
22

  
23
\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
24

  
25
\vspace*{1.5cm}
26

  
27
\begin{minipage}{8cm}
28
  <%name%>
29

  
30
  <%street%>
31

  
32
  <%zipcode%> <%city%>
33

  
34
  <%country%>
35
\end{minipage}
36
\hfill
37
\begin{minipage}{6cm}
38
  \rightline{\LARGE\textbf{\textit{Lieferschein}}}
39
  \rightline{\large\textbf{\textit{Nr. <%invnumber%>%
40
  }}}
41

  
42
  Datum:\hfill <%invdate%>
43

  
44
  Auftrag-Nr:\hfill <%ordnumber%>
45

  
46
  Kunden-Nr:\hfill <%customernumber%>
47

  
48
  Ansprechpartner:\hfill <%employee%>
49
\end{minipage}
50

  
51
\vspace*{0.5cm}
52

  
53
Ihre Bestellung ex <%cusordnumber%> vom <%orddate%>
54
\hfill
55

  
56
\vspace*{0.5cm}
57

  
58
\begin{tabularx}{\textwidth}{lXr}
59
  \hline
60
  \textbf{Pos} & \textbf{Bezeichnung} & \textbf{Liefermenge} \\
61
  \hline
62
<%foreach number%>
63
  <%runningnumber%> & \raggedright <%description%> & <%qty%> <%unit%>\\
64
<%end number%>
65
\end{tabularx}
66

  
67
\vspace{0.5cm}
68

  
69
Liefertermin: <%deliverydate%>
70

  
71
\vspace{0.5cm}
72

  
73
Oben angeführte Positionen vollständig und ohne Mängel erhalten:
74
\vspace*{2.5cm} \\
75
\parbox[t]{6cm}{
76
  \underline{\hspace*{6cm}}\\
77
  \centerline{\small Datum / Unterschrift}
78
}
79

  
80
\end{document}
81

  
templates/Service-packing_list.html
1

  
2
<body bgcolor=ffffff>
3

  
4
<table width=100%>
5
<tr>
6
  <td width=10>
7
  </td> 
8
  <td>
9
  
10
  <table width=100%>
11
  <tr>
12
    <td>
13
      <h4>
14
      <%company%>
15
      <br><%address%>
16
      </h4>
17
    </td>
18

  
19
    <th colspan=2>
20
      <h4 align=center>P A C K I N G &nbsp;&nbsp; L I S T</h4>
21
    </th>
22
  </tr>
23

  
24
  </table>
25

  
26

  
27
  <table width=100% callspacing=0 cellpadding=0>
28
    
29
  <tr>
30
    <td align=right>
31
    <table>
32
    <tr>
33
      <th align=right>Date</th><td width=10> </td><td><%invdate%></td>
34
    </tr>
35
  
36
    <tr>
37
      <th align=right>Number</th><td></td><td><%invnumber%></td></tr>
38
    </tr>
39
  
40
    <tr>
41
      <td> 
42
      </td>
43
    </tr>
44
    </td>
45
    </table>
46
  </tr>
47

  
48
  <tr>
49
    <td>
50
    <table width=100%>
51
    <tr bgcolor=000000>
52
      <th align=left><font color=ffffff>Ship To:</th>
53
    </tr>
54

  
55
    <tr>
56
      <td><%shiptoname%>
57
      <br><%shiptostreet%>
58
      <br><%shiptozipcode%>
59
      <br><%shiptocity%>
60
      <br><%shiptocountry%>
61
<%if shiptocontact%>
62
      <p>Attn: <%shiptocontact%>
63
<%end shiptocontact%>
64

  
65
      </td>
66
    </tr>
67
    </table>
68
    </td>
69
  </tr>
70

  
71
  <tr>
72
    <td> 
73
    </td>
74
  </tr>
75
  
76
  <tr>
77
    <td>
78
    <table width=100%>
79
    <tr bgcolor=000000>
80
      <th align=left><font color=ffffff>Number</th>
81
      <th align=left><font color=ffffff>Description</th>
82
      <th><font color=ffffff>Qt'y</th>
83
      <th>&nbsp;</th>
84
    </tr>
85

  
86
<%foreach number%>
87
    <tr valign=top>
88
      <td><%number%></td>
89
      <td><%description%></td>
90
      <td align=right><%qty%></td>
91
      <td><%unit%></td>
92
    </tr>
93
<%end number%>
94

  
95
    <tr>
96
      <td colspan=4><hr noshade></td>
97
    </tr>
98

  
99
    </table>
100
    </td>
101
  </tr>
102

  
103
<tr>
104
  <td>
105
  <table width=100%>
106
    <tr valign=top>
107
<%if notes%>
108
      <td>Notes</td>
109
      <td><pre><%notes%></pre></td>
110
<%end notes%>
111
      <td align=right>
112
      <%shippingpoint%>
113
      </td>
114
    </tr>
115

  
116
  </table>
117
  </td>
118
</tr>
119

  
120
<tr>
121
  <td>
122
  <table width=100%>
123
  <tr valign=top>
124
    <td><font size=-3>
125
    Items returned are subject to
126
    a 10% restocking charge. A return authorization must be obtained
127
    from <%company%> before goods are returned. Returns must be shipped
128
    prepaid and properly insured. <%company%> will not be responsible
129
    for damages during transit.
130
    </font>
131
    </td>
132
    <td width=150>
133
    X <hr noshade>
134
    </td>
135
  </tr>
136
  </table>
137
  </td>
138
</tr>
139

  
140
</table>
141

  
142
</td>
143
</tr>
144
</table>
145

  
146
</body>
147
</html>
148

  
templates/Service-packing_list.tex
1
\documentclass[twoside]{scrartcl}
2
\usepackage[frame]{xy}
3
\usepackage{tabularx}
4
\usepackage[utf8]{inputenc}
5
\setlength{\voffset}{0.5cm}
6
\setlength{\hoffset}{-2.0cm}
7
\setlength{\topmargin}{0cm}
8
\setlength{\headheight}{0.5cm}
9
\setlength{\headsep}{1cm}
10
\setlength{\topskip}{0pt}
11
\setlength{\oddsidemargin}{1.0cm}
12
\setlength{\evensidemargin}{1.0cm}
13
\setlength{\textwidth}{19.2cm}
14
\setlength{\textheight}{24.5cm}
15
\setlength{\footskip}{1cm}
16
\setlength{\parindent}{0pt}
17
\renewcommand{\baselinestretch}{1}
18
\begin{document}
19

  
20
\newlength{\descrwidth}\setlength{\descrwidth}{10cm}
21

  
22
\newsavebox{\hdr}
23
\sbox{\hdr}{
24
  \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
25

  
26
  \parbox{\textwidth}{
27
    \parbox[b]{12cm}{
28
      <%company%>
29
      
30
      <%address%>}\hfill
31
    \begin{tabular}[b]{rr@{}}
32
    Telephone & <%tel%>\\
33
    Facsimile & <%fax%>
34
    \end{tabular}
35

  
36
    \rule[1.5ex]{\textwidth}{0.5pt}
37
  }
38
}
39
    
40
\fontfamily{cmss}\fontshape{n}\selectfont
41

  
42
\markboth{<%company%>\hfill <%invnumber%>}{\usebox{\hdr}}
43

  
44
\pagestyle{myheadings}
45
%\thispagestyle{empty}     use this with letterhead paper
46

  
47
<%pagebreak 90 27 48%>
48
\end{tabular*}
49

  
50
\newpage
51

  
52
\markright{<%company%>\hfill <%invnumber%>}
53

  
54
\vspace*{-12pt}
55

  
56
\begin{tabular*}{\textwidth}{@{}p{\descrwidth}@{\extracolsep\fill}rl@{}}
57
  \textbf{Description} & \textbf{Qt'y} &
58
    \textbf{Unit} \\
59
<%end pagebreak%>
60

  
61

  
62
\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
63

  
64
\vspace*{2cm}
65

  
66
<%shiptoname%>
67

  
68
<%shiptostreet%>
69

  
70
<%shiptozipcode%>
71

  
72
<%shiptocity%>
73

  
74
<%shiptocountry%>
75

  
76
\vspace{3.5cm}
77

  
78
\textbf{P A C K I N G} \parbox{0.3cm}{\hfill} \textbf{L I S T}
79

  
80
\hfill
81
\begin{tabular}[t]{l@{\hspace{0.3cm}}l}
82
  \textbf{Date} & <%invdate%> \\
83
  \textbf{Number} & <%invnumber%> \\
84
  \textbf{Customer} & <%customer_id%>
85
\end{tabular}
86

  
87
\vspace{1cm}
88

  
89
\begin{tabular*}{\textwidth}{@{}p{\descrwidth}@{\extracolsep\fill}rl@{}}
90
  \textbf{Description} & \textbf{Qt'y} & \textbf{Unit} \\
91
<%foreach number%>
92
  <%description%> & <%qty%> & <%unit%> \\
93
<%end number%>
94
\end{tabular*}
95

  
96

  
97
\parbox{\textwidth}{
98
\rule{\textwidth}{2pt}
99

  
100
\vspace{12pt}
101

  
102
<%if notes%>
103
  <%notes%>
104
<%end if%>
105

  
106
}
107

  
108
%\vfill
109
%\centerline{\textbf{Thank You for your valued business!}}
110

  
111
%\renewcommand{\thefootnote}{\fnsymbol{footnote}}
112

  
113
%\footnotetext[1]{\tiny
114
%Items returned are subject to a 10\% restocking charge.
115
%A return authorization must be obtained from <%company%> before goods are
116
%returned. Returns must be shipped prepaid and properly insured.
117
%<%company%> will not be responsible for damages during transit.}
118

  
119
\end{document}
120

  

Auch abrufbar als: Unified diff