[% USE raw %] [% USE Branches %] [% USE Price %] [% USE Asset %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Add order from a suggestion [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'suggestions-add-search.inc' %]

Suggestions

[% IF ( suggestions_loop ) %] Show only mine | Show all suggestions [% FOREACH suggestions_loo IN suggestions_loop %] [% END %]
Mine Suggestion Suggested by Accepted by Library Fund Price Quantity Total  
[% suggestions_loo.managedby | html %]

[% suggestions_loo.title | html %] - [% suggestions_loo.author | html %]

[% IF ( suggestions_loo.copyrightdate ) %]© [% suggestions_loo.copyrightdate | html %] [% END %] [% IF ( suggestions_loo.volumedesc ) %]volume: [% suggestions_loo.volumedesc | html %] [% END %] [% IF ( suggestions_loo.isbn ) %]ISBN: [% suggestions_loo.isbn | html %] [% END %] [% IF ( suggestions_loo.publishercode ) %]
published by: [% suggestions_loo.publishercode | html %] [% END %] [% IF ( suggestions_loo.publicationyear ) %] in [% suggestions_loo.publicationyear | html %] [% END %] [% IF ( suggestions_loo.place ) %] in [% suggestions_loo.place | html %] [% END %] [% IF ( suggestions_loo.note ) %]

([% suggestions_loo.note | html %])

[% END %]

[% suggestions_loo.surnamesuggestedby | html %][% IF ( suggestions_loo.firstnamesuggestedby ) %],[% END %] [% suggestions_loo.firstnamesuggestedby | html %] [% suggestions_loo.surnamemanagedby | html %][% IF ( suggestions_loo.firstnamemanagedby ) %],[% END %] [% suggestions_loo.firstnamemanagedby | html %] [% Branches.GetName(suggestions_loo.branchcode) | html %] [% suggestions_loo.budget_name | html %] [% suggestions_loo.price | $Price %] [% IF (suggestions_loo.quantity > 0) %] [% suggestions_loo.quantity | html %] [% END %] [% suggestions_loo.total | $Price %] [% IF ( suggestions_loo.biblionumber ) %] [% tp('verb', 'Order') | html %] [% ELSE %] [% tp('verb', 'Order') | html %] [% END %]
[% ELSE %] There are no outstanding (accepted) suggestions. [% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/acquisitions-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'calendar.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]