option to count subpackages outside packages in sales report #5588
[freeside.git] / httemplate / graph / report_cust_bill_pkg.html
1 <% include('/elements/header.html', 'Sales Report' ) %>
2
3 <FORM ACTION="cust_bill_pkg.cgi" METHOD="GET">
4
5 <TABLE>
6
7 <% include('/elements/tr-select-from_to.html' ) %>
8
9 <% include('/elements/tr-select-agent.html',
10              'label'         => 'For agent: ',
11              'disable_empty' => 0,
12           )
13 %>
14
15 <% include('/elements/tr-select-pkg_class.html',
16               'pre_options' => [ '0' => 'all' ],
17               'empty_label' => '(empty class)',
18            )
19 %>
20
21 <!--
22 <TR>
23   <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="separate_0freq" VALUE="1"></TD>
24   <TD>Separate one-time vs. recurring sales</TD>
25 </TR>
26 -->
27
28 <TR>
29   <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="use_override" VALUE="1"></TD>
30   <TD>Separate sub-packages from parents</TD>
31 </TR>
32
33 </TABLE>
34
35 <BR><INPUT TYPE="submit" VALUE="Display">
36 </FORM>
37
38 <% include('/elements/footer.html') %>
39 <%init>
40
41 die "access denied"
42   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
43
44 </%init>