[% USE KohaDates %] [% USE Branches %] [% USE Price %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Receipt summary for : [% name %] [% IF ( invoice ) %]invoice, [% invoice %][% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'additem.js.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %]

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

[% IF ( count ) %]
Catalog details
  1. Title: [% title |html %]
  2. Author: [% author %]
  3. Copyright: [% copyrightdate %]
  4. ISBN: [% isbn %]
  5. Series: [% seriestitle %]
[% IF ( suggestionid ) %]
Suggestion
  1. Suggested by: [% surnamesuggestedby %][% IF ( firstnamesuggestedby ) %], [% firstnamesuggestedby %][% END %] (suggestion #[% suggestionid %])
[% 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 %] [% Branches.GetName( item.homebranch )%] [% Branches.GetName( item.holdingbranch ) %] [% item.notforloan %] [% item.restricted %] [% item.location %] [% item.itemcallnumber %] [% item.copynumber %] [% item.stocknumber %] [% item.collection %] [% item.itemtype %] [% item.materials %] [% item.itemnotes %]
[% END %] [% END %]
Accounting details
  1. (Current: [% budget_period_description %] - [% bookfund %])
  2. [% IF ( memberfirstname and membersurname ) %][% IF ( memberfirstname ) %][% memberfirstname %][% END %] [% membersurname %][% ELSE %]No name[% END %]
  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 %]
  8. [% ecost | $Price %]
  9. [% IF order_vendornote %]
  10. [% order_vendornote %]
  11. [% END %]
[% ELSE %] This ordernumber does not exist. [% END %]
[% INCLUDE 'acquisitions-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]