[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% USE Price %] [% USE ItemTypes %] [% USE AuthorisedValues %] [% USE Branches %] [% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% IF ( ordernumber ) %] [% tx("Modify order details (line #{ordernumber})", { ordernumber = ordernumber }) | html %] [% ELSE %] [% t("New order") | html %] [% END %] › [% tx("Basket {basketnumber}", { basketnumber = basketno }) | html %] › [% t("Acquisitions") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% FILTER collapse %] [% END %] [% Asset.js("js/acquisitions-menu.js") | $raw %] [% Asset.js("js/acq.js") | $raw %] [% Asset.js("js/additem.js") | $raw %] [% Asset.js("js/cataloging.js") | $raw %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'select2.inc' %] [% Asset.css("css/addbiblio.css") | $raw %] [% WRAPPER 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Acquisitions [% END %] [% WRAPPER breadcrumb_item %] [% name | html %] [% END %] [% WRAPPER breadcrumb_item %] Basket [% basketno | html %] [% END %] [% IF ( ordernumber ) %] [% WRAPPER breadcrumb_item bc_active= 1 %] Modify order details (line #[% ordernumber | html %]) [% END %] [% ELSE %] [% WRAPPER breadcrumb_item bc_active= 1 %] New order [% END %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %] [% INCLUDE 'blocking_errors.inc' %]

[% IF ( ordernumber ) %] Modify order line [% ELSE %] New order [% END %]

[% IF ( basketno ) %]
Basket details
    [% IF ( basketnote ) %]
  1. Internal note: [% basketnote | html %]
  2. [% END %] [% IF ( basketbooksellernote ) %]
  3. Vendor note: [% basketbooksellernote | html %]
  4. [% END %] [% IF ( basketcontractno ) %]
  5. Contract number: [% basketcontractno | html %]
  6. Contract name: [% basketcontractname | html %]
  7. [% END %] [% IF ( authorisedbyname ) %]
  8. [% tp('Acquisitions basket managed by user', 'Managed by:') | html %] [% authorisedbyname | html %]
  9. [% END %] [% IF ( creationdate ) %]
  10. Open on: [% creationdate | $KohaDates %]
  11. [% END %] [% IF ( closedate ) %]
  12. Closed on: [% closedate | $KohaDates %]
  13. [% IF ( basketgroups ) %]
  14. Basketgroup:
  15. [% END %]
    [% END %]
[% END %]
Patrons
  1. To notify on receiving:
      [% FOREACH user IN users %]
    • [% user.firstname | html %] [% user.surname | html %] [Delete user]
    • [% END %]
Catalog details [% IF ( biblionumber ) %] Edit record [% END %] [% UNLESS ( existing ) %] [% END %] [% FOREACH c IN currencies %] [% END %] [% IF NOT Koha.Preference('UseACQFrameworkForBiblioRecords') OR NoACQframework %]
  1. [% IF ( biblionumber ) %] Title: [% title | html %] [% ELSE %] Required [% END %]
  2. [% IF ( biblionumber ) %] Author: [% author | html %] [% ELSE %] [% END %]
  3. [% IF ( biblionumber ) %] Publisher: [% publishercode | html %] [% ELSE %] [% END %]
  4. [% IF ( biblionumber ) %] Edition: [% editionstatement | html %] [% ELSE %] [% END %]
  5. [% IF ( biblionumber ) %] Publication year: [% publicationyear | html %] [% ELSE %] [% END %]
  6. [% IF ( biblionumber ) %] ISBN: [% isbn | html %] [% ELSE %] [% END %]
  7. [% IF (UNIMARC) %]
  8. [% IF ( biblionumber ) %] EAN: [% ean | html %] [% ELSE %] [% END %]
  9. [% END %]
  10. [% IF ( biblionumber ) %] Series: [% seriestitle | html %] [% ELSE %] [% END %]
  11. [% UNLESS ( biblionumber ) %] [% IF ( itemtypeloop ) %]
  12. Item type:
  13. [% END %] [% END %]
[% ELSE %] [% IF biblionumber %]
    [% FOREACH field IN catalog_details %]
  1. [% field.value | html %]
  2. [% END %]
[% ELSE %]
    [% FOREACH field IN catalog_details %]
  1. [% PROCESS display_subfield field=field %]
  2. [% END %]
[% END %] [% END %]
[% IF ( suggestionid ) %]
Suggestion
  1. Suggested by: [% surnamesuggestedby | html %][% IF ( firstnamesuggestedby ) %], [% firstnamesuggestedby | html %][% END %] (suggestion #[% suggestionid | html %])
[% END %] [% UNLESS subscriptionid || basket.is_standing %][% # it is a suggestion, we have not items %] [% IF (AcqCreateItemOrdering) %]

Items list

[% FOREACH item IN items %] [% END %]
Actions Barcode Home library Holding library Not for loan Restricted Location Call number Copy number Inventory number Collection Item type Materials Notes
  [% item.barcode | html %] [% Branches.GetName(item.homebranch) | html %] [% Branches.GetName(item.holdingbranch) | html %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) | html %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.restricted', authorised_value => item.restricted ) | html %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.location ) | html %] [% item.itemcallnumber | html %] [% item.copynumber | html %] [% item.stocknumber | html %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => item.ccode ) | html %] [% ItemTypes.GetDescription( item.itype ) | html %] [% item.materials | html %] [% item.itemnotes | html %]
Item [% IF ( NoACQframework ) %]
No ACQ framework, using default. You should create a framework with code ACQ, the items framework would be used
[% END %] [% UNLESS Koha.Preference('autoBarcode') == 'OFF' %]
The autoBarcode system preference is set to [% Koha.Preference('autoBarcode') | html %] and items with blank barcodes will have barcodes generated upon save to database
[% END %]
[% END %][%# | html UNLESS subscriptionid %] [% END %][%# IF (AcqCreateItemOrdering) %]
Accounting details
  1. [% IF subscriptionid %] [% ELSIF AcqCreateItemOrdering %] [% IF basket.is_standing %] [% ELSE %] [% END %] [% ELSE %] [% IF basket.is_standing %] [% ELSE %] [% END %] [% END %] Required [% IF subscription %]
    Frequency: [% subscription.frequency.description | html %] | [% IF subscription.numberlength %]Number of issues: [% subscription.numberlength | html %][% END %] [% IF subscription.weeklength %]Number of weeks: [% subscription.weeklength | html %][% END %] [% IF subscription.monthlength %]Number of months: [% subscription.monthlength | html %][% END %]
    [% END %]
  2. [% active_count = 0 %] [% IF !ordernumber %] [% FOREACH budget_loo IN budget_loop %] [% active_count= active_count + budget_loo.b_active %] [% END %] [% END %] Required
  3. [% IF (listincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]
  4. [% IF ( uncertainprice ) %] [% ELSE %] [% END %]
  5. [% IF ( gst_values ) %]
  6. [% IF !gst_found %]Tax rate not defined in system preference TaxRates![% END %] [% ELSE %]
  7. [% END %]
  8. [% IF ( ordernumber ) %] % [% ELSE %] % [% END %]
  9. (adjusted for [% cur_active | html %], [% IF (listincgst == 1) %]tax inclusive[% ELSE %]tax exclusive[% END %])
  10. [% IF (listincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]
  11. (budgeted cost * quantity)
  12. [% IF (invoiceincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]
  13. [% INCLUDE 'date-format.inc' %]
  14. The 2 following fields are available for your own usage. They can be useful for statistical purposes
[% IF additional_fields.size %] [% INCLUDE 'additional-fields-entry.inc' available = additional_fields values = additional_field_values %] [% END %]
[% IF (suggestionid) %] Cancel [% ELSE %] [% IF subscriptionid %] Cancel [% ELSE %] Cancel [% END %] [% END %]
[% MACRO jsinclude BLOCK %] [% END %] [% INCLUDE 'intranet-bottom.inc' %] [% BLOCK display_subfield %] [% SET mv = field.marc_value %] [% IF ( mv.type == 'text' ) %] [% IF ( mv.readonly == 1 ) %] [% ELSE %] [% END %] [% ELSIF ( mv.type == 'text_complex' ) %] [% mv.javascript | $raw %] [% ELSIF ( mv.type == 'hidden' ) %] [% ELSIF ( mv.type == 'textarea' ) %] [% ELSIF ( mv.type == 'select' ) %] [% END # /IF (mv.type...) %]
[% IF ( mv.type == 'text_complex' ) %] [% IF mv.noclick %] [% ELSE %] [% IF mv.plugin == "upload.pl" %] Upload [% ELSE %] Tag editor [% END %] [% END %] [% END %]
[% IF field.mandatory %] Required[% END %] [% END %]