|
Lines 59-66
Link Here
|
| 59 |
<tr> |
59 |
<tr> |
| 60 |
<th class="NoSort"></th> |
60 |
<th class="NoSort"></th> |
| 61 |
<th>Order line</th> |
61 |
<th>Order line</th> |
| 62 |
<th class="title-string">Order date</th> |
62 |
<th>Order date</th> |
| 63 |
<th class="title-string">Estimated delivery date</th> |
63 |
<th>Estimated delivery date</th> |
| 64 |
<th>Vendor</th> |
64 |
<th>Vendor</th> |
| 65 |
<th class="anti-the">Information</th> |
65 |
<th class="anti-the">Information</th> |
| 66 |
<th>Quantity</th> |
66 |
<th>Quantity</th> |
|
Lines 71-77
Link Here
|
| 71 |
<th>Budget</th> |
71 |
<th>Budget</th> |
| 72 |
<th>Fund</th> |
72 |
<th>Fund</th> |
| 73 |
<th>Claims count</th> |
73 |
<th>Claims count</th> |
| 74 |
<th class="title-string">Claimed date</th> |
74 |
<th>Claimed date</th> |
| 75 |
<th>Internal note</th> |
75 |
<th>Internal note</th> |
| 76 |
<th>Vendor note</th> |
76 |
<th>Vendor note</th> |
| 77 |
<th>ISBN</th> |
77 |
<th>ISBN</th> |
|
Lines 86-99
Link Here
|
| 86 |
<td> |
86 |
<td> |
| 87 |
[% lateorder.ordernumber | $raw %] |
87 |
[% lateorder.ordernumber | $raw %] |
| 88 |
</td> |
88 |
</td> |
| 89 |
<td> |
89 |
<td data-order="[% lateorder.basket.closedate | html %]"> |
| 90 |
<span title="[% lateorder.basket.closedate | html %]">[% lateorder.basket.closedate | $KohaDates %] ([% lateorder.basket.late_since_days | html %] days)</span> |
90 |
[% lateorder.basket.closedate | $KohaDates %] ([% lateorder.basket.late_since_days | html %] days) |
| 91 |
</td> |
91 |
</td> |
| 92 |
<td> |
92 |
[% SET estimated_delivery_date = lateorder.get_column('estimated_delivery_date') %] |
| 93 |
[% SET estimated_delivery_date = lateorder.get_column('estimated_delivery_date') %] |
93 |
<td data-order="[% estimated_delivery_date | html %]"> |
| 94 |
[% IF estimated_delivery_date %] |
94 |
[% estimated_delivery_date | $KohaDates %] |
| 95 |
<span title="[% estimated_delivery_date | html %]">[% estimated_delivery_date | $KohaDates %]</span> |
|
|
| 96 |
[% END %] |
| 97 |
</td> |
95 |
</td> |
| 98 |
<td> |
96 |
<td> |
| 99 |
[% lateorder.basket.bookseller.name | html %] |
97 |
[% lateorder.basket.bookseller.name | html %] |
|
Lines 139-147
Link Here
|
| 139 |
<td>[% lateorder.fund.budget.budget_period_description | html %]</td> |
137 |
<td>[% lateorder.fund.budget.budget_period_description | html %]</td> |
| 140 |
<td>[% lateorder.fund.budget_name | html %]</td> |
138 |
<td>[% lateorder.fund.budget_name | html %]</td> |
| 141 |
<td>[% lateorder.claims.count | html %]</td> |
139 |
<td>[% lateorder.claims.count | html %]</td> |
| 142 |
<td> |
140 |
<td data-order="[% lateorder.claims.last.claimed_on | html %]"> |
| 143 |
[% FOR claim IN lateorder.claims %] |
141 |
[% FOR claim IN lateorder.claims %] |
| 144 |
<span title="[% lateorder.claims.last.claimed_on | html %]">[% claim.claimed_on | $KohaDates %]</span> |
142 |
[% claim.claimed_on | $KohaDates %] |
| 145 |
[% UNLESS loop.last %]<br/>[% END %] |
143 |
[% UNLESS loop.last %]<br/>[% END %] |
| 146 |
[% END %] |
144 |
[% END %] |
| 147 |
</td> |
145 |
</td> |