X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Freports%2Forders_by_budget.tt;h=89a9d0c9153d6108b4f155a575beac89dfe5fe9a;hb=6c7c97f67cdcd6dc90e3fa34aa7bd289b80a9c4b;hp=b0a9f5adb2c653c9766cab5ddc6f4f40cccd9918;hpb=97e36c02648e7de5711f4542c9140e763b4a30e8;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt index b0a9f5adb2..89a9d0c915 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt @@ -1,45 +1,31 @@ +[% USE raw %] +[% USE Asset %] [% USE Price %] +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Reports › Orders by fund [% INCLUDE 'doc-head-close.inc' %] - + [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] - -[% INCLUDE 'datatables.inc' %] - -
+
+
+
+
-
-
-
-[% IF ( current_budget_name ) %]

Orders for fund '[% current_budget_name %]'

+[% IF ( current_budget_name ) %]

Orders for fund '[% current_budget_name | html %]'

[% ELSE %]

Orders by fund

[% END %] [% IF ( get_orders ) %]
[% IF ( total ) %] - Orders found: [% total %] + Orders found: [% total | html %] [% ELSE %] No order found [% END %] @@ -61,7 +47,7 @@ Total RRP Total cost Entry date - Date deceived + Date received Internal note Vendor note @@ -71,26 +57,26 @@ [% UNLESS ( loop.odd ) %] [% ELSE %] [% END %] - [% ordersloo.budget_name |html %] - [% ordersloo.basketno |html %] - [% ordersloo.basketname |html %] - [% ordersloo.authorisedbyname %] - [% ordersloo.title |html %] - [% ordersloo.currency %] + [% ordersloo.budget_name | html %] + [% ordersloo.basketno | html %] + [% ordersloo.basketname | html %] + [% ordersloo.authorisedbyname | html %] + [% ordersloo.title | html %] + [% ordersloo.currency | html %] [% ordersloo.listprice | $Price %] [% ordersloo.rrp | $Price %] [% ordersloo.ecost | $Price %] - [% ordersloo.quantity %] + [% ordersloo.quantity | html %] [% ordersloo.total_rrp | $Price %] [% ordersloo.total_ecost | $Price %] - [% ordersloo.entrydate %] - [% ordersloo.datereceived %] - [% ordersloo.order_internalnote |html %] - [% ordersloo.order_vendornote |html %] + [% ordersloo.entrydate | html %] + [% ordersloo.datereceived | html %] + [% ordersloo.order_internalnote | html %] + [% ordersloo.order_vendornote | html %] [% END %] - TOTAL[% total_quantity %][% total_rrp | $Price %][% total_ecost | $Price %] + TOTAL[% total_quantity | html %][% total_rrp | $Price %][% total_ecost | $Price %] [% END %] [% ELSE %] @@ -103,12 +89,12 @@ [% FOREACH budgetsloo IN budgetsloop %] [% IF ( budgetsloo.selected ) %] - [% END %] @@ -127,18 +113,18 @@ @@ -152,10 +138,35 @@ [% END %] -
-
-
-[% INCLUDE 'reports-menu.inc' %] -
-
+
+
+ +
+ +
+
+ +[% MACRO jsinclude BLOCK %] + [% INCLUDE 'datatables.inc' %] + + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %]