X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Facqui%2Fnewordersuggestion.tt;h=af86d8ad0697862ce5e82bbb75256098fe46f0eb;hb=1b4b52fd25f8310e03555bd431c9d485b70c50aa;hp=2843ee2082b191fd52092c9f82e30e6a10a98b58;hpb=0486d0c6b781fbda73df19eb825ef330bdc4544a;p=koha-ffzg.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt index 2843ee2082..af86d8ad06 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt @@ -1,63 +1,149 @@ +[% 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 byLibraryFundPriceQuantityTotal  
[% suggestions_loo.managedby | html %] -

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

+

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

- [% IF ( suggestions_loo.copyrightdate ) %]copy. year:[% suggestions_loo.copyrightdate %] [% END %] - [% IF ( suggestions_loo.volumedesc ) %]volume:[% suggestions_loo.volumedesc %] [% END %] - [% IF ( suggestions_loo.isbn ) %]ISBN :[% suggestions_loo.isbn %] [% END %] - [% IF ( suggestions_loo.publishercode ) %]
published by:[% suggestions_loo.publishercode %] [% END %] - [% IF ( suggestions_loo.publicationyear ) %] in [% suggestions_loo.publicationyear %] [% END %] - [% IF ( suggestions_loo.place ) %] at [% suggestions_loo.place %] [% END %] - [% IF ( suggestions_loo.note ) %]

([% suggestions_loo.note %])

[% END %] + [% 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 %][% IF ( suggestions_loo.firstnamesuggestedby ) %],[% END %] [% suggestions_loo.firstnamesuggestedby %] + [% 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.surnamemanagedby %][% IF ( suggestions_loo.firstnamemanagedby ) %],[% END %] [% suggestions_loo.firstnamemanagedby %] + [% suggestions_loo.price | $Price %] + [% IF (suggestions_loo.quantity > 0) %] + [% suggestions_loo.quantity | html %] + [% END %] + + [% suggestions_loo.total | $Price %] + [% IF ( suggestions_loo.biblionumber ) %] - Order + [% tp('verb', 'Order') | html %] [% ELSE %] - Order + [% tp('verb', 'Order') | html %] [% END %]
[% ELSE %]There are no outstanding (accepted) suggestions.[% END %] -
-
-
-[% INCLUDE 'acquisitions-menu.inc' %] -
-
+ + + [% 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' %]