X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_bill_pkg.html;fp=httemplate%2Fsearch%2Freport_cust_bill_pkg.html;h=4f6ee78db8f73f3ae3cb4a8ec5bd1f12cfe193bf;hb=74b63c87c33cdd97f7b9239e626d34bded497e20;hp=0000000000000000000000000000000000000000;hpb=5fb29670d6be68d1f378c3a5c1216a399e022bd8;p=freeside.git diff --git a/httemplate/search/report_cust_bill_pkg.html b/httemplate/search/report_cust_bill_pkg.html new file mode 100644 index 000000000..4f6ee78db --- /dev/null +++ b/httemplate/search/report_cust_bill_pkg.html @@ -0,0 +1,118 @@ +<& /elements/header.html, mt('Line item report') &> + +
+ + + scalar( $cgi->param('agentnum') ), + #label => emt('Line items for agent: '), + disable_empty => 0, +&> + +<& /elements/tr-select-cust_main-status.html, + label => emt('Customer status'), +&> + + + +<& /elements/tr-input-beginning_ending.html &> + + + + + + + + + + + + + + + + + +
<% mt('Omit taxes') |h %>
<% mt('Taxes only') |h %>
+ + + +
+ + +
+ +<& /elements/footer.html &> +<%init> + +#Financial reports? +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('List invoices'); + +my $conf = new FS::Conf; + +#other available params (cust_bill_pkg.cgi): +# +#distribute = 1 +# +#(when nottax) +# use_override something about part_pkg +# classnum package class +# taxclass / taxclassNULL +# exempt_cust +# exempt_pkg +# region (country:state:county:city:district) +# taxable +# out (of taxable region) +# usage +#(when istax) +# locationtaxid (& district/city/ciounty/state) +# out (of taxable region) +# taxclassNULL +# report_group (itemdesc) +# itemdesc +# +#taxname/taxnameNULL cust_main_county +#taxnum cust_main_county +#credit (hmm need to look more at what this does) + + + +