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

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

[% IF ( count ) %]
Catalog Details
  1. Title: [% title |html %]
  2. Author: [% author %]
  3. Copyright: [% copyrightdate %]
  4. ISBN: [% isbn %]
  5. Series: [% seriestitle %]
[% IF ( items ) %]
Item [% IF ( NoACQframework ) %]

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

[% END %] [% FOREACH item IN items %]
    [% FOREACH iteminformatio IN item.iteminformation %]
  1. [% iteminformatio.marc_value %] [% IF ( iteminformatio.ITEM_SUBFIELDS_ARE_NOT_REPEATABLE ) %] + [% END %]
  2. [% END %]
Add
[% END %]
[% END %]
Accounting details
  1. [% datereceived %]
  2. [% bookfund %]
  3. [% IF ( memberfirstname and membersurname ) %][% IF ( memberfirstname ) %][% memberfirstname %][% END %] [% membersurname %][% ELSE %]No name[% END %]
  4. [% IF ( edit ) %] [% ELSE %] [% END %]
  5. [% IF ( quantityreceived ) %] [% IF ( edit ) %] [% ELSE %] [% IF ( items ) %] [% ELSE %] [% END %] [% END %] [% ELSE %] [% IF ( items ) %] [% ELSE %] [% END %] [% END %]
  6. [% IF ( unitprice ) %] [% ELSE %] [% END %]
[% ELSE %]
[% FOREACH loo IN loop %] [% END %]
Basket ISBN Title Author Qty Received
[% loo.basketno %] [% loo.isbn %] [% loo.title |html %] [% loo.author %] [% loo.quantity %] [% loo.quantityreceived %]
[% END %]
[% INCLUDE 'acquisitions-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]