Your vendor 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.
[% IF ( allbaskets ) %] Show active baskets only [% ELSE %] Show all baskets [% END %] [% 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.active ) %]
[% ELSE %]
[% END %][%# FOREACH supplier IN loop_suppliers %]
[% ELSE %]
[% END %]
[% IF (supplier.name) %]
[% supplier.name | html %]
[% ELSE %]
NO NAME
[% END %]
[% IF (supplier.vendor_type) %]([% AuthorisedValues.GetByCode( 'VENDOR_TYPE', supplier.vendor_type ) | html %])[% END %]
[% IF ( !supplier.active ) %](inactive)[% END %]
[% IF ( count > 1 ) %]
[% supplier.basketcount | html %] [% tn('basket', 'baskets', supplier.basketcount) | $raw %],
[% ELSE %]
[% supplier.basketcount | html %] [% tn('basket', 'baskets', supplier.basketcount) | $raw %],
[% END %]
[% IF supplier.subscriptioncount > 0 %]
[% supplier.subscriptioncount | html %] [% tn('subscription', 'subscriptions', supplier.subscriptioncount) | $raw %]
[% ELSE %]
[% supplier.subscriptioncount | html %] [% tn('subscription', 'subscriptions', supplier.subscriptioncount) | $raw %]
[% END %]
[% IF ( count == 1 ) %]
[% IF ( supplier.basketcount > 0 ) %]
[% IF ( allbaskets ) %]
Show active baskets only
[% ELSE %]
Show all baskets
[% END %]
[% END %]
[% ELSE %]
[% INCLUDE "acquisitions-toolbar.inc" booksellerid=supplier.booksellerid active=supplier.active basketcount=supplier.loop_basket.size basketcount=supplier.basketcount subscriptioncount=supplier.subscriptioncount %]
[% END %]
[% IF ( supplier.loop_basket.size ) %]
No.
Name
Item count
Bibliographic record count
Items expected
[% tp('basket created by', 'Created by') | html %]
Date
Basket group
Internal note
Closed
Actions
[% FOREACH basket IN supplier.loop_basket %]
[% IF ( basket.uncertainprices ) %]
[% ELSE %]
[% END %]
[% 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.note | html %]
[% 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 %]
[% END %][%# FOREACH basket IN supplier.loop_basket %]
[% ELSE %]
No pending baskets.
[% IF ( supplier.basketcount > 0 && count > 1 ) %]
View all baskets.
[% END %]
[% END %][%# IF ( supplier.loop_basket.size ) %]
No. | Name | Item count | Bibliographic record count | Items expected | [% tp('basket created by', 'Created by') | html %] | Date | Basket group | Internal note | 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.note | html %] | [% 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
|
No pending baskets. [% IF ( supplier.basketcount > 0 && count > 1 ) %] View all baskets. [% END %]
[% END %][%# IF ( supplier.loop_basket.size ) %]