[% PROCESS 'i18n.inc' %] [% USE raw %] [% USE Asset %] [% USE KohaDates %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Search for vendor [% supplier | html %] › Koha [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %]
[% INCLUDE 'acquisitions-toolbar.inc' %] [% UNLESS ( count == 1 ) %] [% UNLESS count %]

Your search returned no results.

[% ELSIF ( supplier.length < 1 ) %]

Vendor search: [% count | html %] results found

[% ELSE %]

Vendor search: [% count | html %] results found for '[% supplier | html %]'

[% END %] [% END %] [% IF ( loop_suppliers.size ) %] [% UNLESS (count == 1) %]

Choose a vendor in the list to jump directly to the right place.

[% END %] [% IF ( allbaskets ) %] Show active baskets only [% ELSE %] Show all baskets [% END %] [% UNLESS booksellerid %] | Show active vendors onlyShow all vendors [% END %]
[% FOREACH supplier IN loop_suppliers %] [% IF ( supplier.active ) %]
[% ELSE %]
[% END %] [% IF (supplier.name) %] [% supplier.name | html %] [% ELSE %] NO NAME [% END %] [% IF ( CAN_user_acquisition_order_manage ) %] [% IF ( supplier.active ) %] New basket [% ELSE %] (inactive) [% END %] [% END %] [% IF ( supplier.loop_basket.size ) %] Receive shipment [% END %]
[% IF ( supplier.loop_basket.size ) %] [% FOREACH basket IN supplier.loop_basket %] [% IF ( basket.uncertainprices ) %] [% ELSE %] [% END %] [% END %][%# FOREACH basket IN supplier.loop_basket %]
No. Name Item count Bibliographic record count Items expected [% tp('basket created by', 'Created by') | html %] Date Basket group Closed Actions
[% basket.basketno | html %] [% basket.basketname | html %] [% basket.total_items | html %] [% IF basket.total_items_cancelled %] ([% basket.total_items_cancelled | html %] cancelled) [% END %] [% basket.total_biblios | html %] [% IF basket.total_biblios_cancelled %] ([% basket.total_biblios_cancelled | html %] cancelled) [% END %] [% basket.expected_items | html %] [% IF basket.authorisedby %] [% basket.authorisedby.firstname | html %] [% basket.authorisedby.surname | html %] [% END %] [% basket.creationdate | $KohaDates %] [% IF basket.basketgroup %] [% basketgroup = basket.basketgroup %] [% IF basketgroup.closed %] [% basketgroup.name | html %] (closed) [% ELSE %] [% basketgroup.name | html %] [% END %] [% END %] [% basket.closedate | $KohaDates %] [% IF not basket.closedate and supplier.active %] [% IF basket.uncertainprices OR ( basket.total_items && !basket.is_standing ) %]
[%# There should be no space between these two buttons, it would render badly %] Add to basket
[% ELSE %] Add to basket [% END %] [% END %]
[% ELSE %]

No pending baskets

[% END %][%# IF ( supplier.loop_basket.size ) %]
[% END %][%# FOREACH supplier IN loop_suppliers %]
[% END %][%# IF ( loop_suppliers.size ) %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/acquisitions-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% Asset.js("js/acq.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]