[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% USE Price %] [% USE ItemTypes %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Basket [% basketno | html %] › [% IF ( ordernumber ) %]Modify order details (line #[% ordernumber | html %])[% ELSE %]New order[% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.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. Managed by: [% 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) %]
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 ( close ) %] Quantity: [% quantity | html %] [% ELSE %] [% IF subscriptionid %] [% ELSIF AcqCreateItemOrdering %] [% IF basket.is_standing %] [% ELSE %] [% END %] [% ELSE %] [% IF basket.is_standing %] [% ELSE %] [% END %] [% END %] Required [% END %] [% 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. [% IF ( close ) %] Fund: [% Budget_name | html %] [% ELSE %] [% active_count = 0 %] [% IF !ordernumber %] [% FOREACH budget_loo IN budget_loop %] [% active_count= active_count + budget_loo.b_active %] [% END %] [% END %] Required [% END %]
  3. [% IF ( close ) %] Currency: [% currency | html %] [% ELSE %] [% END %]
  4. [% IF ( close ) %] Vendor price: [% listprice | html %] [% IF (listincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %] [% ELSE %] [% IF (listincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %] [% END %]
  5. [% UNLESS ( close ) %]
  6. [% IF ( uncertainprice ) %] [% ELSE %] [% END %]
  7. [% END %] [% IF ( gst_values ) %]
  8. [% IF ( close ) %] Tax rate: [% tax_rate | html %]% [% ELSE %] [% END %] [% ELSE %]
  9. [% END %]
  10. [% IF ( close ) %] [% IF ( orderdiscount ) %] [% orderdiscount_2dp | html %]% [% ELSE %] [% discount_2dp | html %]% [% END %] [% ELSE %] [% IF ( orderdiscount ) %] % [% ELSE %] % [% END %] [% END %]
  11. [% IF ( close ) %] Retail price: [% rrp | html %] (adjusted for [% cur_active | html %], [% IF (listincgst == 1) %]tax inclusive[% ELSE %]tax exclusive[% END %]) [% ELSE %] (adjusted for [% cur_active | html %], [% IF (listincgst == 1) %]tax inclusive[% ELSE %]tax exclusive[% END %]) [% END %]
  12. [% IF (listincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]
  13. (budgeted cost * quantity)
  14. [% IF ( close ) %] [% IF (invoiceincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %] [% ELSE %] [% IF (invoiceincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %] [% END %]
  15. The 2 following fields are available for your own usage. They can be useful for statistical purposes
[% IF (suggestionid) %] Cancel [% ELSE %] [% IF subscriptionid %] Cancel [% ELSE %] Cancel [% END %] [% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/acquisitions-menu.js") | $raw %] [% Asset.js("js/acq.js") | $raw %] [% INCLUDE 'additem.js.inc' %] [% Asset.js("js/additem.js") | $raw %] [% Asset.js("js/cataloging.js") | $raw %] [% Asset.js("js/prevent_submit.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %] [% BLOCK display_subfield %] [% IF field.authorised_value %] [% SWITCH field.authorised_value %] [% CASE 'branches' %] [% IF field.mandatory %] [% END %] [% PROCESS options_for_libraries libraries => Branches.all( selected => "FIXME" ) %] [% CASE 'itemtypes' %] [% IF field.mandatory %] [% END %] [% PROCESS options_for_item_types itemtypes => ItemTypes.Get(), selected_itemtype => "FIXME" %] [% CASE 'cn_source' %] [% CASE %] [% PROCESS 'av-build-dropbox.inc' name="bib_field_value", category=field.authorised_value, default="FIXME" %] [% END %] [% ELSE %] [% IF field.mandatory %] [% ELSE %] [% END %] [% END %] [% IF field.mandatory %] Required[% END %] [% END %]