@@ -, +, @@ 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 ) %]
Fund | -Basket | -Basket name | -Basket by | -Title | -Currency | -List price | -RRP | -Budgeted cost | -Quantity | -Total RRP | -Total cost | -Entry date | -Date received | -Internal note | -Vendor 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 %] |
Fund | +Basket | +Basket name | +Basket by | +Title | +Currency | +List price | +RRP | +Budgeted cost | +Quantity | +Total RRP | +Total cost | +Entry date | +Date received | +Internal note | +Vendor 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 %] |