[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% USE Price %] [% USE TablesSettings %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% t("Orders by fund") | html %] › [% t("Reports") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Reports [% END %] [% IF ( get_orders ) %] [% WRAPPER breadcrumb_item %] Orders by fund [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Results [% END %] [% ELSE %] [% WRAPPER breadcrumb_item bc_active= 1 %] Orders by fund [% END %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.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 | $KohaDates %] [% ordersloo.datereceived | $KohaDates %] [% 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' %]