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

Suggestions

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

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

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

([% suggestion.note | html %])

[% END %]

[% INCLUDE 'patron-title.inc' patron => suggestion.suggester %] [% INCLUDE 'patron-title.inc' patron => suggestion.manager %] [% Branches.GetName(suggestion.branchcode) | html %] [% suggestion.fund.budget_name | html %] [% suggestion.price | $Price %] [% IF (suggestion.quantity > 0) %] [% suggestion.quantity | html %] [% END %] [% suggestion.total | $Price %] [% IF ( suggestion.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' %]