[% USE raw %]
[% USE Asset %]
[% USE Koha %]
[% USE KohaDates %]
[% USE Branches %]
[% USE AuthorisedValues %]
[% USE Price %]
[% USE ColumnsSettings %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
Koha › Serials › Details for subscription #[% subscriptionid | html %]
[% INCLUDE 'doc-head-close.inc' %]
[% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
[% INCLUDE 'header.inc' %]
[% INCLUDE 'serials-search.inc' %]
Home
› Serials
[% UNLESS blocking_error %]› Details for subscription #[% subscriptionid | html %][% END %]
[% INCLUDE 'serials-toolbar.inc' %]
Subscription for [% bibliotitle | html %] [% IF closed %](closed)[% END %]
Library: [% Branches.GetName( branchcode ) | html %]
[% END %]
[% IF ( serialsadditems ) %]
Items: Serial receipt creates an item record.
[% ELSE %]
Items: Serial receipt does not create an item record.
[% END %]
Serial number:
[% IF skip_serialseq %]
Serial number is skipped when an irregularity is found.
[% ELSE %]
Serial number is kept when an irregularity is found.
[% END %]
Grace period: [% graceperiod | html %]
[% IF ( location ) %]
Location: [% location | html %]
[% END %]
[% IF ( callnumber ) %]
Call number: [% callnumber | html %]
[% END %]
[% IF ( staffdisplaycount ) %]
Number of issues to display to staff:[% staffdisplaycount | html %]
[% END %]
[% IF ( opacdisplaycount ) %]
Number of issues to display in OPAC:[% opacdisplaycount | html %]
[% END %]
[% IF ( letter ) %]
Patron notification: [% letter | html %]
(subscribers)
[% END %]
[% IF ( hasRouting ) %]
Routing: yes
[% END %]
[% IF available_additional_fields %]
Additional fields:
[% INCLUDE 'additional-fields-display.inc' available=available_additional_fields values=additional_field_values %]
[% END %]
Beginning date: [% startdate | html %]
Frequency:
[% frequency.description | html %]
Manual history:
[% IF ( manualhistory ) %]
Enabled Edit history
[% ELSE %]
Disabled
[% END %]
Number pattern:
[% numberpattern.label | html %]
Starting with:
[% IF (has_X) %]
[% lastvalue1 | html %]
[% END %]
[% IF (has_Y) %]
[% lastvalue2 | html %]
[% END %]
[% IF (has_Z) %]
[% lastvalue3 | html %]
[% END %]
Rollover:
[% IF (has_X) %]
[% numberpattern.whenmorethan1 | html %]
[% END %]
[% IF (has_Y) %]
[% numberpattern.whenmorethan2 | html %]
[% END %]
[% IF (has_Z) %]
[% numberpattern.whenmorethan3 | html %]
[% END %]
[% IF ( irregular_issues ) %]
Irregularity: [% irregular_issues | html %] issues
[% END %]
First arrival: [% firstacquidate | html %]
[% IF ( numberlength ) %]
Number of issues: [% numberlength | html %]
[% END %]
[% IF ( weeklength ) %]
Number of weeks: [% weeklength | html %]
[% END %]
[% IF ( monthlength ) %]
Number of months: [% monthlength | html %]
[% END %]
Numbering calculation
[% numberingmethod | html %]
X
Y
Z
Add
[% add1 | html %]
[% add2 | html %]
[% add3 | html %]
once every
[% every1 | html %]
[% every2 | html %]
[% every3 | html %]
When more than
[% whenmorethan1 | html %] [% IF ( innerloop1 ) %] (is [% innerloop1 | html %])[% END %]
[% whenmorethan2 | html %] [% IF ( innerloop2 ) %] (is [% innerloop2 | html %])[% END %]
[% whenmorethan3 | html %] [% IF ( innerloop3 ) %] (is [% innerloop3 | html %])[% END %]
Set back to
[% setto1 | html %]
[% setto2 | html %]
[% setto3 | html %]
Inner counter
[% innerloop1 | html %]
[% innerloop2 | html %]
[% innerloop3 | html %]
Last value
[% lastvalue1 | html %]
[% lastvalue2 | html %]
[% lastvalue3 | html %]
Issue number
Planned date
Published date
Published date (text)
Status
[% FOREACH serialslis IN serialslist %]
[% serialslis.serialseq | html %]
[% IF serialslis.planneddate %]
[% serialslis.planneddate | html %]
[% ELSE %]
Unknown
[% END %]
[% IF serialslis.publisheddate %]
[% serialslis.publisheddate | html %]
[% ELSE %]
Unknown
[% END %]
[% serialslis.publisheddatetext | html %]
[% IF ( serialslis.status1 ) %]Expected[% END %]
[% IF ( serialslis.status2 ) %]Arrived[% END %]
[% IF ( serialslis.status3 ) %]Late[% END %]
[% IF ( serialslis.status4 ) %]Missing[% END %]
[% IF ( serialslis.status41 ) %]Missing (never received)[% END %]
[% IF ( serialslis.status42 ) %]Missing (sold out)[% END %]
[% IF ( serialslis.status43 ) %]Missing (damaged)[% END %]
[% IF ( serialslis.status44 ) %]Missing (lost)[% END %]
[% IF ( serialslis.status5 ) %]Not issued[% END %]
[% IF ( serialslis.status6 ) %]Delete[% END %]
[% IF ( serialslis.status7 ) %]
Claimed
[% IF ( serialslis.claimdate ) %]
[% serialslis.claimdate | html %]
[% END %]
[% END %]
[% IF ( serialslis.status8 ) %]Stopped[% END %]
[% END %]
Start date: [% startdate | html %]
End date: [% enddate | html %]
History start date: [% histstartdate | html %]
History end date: [% histenddate | html %]
Received issues:[% recievedlist | html %]
Missing issues:[% missinglist | html %]
Nonpublic note:[% internalnotes | html | html_line_break %]
Public note:[% notes | html | html_line_break %]
History staff note:[% librariannote | html | html_line_break %]
History OPAC note:[% opacnote | html | html_line_break %]
[% SWITCH parent_order.orderstatus %]
[% CASE 'new' %]New
[% CASE 'ordered' %]Ordered
[% CASE 'partial' %]Partial
[% CASE 'complete' %]Complete
[% CASE 'cancelled' %]Cancelled
[% END %]
[% IF order.invoice %]
[% IF CAN_user_acquisition %]
[% order.invoice.invoicenumber | html %]
[% ELSE %]
[% order.invoice.invoicenumber | html %]
[% END %]
[% END %]
[%# basket %]
[% order.ordernumber | html %]
[% order.basket.creationdate | $KohaDates%]
[% IF order.datereceived %][% order.datereceived | $KohaDates %][% END %]
[% SWITCH order.orderstatus %]
[% CASE 'new' %]New
[% CASE 'ordered' %]Ordered
[% CASE 'partial' %]Partial
[% CASE 'complete' %]Complete
[% CASE 'cancelled' %]Cancelled
[% END %]
[% IF order.datereceived %]
[%# FIXME What if unitprice has not been filled? %]
[% order.unitprice_tax_excluded * order.quantity | $Price %] / [% order.unitprice_tax_included * order.quantity | $Price %]
[% END %]
[% END %]
[% END %]
[% END %]
[% MACRO jsinclude BLOCK %]
[% INCLUDE 'mana.inc' %]
[% Asset.js("js/serials-toolbar.js") | $raw %]
[% INCLUDE 'datatables.inc' %]
[% Asset.js("lib/jquery/plugins/treetable/jquery.treetable.js") | $raw %]
[% INCLUDE 'columns_settings.inc' %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]