-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpicklist.html
185 lines (175 loc) · 8.2 KB
/
picklist.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body class="picklist-pdf">
<div id="header">
<div class="barcode-picklist"><img src="example.png"></div>
<div class="document-title">Picklist {picklistid}</div>
</div>
<div id="footer">
<div class="page-number"></div>
</div>
<div id="background"><img src="example-background.png"></div>
<div id="document">
<div id="documenthead">
<div id="metadata">
<table>
<tr class="metadata-picklistid">
<th>Picklist</th>
<td>{picklistid}</td>
</tr>
<tr class="metadata-orderid">
<th>Order</th>
<td>{orderid}</td>
</tr>
<tr class="metadata-returnid">
<th>Return</th>
<td>{returnid}</td>
</tr>
<tr class="metadata-customerid">
<th>Customer ID</th>
<td>{customerid}</td>
</tr>
<tr class="metadata-warehousename">
<th>Warehouse</th>
<td>{warehousename}</td>
</tr>
<tr class="metadata-picklistdate">
<th>Date</th>
<td>01-01-2016</td>
</tr>
<tr class="metadata-reference">
<th>Reference</th>
<td>{reference}</td>
</tr>
<tr class="metadata-shippingmethod">
<th>Shipping method</th>
<td>{shipping method}</td>
</tr>
<tr class="metadata-preferred-delivery-date">
<th>Reference</th>
<td>02-01-2016</td>
</tr>
<tr class="metadata-tags">
<th>Tags</th>
<td>{tags}</td>
</tr>
<tr class="metadata-custom-orderfield-name">
<th>{orderfield-name}</th>
<td>{orderfield-value}</td>
</tr>
<tr class="metadata-custom-orderfield-name2">
<th>{orderfield-name2}</th>
<td>{orderfield-value}</td>
</tr>
</table>
</div>
<div id="address">
Example company B.V.<br>
Dorpsstraat 21<br>
3928 AM Utrecht<br>
Nederland<br>
<span class="address-email">{emailaddress}</span><br>
<span class="address-telephone">{telephone}</span>
</div>
</div>
<div class="content">
<div class="template-custom-html-start">{template-start-text}</div>
<div id="products" class="products">
<table>
<thead>
<tr>
<th class="image column-image"></th>
<th class="column-amount column-amount-to-pick">Amount</th>
<th class="column-productcode">Product code</th>
<th class="column-name">Name</th>
<th class="column-location">Location</th>
<th class="right column-stock">Stock</th>
<th class="right column-weight">Weight</th>
</tr>
</thead>
<tbody>
<tr>
<td class="image column-image"><img src="example.jpg" alt="Product image" /></td>
<td class="column-amount column-amount-to-pick">{amount}</td>
<td class="column-productcode">{productcode}</td>
<td class="column-name">
<div class="name">{name}</div>
<div class="description">{description}</div>
<div class="product-value">{productfield}: {value}</div>
</td>
<td class="column-location">
<div class="picklist-pdf-product-location">
<span class="picklist-pdf-product-location amount">5</span>
<span class="picklist-pdf-product-location-infix">x</span>
<span class="picklist-pdf-product-location-names">
<span class="picklist-pdf-product-location-name">A.4.B.2</span>
</span>
</div>
</td>
<td class="right column-stock">{stock}</td>
<td class="right column-weight">{weight}</td>
</tr>
<tr><td colspan="7" class="unlimited-stock-divider">Products with unlimited stock</td></tr>
<tr>
<td class="image column-image"><img src="example.jpg" alt="Product image" /></td>
<td class="column-amount column-amount-to-pick">{amount}</td>
<td class="column-productcode">{productcode}</td>
<td class="column-name">
<div class="name">{name}</div>
<div class="description">{description}</div>
<div class="product-value">{productfield}: {value}</div>
</td>
<td class="column-location">
<div class="picklist-pdf-product-location">
<span class="picklist-pdf-product-location amount">5</span>
<span class="picklist-pdf-product-location-infix">x</span>
<span class="picklist-pdf-product-location-names">
<span class="picklist-pdf-product-location-name">A.4.B.2</span>
</span>
</div>
</td>
<td class="right column-stock"></td>
<td class="right column-weight">{weight}</td>
</tr>
</tbody>
<tfoot>
<tr>
<td></td>
<td class="column-amount column-amount-to-pick">{product count}</td>
<td colspan="4">Total:</td>
<td class="column-stock"></td>
<td class="right column-weight">{weight}</td>
</tr>
</tfoot>
</table>
</div>
<div class="picklist-assembled-products">
<h2>Assembled products **</h2>
<div class="product-details"></div>
<div class="assembled-product">
<div class="product-details">
<div class="amount"></div>
<div class="productcode"></div>
<div class="name"></div>
</div>
<div class="child-products"></div>
</div>
</div>
<div class="customer-remarks">
<div class="customer-remarks-heading">Customer remarks</div>
<div>{remarks}</div>
</div>
<div class="notes">
<div class="note">
<div class="note-meta">{name} wrote at {date}</div>
<div class="note-content">{note}</div>
</div>
</div>
<div class="template-custom-html-end">{template-end-text}</div>
</div>
</div>
</body>
</html>