|
Lines 55-61
Link Here
|
| 55 |
<th> </th> |
55 |
<th> </th> |
| 56 |
[% END %] |
56 |
[% END %] |
| 57 |
<th> </th> |
57 |
<th> </th> |
| 58 |
<th>Invoice no.</th> |
58 |
<th>Invoice number</th> |
| 59 |
<th>Vendor</th> |
59 |
<th>Vendor</th> |
| 60 |
<th>Shipment date</th> |
60 |
<th>Shipment date</th> |
| 61 |
<th>Billing date</th> |
61 |
<th>Billing date</th> |
|
Lines 160-166
Link Here
|
| 160 |
<ol> |
160 |
<ol> |
| 161 |
<li><h2>Merge invoices</h2></li> |
161 |
<li><h2>Merge invoices</h2></li> |
| 162 |
<li><table id="merge_table"> |
162 |
<li><table id="merge_table"> |
| 163 |
<thead><tr><th>Invoice no.</th><th>Shipment date</th><th>Billing date</th><th>Shipment cost</th></tr></thead> |
163 |
<thead><tr><th>Invoice number</th><th>Shipment date</th><th>Billing date</th><th>Shipment cost</th></tr></thead> |
| 164 |
<tbody> |
164 |
<tbody> |
| 165 |
</tbody> |
165 |
</tbody> |
| 166 |
</table></li> |
166 |
</table></li> |
|
Lines 198-204
Link Here
|
| 198 |
<p>Search was: |
198 |
<p>Search was: |
| 199 |
<ul> |
199 |
<ul> |
| 200 |
[% IF ( invoicenumber ) %] |
200 |
[% IF ( invoicenumber ) %] |
| 201 |
<li>Invoice no.: [% invoicenumber | html %]</li> |
201 |
<li>Invoice number: [% invoicenumber | html %]</li> |
| 202 |
[% END %] |
202 |
[% END %] |
| 203 |
[% IF booksellerid %] |
203 |
[% IF booksellerid %] |
| 204 |
<li>Vendor: [% suppliername | html %]</li> |
204 |
<li>Vendor: [% suppliername | html %]</li> |
|
Lines 269-275
Link Here
|
| 269 |
<h3>Search filters</h3> |
269 |
<h3>Search filters</h3> |
| 270 |
<ol> |
270 |
<ol> |
| 271 |
<li> |
271 |
<li> |
| 272 |
<label for="invoicenumber">Invoice no:</label> |
272 |
<label for="invoicenumber">Invoice number</label> |
| 273 |
<input type="text" id="invoicenumber" name="invoicenumber" value="[% invoicenumber | html %]" class="focus" /> |
273 |
<input type="text" id="invoicenumber" name="invoicenumber" value="[% invoicenumber | html %]" class="focus" /> |
| 274 |
</li> |
274 |
</li> |
| 275 |
<li> |
275 |
<li> |