<% include('/elements/header.html', 'Sales Report' ) %>
<% include('/elements/tr-select-from_to.html' ) %> <% include('/elements/tr-select-agent.html', 'label' => 'Agent ', 'disable_empty' => 0, 'pre_options' => [ 'all' => 'all (aggregate)' ], 'empty_label' => 'all (breakdown)', ) %> <% include('/elements/tr-select-part_referral.html', 'label' => 'Advertising source ', 'disable_empty' => 0, 'pre_options' => [ 'all' => 'all (aggregate)' ], 'empty_label' => 'all (breakdown)', ) %> <% include('/elements/tr-select-pkg_class.html', 'pre_options' => [ 'all' => 'all (aggregate)', '0' => 'all (breakdown)' ], 'empty_label' => '(empty class)', ) %> % foreach ( qw(Setup Usage) ) { <& /elements/tr-select.html, 'label' => "$_ fees", 'field' => 'use_'.lc($_), 'options' => [ 0, 1, 2 ], 'labels' => { 0 => 'Combine', 1 => 'Separate', 2 => 'Do not show' }, &> % }
Show projected data for future months
Separate sub-packages from parents
Average per customer package
Distribute recurring fees over billing period

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