[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% USE Branches %] [% USE Price %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Receipt summary for : [% name | html %] [% IF ( invoice ) %]invoice, [% invoice | html %][% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %]

Receive items from : [% name | html %] [% IF ( invoice ) %][[% invoice | html %]] [% END %] (order #[% ordernumber | html %])

[% IF ( count ) %]
Catalog details
  1. Title: [% title | html %]
  2. Author: [% author | html %]
  3. Copyright: [% copyrightdate | html %]
  4. ISBN: [% isbn | html %]
  5. Series: [% seriestitle | html %]
[% IF ( suggestionid ) %]
Suggestion
  1. Suggested by: [% surnamesuggestedby | html %][% IF ( firstnamesuggestedby ) %], [% firstnamesuggestedby | html %][% END %] (suggestion #[% suggestionid | html %])
[% END %] [% IF (AcqCreateItemReceiving) %] [% UNLESS subscriptionid %]
Item [% IF ( NoACQframework ) %]

No ACQ framework, using default. You should create a framework with code ACQ, the items framework would be used

[% END %]
[% END %] [% ELSIF (AcqCreateItem == 'ordering') %] [% IF (items.size) %]
Items
[% FOREACH item IN items %] [% END %]
Receive?   Barcode Home branch Holding branch Not for loan Restricted Location Call number Copy number Inventory number Collection code Item type Materials Notes
Edit [% item.barcode | html %] [% Branches.GetName( item.homebranch ) | html %] [% Branches.GetName( item.holdingbranch ) | html %] [% item.notforloan | html %] [% item.restricted | html %] [% item.location | html %] [% item.itemcallnumber | html %] [% item.copynumber | html %] [% item.stocknumber | html %] [% item.collection | html %] [% item.itemtype | html %] [% item.materials | html %] [% item.itemnotes | html %]
[% END %] [% END %]
Accounting details
  1. (Current: [% budget_period_description | html %] - [% bookfund | html %])
  2. [% INCLUDE 'patron-title.inc' patron = creator %]
  3. [% IF ( edit and not subscriptionid) %] [% ELSE%] [% END %]
  4. [% IF (AcqCreateItemReceiving) %] [% IF ( subscriptionid ) %] [% ELSE %] [% END %] [% ELSE %] [% IF ( quantityreceived ) %] [% IF ( edit ) %] [% ELSE %] [% IF ( items ) %] [% ELSE %] [% END %] [% END %] [% ELSE %] [% IF ( subscriptionid ) %] [% ELSE %] [% END %] [% END %] [% END %][%# IF (AcqCreateItemReceiving) %]
  5. [% IF ( gst_values ) %]
  6. [% ELSE %] [% END %]
  7. [% rrp | $Price %] (adjusted for [% cur_active | html %], [% IF (listincgst == 1) %]tax inc.[% ELSE %]tax exc.[% END %])
  8. [% ecost | $Price %] [% IF (listincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]
  9. [% IF (invoiceincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]
  10. [% IF order_vendornote %]
  11. [% order_vendornote | html %]
  12. [% END %]
[% ELSE %] This ordernumber does not exist. [% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/acquisitions-menu.js") | $raw %] [% INCLUDE 'calendar.inc' %] [% 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' %]