From: Ivan Kohler Date: Mon, 17 Dec 2012 21:44:23 +0000 (-0800) Subject: add line item report, RT#18676 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=ac53786ee24160a38b7f32ba2bf7370449c949a5;p=freeside.git add line item report, RT#18676 --- 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) + + + +