<% include( '/elements/header.html', ( $cgi->param('failed') ? 'Failed billing events' : 'Billing events' ), ) %>
<% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %> <% include( '/elements/tr-select-cust_main-status.html', 'label' => 'Status' ) %> <% include( '/elements/tr-select-payby.html', 'label' => 'Customer payment type', 'payby_type' => 'cust', 'multiple' => 1, 'all_selected' => 1, ) %> <% include( '/elements/tr-select-part_event.html', 'label' => 'Events', 'multiple' => 1, 'all_selected' => 1, ) %> <% include( '/elements/tr-input-beginning_ending.html' ) %>
Search options

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