[% 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("css/datatables.css") | $raw %] [% INCLUDE 'header.inc' %] [% INCLUDE 'serials-search.inc' %]
[% INCLUDE 'serials-toolbar.inc' %]

Subscription for [% bibliotitle | html %] [% IF closed %](closed)[% END %]

[% IF ( abouttoexpire ) %] [% UNLESS closed %]
Subscription will expire [% enddate | html %]. Renew this subscription.
[% END %] [% END %] [% IF ( NEEDSCONFIRMATION ) %]

Please confirm subscription deletion

    [% IF ( NOTEXPIRED ) %]
  • The subscription has not expired yet
  • [% END %] [% IF ( LINKEDISSUES ) %]
  • The subscription has linked issues
  • [% END %] [% IF ( LINKEDITEMS ) %]
  • The subscription has linked items
    Those items won't be deleted
  • [% END %]
[% END %]
  1. Subscription ID: [% subscriptionid | html %]
  2. Librarian identity: [% librarian | html %]
  3. Vendor: [% aqbooksellername | html %]
  4. Biblio: [% bibliotitle | html %] ([% bibnum | html %])
  5. [% IF ( OPACBaseURL ) %]
  6. OPAC view: Open in new window.
  7. [% END %] [% IF ( branchcode ) %]
  8. Library: [% Branches.GetName( branchcode ) | html %]
  9. [% END %] [% IF ( serialsadditems ) %]
  10. Items: Serial receipt creates an item record.
  11. [% ELSE %]
  12. Items: Serial receipt does not create an item record.
  13. [% END %]
  14. 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 %]
  15. Grace period: [% graceperiod | html %]
    [% IF ( location ) %]
  1. Location: [% location | html %]
  2. [% END %] [% IF ( callnumber ) %]
  3. Call number: [% callnumber | html %]
  4. [% END %] [% IF ( staffdisplaycount ) %]
  5. Number of issues to display to staff:[% staffdisplaycount | html %]
  6. [% END %] [% IF ( opacdisplaycount ) %]
  7. Number of issues to display in OPAC:[% opacdisplaycount | html %]
  8. [% END %] [% IF ( letter ) %]
  9. Patron notification: [% letter | html %] (subscribers)
  10. [% END %] [% IF ( hasRouting ) %]
  11. Routing: yes
  12. [% END %]
[% IF additional_fields_for_subscription %]

Additional fields:

    [% FOR field IN additional_fields_for_subscription %]
  1. [% field.name | html %]: [% IF field.authorised_value_category %] [% AuthorisedValues.GetByCode( field.authorised_value_category, additional_fields.${field.name} ) | html %] [% ELSE %] [% additional_fields.${field.name} | html %] [% END %]
  2. [% END %]
[% END %]
  1. Beginning date: [% startdate | html %]
  2. Frequency: [% frequency.description | html %]
  3. Manual history: [% IF ( manualhistory ) %] Enabled Edit history [% ELSE %] Disabled [% END %]
  4. Number pattern: [% numberpattern.label | html %]
  5. [% IF (has_X) %] [% END %] [% IF (has_Y) %] [% END %] [% IF (has_Z) %] [% END %] [% IF (has_X) %] [% END %] [% IF (has_Y) %] [% END %] [% IF (has_Z) %] [% END %]
    Starting with:[% lastvalue1 | html %][% lastvalue2 | html %][% lastvalue3 | html %]
    Rollover:[% numberpattern.whenmorethan1 | html %][% numberpattern.whenmorethan2 | html %][% numberpattern.whenmorethan3 | html %]
  6. [% IF ( irregular_issues ) %]
  7. Irregularity: [% irregular_issues | html %] issues
  8. [% END %]
  9. First arrival: [% firstacquidate | html %]
  10. [% IF ( numberlength ) %]
  11. Number of issues: [% numberlength | html %]
  12. [% END %] [% IF ( weeklength ) %]
  13. Number of weeks: [% weeklength | html %]
  14. [% END %] [% IF ( monthlength ) %]
  15. Number of months: [% monthlength | html %]
  16. [% END %]
[% FOREACH serialslis IN serialslist %] [% END %]
Issue number Planned date Published date Published date (text) Status
[% 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 %]
  1. Start date: [% startdate | html %]
  2. End date: [% enddate | html %]
  3. History start date: [% histstartdate | html %]
  4. History end date: [% histenddate | html %]
  5. Received issues:[% recievedlist | html %]
  6. Missing issues:[% missinglist | html %]
  7. Nonpublic note:[% internalnotes FILTER html_line_break | html %]
  8. Public note:[% notes FILTER html_line_break | html %]
  9. History staff note:[% librariannote FILTER html_line_break | html %]
  10. History OPAC note:[% opacnote FILTER html_line_break | html %]
[% IF orders.count %]

Acquisition details

[% FOR order IN orders %] [% END %]
Hide already received orders | Show all orders
Invoice Basket Order number Creation date Receive date Status Internal note Vendor note Fund Ordered Spent
[% IF order.invoice %] [% IF CAN_user_acquisition %] [% order.invoice.invoicenumber | html %] [% ELSE %] [% order.invoice.invoicenumber | html %] [% END %] [% END %] [% IF CAN_user_acquisition_order_manage %] [% order.basket.basketname | html %] ([% order.basketno | html %]) [% ELSE %] [% order.basket.basketname | html %] ([% order.basketno | html %]) [% END %] [% 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 %] [% order.order_internalnote | html %] [% order.order_vendornote | html %] [% order.fund.budget_name | html %] [% UNLESS order.datereceived %] [% order.ecost_tax_excluded | $Price %] / [% order.ecost_tax_included | $Price %] [% END %] [% IF order.datereceived %] [%# FIXME What if unitprice has not been filled? %] [% order.unitprice_tax_excluded | $Price %] / [% order.unitprice_tax_included | $Price %] [% END %]
[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/serials-toolbar.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]