|
Lines 296-311
Link Here
|
| 296 |
[% IF ( itemdata_ccode ) %]<th id="[% tab | html %]_ccode" data-colname="[% tab | html %]_ccode">Collection</th>[% END %] |
296 |
[% IF ( itemdata_ccode ) %]<th id="[% tab | html %]_ccode" data-colname="[% tab | html %]_ccode">Collection</th>[% END %] |
| 297 |
<th id="[% tab | html %]_itemcallnumber" data-colname="[% tab | html %]_itemcallnumber">Call number</th> |
297 |
<th id="[% tab | html %]_itemcallnumber" data-colname="[% tab | html %]_itemcallnumber">Call number</th> |
| 298 |
[% IF volinfo %] |
298 |
[% IF volinfo %] |
| 299 |
[% IF itemdata_publisheddate #If there is at least one published date, use it for sorting%] |
299 |
<th id="[% tab | html %]_enumchron" data-colname="[% tab | html %]_enumchron">Serial enumeration / chronology</th> |
| 300 |
<th id="[% tab | html %]_enumchron" data-colname="[% tab | html %]_enumchron" class="title-string">Serial enumeration / chronology</th> |
|
|
| 301 |
[% ELSE %] |
| 302 |
<th id="[% tab | html %]_enumchron" data-colname="[% tab | html %]_enumchron">Serial enumeration / chronology</th> |
| 303 |
[% END %] |
| 304 |
[% END %] |
300 |
[% END %] |
| 305 |
<th id="[% tab | html %]_status" data-colname="[% tab | html %]_status">Status</th> |
301 |
<th id="[% tab | html %]_status" data-colname="[% tab | html %]_status">Status</th> |
| 306 |
<th id="[% tab | html %]_lastseen" data-colname="[% tab | html %]_lastseen" class="title-string">Last seen</th> |
302 |
<th id="[% tab | html %]_lastseen" data-colname="[% tab | html %]_lastseen">Last seen</th> |
| 307 |
<th id="[% tab | html %]_dateaccessioned" data-colname="[% tab | html %]_dateaccessioned" class="title-string">Date accessioned</th> |
303 |
<th id="[% tab | html %]_dateaccessioned" data-colname="[% tab | html %]_dateaccessioned">Date accessioned</th> |
| 308 |
<th id="[% tab | html %]_datelastborrowed" data-colname="[% tab | html %]_datelastborrowed" class="title-string">Date last borrowed</th> |
304 |
<th id="[% tab | html %]_datelastborrowed" data-colname="[% tab | html %]_datelastborrowed">Date last borrowed</th> |
| 309 |
<th id="[% tab | html %]_barcode" data-colname="[% tab | html %]_barcode">Barcode</th> |
305 |
<th id="[% tab | html %]_barcode" data-colname="[% tab | html %]_barcode">Barcode</th> |
| 310 |
[% IF ( itemdata_uri ) %]<th id="[% tab | html %]_uri" data-colname="[% tab | html %]_uri">URL</th>[% END %] |
306 |
[% IF ( itemdata_uri ) %]<th id="[% tab | html %]_uri" data-colname="[% tab | html %]_uri">URL</th>[% END %] |
| 311 |
[% IF ( itemdata_copynumber ) %]<th id="[% tab | html %]_copynumber" data-colname="[% tab | html %]_copynumber">Copy number</th>[% END %] |
307 |
[% IF ( itemdata_copynumber ) %]<th id="[% tab | html %]_copynumber" data-colname="[% tab | html %]_copynumber">Copy number</th>[% END %] |
|
Lines 374-381
Note that permanent location is a code, and location may be an authval.
Link Here
|
| 374 |
[% IF ( itemdata_ccode ) %]<td>[% item.ccode | html %]</td>[% END %] |
370 |
[% IF ( itemdata_ccode ) %]<td>[% item.ccode | html %]</td>[% END %] |
| 375 |
<td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td> |
371 |
<td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td> |
| 376 |
[% IF ( volinfo ) %] |
372 |
[% IF ( volinfo ) %] |
| 377 |
<td class="enumchron"> |
373 |
<td class="enumchron" data-order="[% item.publisheddate | html %]"> |
| 378 |
[% IF itemdata_publisheddate %]<span title="[% item.publisheddate | html %]">[% END %] |
|
|
| 379 |
[% IF ( itemdata_enumchron ) %] |
374 |
[% IF ( itemdata_enumchron ) %] |
| 380 |
[% IF item.enumchron && item.serialseq %] |
375 |
[% IF item.enumchron && item.serialseq %] |
| 381 |
<span class="enum">[% item.enumchron | html %]</span> |
376 |
<span class="enum">[% item.enumchron | html %]</span> |
|
Lines 482-490
Note that permanent location is a code, and location may be an authval.
Link Here
|
| 482 |
[% END %] |
477 |
[% END %] |
| 483 |
|
478 |
|
| 484 |
</td> |
479 |
</td> |
| 485 |
<td class="datelastseen"><span title="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</span></td> |
480 |
<td class="datelastseen" data-order="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</td> |
| 486 |
<td class="dateaccessioned"><span title="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</span></td> |
481 |
<td class="dateaccessioned" data-order="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</td> |
| 487 |
<td class="datelastborrowed"><span title="[% item.datelastborrowed | html %]">[% item.datelastborrowed | $KohaDates %]</span></td> |
482 |
<td class="datelastborrowed" data-order="[% item.datelastborrowed | html %]">[% item.datelastborrowed | $KohaDates %]</td> |
| 488 |
<td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type | uri %]&itemnumber=[% item.itemnumber | uri %]&biblionumber=[% item.biblionumber | uri %]&bi=[% item.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a></td> |
483 |
<td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type | uri %]&itemnumber=[% item.itemnumber | uri %]&biblionumber=[% item.biblionumber | uri %]&bi=[% item.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a></td> |
| 489 |
[% IF ( itemdata_uri ) %] |
484 |
[% IF ( itemdata_uri ) %] |
| 490 |
[% IF item.uri.split(' \| ').size > 1 %] |
485 |
[% IF item.uri.split(' \| ').size > 1 %] |
|
Lines 679-686
Note that permanent location is a code, and location may be an authval.
Link Here
|
| 679 |
[% FOREACH latestserial IN subscription.latestserials %] |
674 |
[% FOREACH latestserial IN subscription.latestserials %] |
| 680 |
<tr> |
675 |
<tr> |
| 681 |
<td>[% latestserial.serialseq | html %]</td> |
676 |
<td>[% latestserial.serialseq | html %]</td> |
| 682 |
<td><span title="[% latestserial.planneddate | html %]">[% latestserial.planneddate | $KohaDates %]</span></td> |
677 |
<td data-order="[% latestserial.planneddate | html %]">[% latestserial.planneddate | $KohaDates %]</td> |
| 683 |
<td><span title="[% latestserial.publisheddate | html %]">[% latestserial.publisheddate | $KohaDates %]</span></td> |
678 |
<td data-order="[% latestserial.publisheddate | html %]">[% latestserial.publisheddate | $KohaDates %]</td> |
| 684 |
<td> |
679 |
<td> |
| 685 |
[% IF ( latestserial.status1 ) %]Expected[% END %] |
680 |
[% IF ( latestserial.status1 ) %]Expected[% END %] |
| 686 |
[% IF ( latestserial.status2 ) %]Arrived[% END %] |
681 |
[% IF ( latestserial.status2 ) %]Arrived[% END %] |
|
Lines 717-724
Note that permanent location is a code, and location may be an authval.
Link Here
|
| 717 |
<th>Basket group</th> |
712 |
<th>Basket group</th> |
| 718 |
<th>Basket</th> |
713 |
<th>Basket</th> |
| 719 |
<th>Order number</th> |
714 |
<th>Order number</th> |
| 720 |
<th class="title-string">Creation date</th> |
715 |
<th>Creation date</th> |
| 721 |
<th class="title-string">Receive date</th> |
716 |
<th>Receive date</th> |
| 722 |
<th>Status</th> |
717 |
<th>Status</th> |
| 723 |
<th>Quantity</th> |
718 |
<th>Quantity</th> |
| 724 |
<th title="Estimated cost tax incl. while pending, actual cost tax incl. once received">Price</th> |
719 |
<th title="Estimated cost tax incl. while pending, actual cost tax incl. once received">Price</th> |
|
Lines 762-769
Note that permanent location is a code, and location may be an authval.
Link Here
|
| 762 |
[% basket.basketname | html %] ([% basket.basketno | html %]) |
757 |
[% basket.basketname | html %] ([% basket.basketno | html %]) |
| 763 |
[% END %]</td> |
758 |
[% END %]</td> |
| 764 |
<td>[% order.ordernumber | html %]</td> |
759 |
<td>[% order.ordernumber | html %]</td> |
| 765 |
<td><span title="[% basket.creationdate | uri %]">[% basket.creationdate | $KohaDates%]</span></td> |
760 |
<td data-order="[% basket.creationdate | uri %]">[% basket.creationdate | $KohaDates%]</td> |
| 766 |
<td><span title="[% order.datereceived | uri %]">[% order.datereceived | $KohaDates%]</span></td> |
761 |
<td data-order="[% order.datereceived | uri %]">[% order.datereceived | $KohaDates%]</td> |
| 767 |
<td> |
762 |
<td> |
| 768 |
[% SWITCH order.orderstatus %] |
763 |
[% SWITCH order.orderstatus %] |
| 769 |
[% CASE 'new' %]New |
764 |
[% CASE 'new' %]New |