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 ( loop_suppliers.size ) %]
[% 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 %]
[% END %][%# FOREACH supplier IN loop_suppliers %]
[% IF ( supplier.loop_basket.size ) %]
[% ELSE %]
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 %] | [% IF ( basket.closedate ) %] [% basket.closedate | $KohaDates %] [% ELSE %] [% END %] |
[% 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
|
No pending baskets
[% END %][%# IF ( supplier.loop_basket.size ) %]