X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2F477partVI_census.html;h=2f3cf419ae0330f6e23494e2e850f9bf76eb0127;hb=08db5f6900bb754efb597a2967adde4dbd12e731;hp=be3a9c057592b809bd0842fd9b3066383cd1ab92;hpb=a3f6af253b06d80e3be43b0f954df9c18a93c12d;p=freeside.git diff --git a/httemplate/search/477partVI_census.html b/httemplate/search/477partVI_census.html index be3a9c057..2f3cf419a 100755 --- a/httemplate/search/477partVI_census.html +++ b/httemplate/search/477partVI_census.html @@ -1,4 +1,4 @@ -<% include( 'elements/search.html', +<& elements/search.html, 'html_init' => '

Part VI

', 'html_foot' => $html_foot, 'name' => 'regions', @@ -23,8 +23,9 @@ 'links' => \@links, 'url' => $opt{url} || '', 'xml_row_element' => 'Datarow', - ) -%> + 'really_disable_download' => 1, + 'filename' => $opt{filename}, +&> <%init> my $curuser = $FS::CurrentUser::CurrentUser; @@ -74,16 +75,18 @@ push @fields, $state_pkgcount{$state} += $row->quantity; $row->quantity; }, - sub { my $row = shift; sprintf "%.2f", $row->residential }, + sub { my $row = shift; sprintf "%.3f", $row->residential }, ; -push @links, ( [ $link, $link_suffix ] x 8 ); my %search_hash = (); my @sql_query = (); -for ( qw(agentnum magic) ) { +for ( qw(agentnum state) ) { $search_hash{$_} = $cgi->param($_) if $cgi->param($_); } + +$search_hash{'active'} = [ $opt{date}, $opt{date} ]; +$search_hash{'country'} = 'US'; $search_hash{'classnum'} = [ $cgi->param('classnum') ] if grep { $_ eq 'classnum' } $cgi->param; @@ -116,10 +119,8 @@ foreach my $row ( @row_option ) { ); my $extracolumns = "$rowcount AS upload, $columncount AS download, $tech_code as technology_code"; my $percent = "CASE WHEN count(*) > 0 THEN 100-100*cast(count(cust_main.company) as numeric)/cast(count(*) as numeric) ELSE cast(0 as numeric) END AS residential"; - $sql_query->{select} = "count(*) AS quantity, $extracolumns, censustract, $percent"; - $sql_query->{order_by} =~ /^(.*)(ORDER BY pkgnum)(.*)$/s - or die "couldn't parse order_by"; - $sql_query->{order_by} = "$1 GROUP BY censustract $3"; + $sql_query->{select} = "count(*) AS quantity, $extracolumns, cust_location.censustract, $percent"; + $sql_query->{order_by} = " GROUP BY cust_location.censustract "; push @sql_query, $sql_query; } $columncount++; @@ -132,11 +133,13 @@ my $count_query = 'SELECT count(*) FROM ( ('. map { my $addl_from = $_->{addl_from}; my $extra_sql = $_->{extra_sql}; my $order_by = $_->{order_by}; - "SELECT censustract from cust_pkg $addl_from $extra_sql $order_by"; + "SELECT cust_location.censustract from cust_pkg $addl_from + $extra_sql $order_by"; } @sql_query ). ') ) AS foo'; + my $link = 'cust_pkg.cgi?'. join(';', map { my $key = $_; my @values = ref($search_hash{$_}) @@ -158,6 +161,9 @@ my $link_suffix = sub { my $row = shift; $result; }; +for (1..8) { push @links, [ $link, $link_suffix ]; } + + my $html_foot = sub { if (scalar(keys %state_hash) > 1) {