[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% USE ColumnsSettings %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › [% IF ( order_loop ) %]Orders search › Search results[% ELSE %]Order search[% END %] [% Asset.css("css/datatables.css") | $raw %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %]
[% UNLESS ( order_loop ) %]
Search orders
  1. [% IF (UNIMARC) %]
  2. [% END %]
  3. [% IF search_children_too %] [% ELSE %] [% END %]
  4. [% INCLUDE 'date-format.inc' %]
  5. [% INCLUDE 'date-format.inc' %]
[% END %] [% IF ( order_loop ) %]

Search results

[% FOREACH order IN order_loop %] [% END %]
Order line (parent) Status Basket Basket creator Basket group Invoice number Summary Vendor Placed on Received on Quantity received Pending order Unit cost Fund
[% order.ordernumber | html %] [% IF order.ordernumber != order.parent_ordernumber %]([% order.parent_ordernumber | html %])[% END %] [% SWITCH order.orderstatus %] [% CASE 'new' %]New [% CASE 'ordered' %]Ordered [% CASE 'partial' %]Partially received [% CASE 'complete' %]Received [% CASE 'cancelled' %]Cancelled [% END %] [% order.basketname | html %] ([% order.basketno | html %]) [% order.authorisedbyname | html %] [% IF ( order.basketgroupid ) %] [% order.groupname | html %] ([% order.basketgroupid | html %]) [% ELSE %]   [% END %] [% IF ( order.invoicenumber ) %] [% order.invoicenumber | html %] [% ELSE %]   [% END %] [% order.title | html %]
[% order.author | html %]
[% order.isbn | html %]
[% order.name | html %] [% order.creationdate | $KohaDates %] [% IF order.datereceived %] [% order.datereceived | $KohaDates %] [% ELSE %] [% END %] [% order.quantityreceived | html %] [% order.quantity | html %] [% order.ecost | html %] [% order.budget_name | html %]
[% ELSIF search_done %] There is no order for this search. [% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/acquisitions-menu.js") | $raw %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% Asset.js("js/autocomplete/patrons.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]