X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Facqui%2Fordered.tt;h=834af9ec48bff2ded3f4c993e932369fbd9abbbe;hb=dcd1f5d48c758aee17b6c6f069c6146b42efe117;hp=23441f885c20d8d3b693e8d6f58f153fd19ff4aa;hpb=840a907b86c054aa1c216a8cf353b1a9ef3c44fa;p=koha_ffzg diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt index 23441f885c..834af9ec48 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt @@ -1,29 +1,19 @@ +[% USE raw %] +[% USE Asset %] [% USE KohaDates %] +[% USE ItemTypes %] +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Ordered - +[% Asset.css("css/datatables.css") | $raw %] [% INCLUDE 'doc-head-close.inc' %] - -[% INCLUDE 'datatables-strings.inc' %] - - + [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] - +
@@ -31,61 +21,69 @@
-

Fund: [% fund_code %]

+

Fund: [% fund_code | html %]

Ordered

- +
- + - + - + [% FOREACH order IN ordered %] - [% IF loop.odd %] - - [% ELSE %] - - [% END %] + - - - [% END %] + [% IF ( adjustments && adjustments.count > 0 ) %] + [% FOREACH adjustment IN adjustments %] + + + + + + [% END %] + + [% END %] @@ -94,8 +92,8 @@ - @@ -108,4 +106,21 @@ [% INCLUDE 'acquisitions-menu.inc' %] + +[% MACRO jsinclude BLOCK %] + [% Asset.js("js/acquisitions-menu.js") | $raw %] + [% INCLUDE 'datatables.inc' %] + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %]
Title Title Order Vendor Itemtype Item type Left on order Estimated cost per unit Date ordered Date ordered Subtotal
- [% order.title %] + + [% order.title | html %] + [% IF ( CAN_user_acquisition_order_manage ) %] - [% order.ordernumber %] + [% order.ordernumber | html %] [% ELSE %] - [% order.ordernumber %] + [% order.ordernumber | html %] [% END %] - [% order.booksellerid %] + [% order.booksellerid | html %] - [% order.itype %] + [% ItemTypes.GetDescription( order.itype ) | html %] - [% order.left %] + [% order.left | html %] - [% order.ecost %] + + [% order.ecost | html %] - [% order.entrydate | $KohaDates %] + + [% order.entrydate | $KohaDates %] - [% order.subtotal %] + + [% order.subtotal | html %]
Adjustment cost for invoice [% adjustment.invoiceid | html %][% adjustment.adjustment | html %]
Total - [% total %] + + [% total | html %]