[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% USE TablesSettings %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( order_loop ) %]Orders search › Search results[% ELSE %]Order search[% END %] › Acquisitions › Koha [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% END %]

Order search

[% IF !order_loop && search_done %]
Your search returned no results.
[% END %] [% UNLESS ( order_loop ) %] [% PROCESS filter_form context => "main" %] [% END %] [% IF ( order_loop ) %]

Search results

[% FOREACH order IN order_loop %] [% END %]
Order line (parent) Status Basket Basket creator Basket group Managing library Invoice number Summary Vendor Placed on Received on Quantity received Quantity ordered Unit cost Fund Internal note Vendor note
[% 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 %] [% IF order.is_standing %](standing order)[% END %] [% order.basketname | html %] ([% order.basketno | html %]) [% order.authorisedbyname | html %] [% IF ( order.basketgroupid ) %] [% order.groupname | html %] ([% order.basketgroupid | html %]) [% ELSE %]   [% END %] [% Branches.GetName(order.managing_library) | html %] [% IF ( order.invoicenumber ) %] [% order.invoicenumber | html %] [% ELSE %]   [% END %] [% order.title | html %]
[% order.author | html %]
[% order.isbn | html %]
[% order.name | html %] [% order.creationdate | $KohaDates %] [% order.datereceived | $KohaDates %] [% order.quantityreceived | html %] [% order.quantity | html %] [% order.ecost | html %] [% order.budget_name | html %] [% order.order_internalnote | html %] [% order.order_vendornote | html %]
[% 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 %] [% BLOCK filter_form %]
[% IF ( context == "sidebar" ) %]

Search orders

[% ELSE %]
Search orders [% END %] [% INCLUDE 'filter-orders.inc' %]
[% END %] [% INCLUDE 'intranet-bottom.inc' %]