@@ -, +, @@ white background --- .../en/modules/reports/orders_by_budget.tt | 102 +++++++++--------- 1 file changed, 52 insertions(+), 50 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt @@ -49,56 +49,58 @@ [% END %] [% IF ( get_orders ) %] - - [% IF ( ordersloop ) %] - - - - - - - - - - - - - - - - - - - - - - [% FOREACH ordersloo IN ordersloop %] - [% UNLESS ( loop.odd ) %] - [% ELSE %] - [% END %] - - - - - - - - - - - - - - - - - - [% END %] - - -
FundBasketBasket nameBasket byTitleCurrencyList priceRRPBudgeted costQuantityTotal RRPTotal costEntry dateDate receivedInternal noteVendor note
[% 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 | html %][% ordersloo.total_rrp | $Price %][% ordersloo.total_ecost | $Price %][% ordersloo.entrydate | $KohaDates %][% ordersloo.datereceived | $KohaDates %][% ordersloo.order_internalnote | html %][% ordersloo.order_vendornote | html %]
TOTAL[% total_quantity | html %][% total_rrp | $Price %][% total_ecost | $Price %]
+ [% IF ( ordersloop ) %] +
+ + + + + + + + + + + + + + + + + + + + + + + [% FOREACH ordersloo IN ordersloop %] + [% UNLESS ( loop.odd ) %] + [% ELSE %] + [% END %] + + + + + + + + + + + + + + + + + + [% END %] + + +
FundBasketBasket nameBasket byTitleCurrencyList priceRRPBudgeted costQuantityTotal RRPTotal costEntry dateDate receivedInternal noteVendor note
[% 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 | html %][% ordersloo.total_rrp | $Price %][% ordersloo.total_ecost | $Price %][% ordersloo.entrydate | $KohaDates %][% ordersloo.datereceived | $KohaDates %][% ordersloo.order_internalnote | html %][% ordersloo.order_vendornote | html %]
TOTAL[% total_quantity | html %][% total_rrp | $Price %][% total_ecost | $Price %]
+
[% END %] - [% ELSE %] +[% ELSE %]
Filters @@ -155,7 +157,7 @@
- [% END %] +[% END %] --