From 806ef1899e96037f3f69195e9e6ab6e72cc40301 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 13 Jan 2024 18:15:03 +0000 Subject: [PATCH] Bug 33464: Add page-section to "Orders by fund" result list This updates the results table for the "Orders by fund" report with the common white background. To test: * Go to Reports > Orders by fund * Search for orders (you might have to add one) * Verify the results table is missing the common white background * Appyl patch * Reload page and verify styling is improved Signed-off-by: David Nind Signed-off-by: Lucas Gass Signed-off-by: Katrin Fischer --- .../en/modules/reports/orders_by_budget.tt | 102 +++++++++--------- 1 file changed, 52 insertions(+), 50 deletions(-) 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 80f0100fbe..abd91f0d36 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 @@ -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 %] -- 2.20.1