[% USE raw %] [% USE Asset %] [% USE Price %] [% USE TablesSettings %] [% 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' %]
[% IF ( current_budget_name ) %]

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

[% ELSE %]

Orders by fund

[% END %] [% IF ( get_orders ) %] [% IF ( ordersloop ) %] [% FOREACH ordersloo IN ordersloop %] [% UNLESS ( loop.odd ) %] [% ELSE %] [% END %] [% END %]
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 | html %] [% ordersloo.datereceived | html %] [% ordersloo.order_internalnote | html %] [% ordersloo.order_vendornote | html %]
TOTAL[% total_quantity | html %][% total_rrp | $Price %][% total_ecost | $Price %]
[% END %] [% ELSE %]
Filters
Output
[% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]