<& /elements/header.html, 'Billing event fees' &>
<% emt('Search options') %> <%doc> # potentially could search on any of these <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %> <% include( '/elements/tr-select-cust_main-status.html', 'label' => 'Customer status', # this field is just called 'status' ) %> <& /elements/tr-select-part_event.html, 'label' => 'Events', 'multiple' => 1, 'all_selected' => 1, &> <& /elements/tr-select.html, 'label' => 'Invoiced', 'field' => 'billpkgnum', 'curr_value' => '', 'options' => [ '', 'NULL', 'NOT NULL' ], 'labels' => { '' => 'Pending and invoiced', 'NULL' => 'Pending only', 'NOT NULL' => 'Invoiced only', }, &> <& /elements/tr-input-beginning_ending.html &>

<& /elements/footer.html &> <%init> die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Billing event reports');