maybe this willf inally fix total line links on tax report when using report_group...
[freeside.git] / httemplate / search / report_tax.cgi
1 <% include("/elements/header.html", "$agentname Tax Report - ".
2               ( $beginning
3                   ? time2str('%h %o %Y ', $beginning )
4                   : ''
5               ).
6               'through '.
7               ( $ending == 4294967295
8                   ? 'now'
9                   : time2str('%h %o %Y', $ending )
10               )
11           )
12 %>
13
14 <% include('/elements/table-grid.html') %>
15
16   <TR>
17     <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=2></TH>
18     <TH CLASS="grid" BGCOLOR="#cccccc" COLSPAN=9>Sales</TH>
19     <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=2></TH>
20     <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=2>Rate</TH>
21     <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=2></TH>
22     <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=2>Tax owed</TH>
23 % unless ( $cgi->param('show_taxclasses') ) { 
24       <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=2>Tax invoiced</TH>
25 % } 
26   </TR>
27
28   <TR>
29     <TH CLASS="grid" BGCOLOR="#cccccc">Total</TH>
30     <TH CLASS="grid" BGCOLOR="#cccccc"></TH>
31     <TH CLASS="grid" BGCOLOR="#cccccc">Non-taxable<BR><FONT SIZE=-1>(tax-exempt customer)</FONT></TH>
32     <TH CLASS="grid" BGCOLOR="#cccccc"></TH>
33     <TH CLASS="grid" BGCOLOR="#cccccc">Non-taxable<BR><FONT SIZE=-1>(tax-exempt package)</FONT></TH>
34     <TH CLASS="grid" BGCOLOR="#cccccc"></TH>
35     <TH CLASS="grid" BGCOLOR="#cccccc">Non-taxable<BR><FONT SIZE=-1>(monthly exemption)</FONT></TH>
36     <TH CLASS="grid" BGCOLOR="#cccccc"></TH>
37     <TH CLASS="grid" BGCOLOR="#cccccc">Taxable</TH>
38   </TR>
39
40 % my $bgcolor1 = '#eeeeee';
41 % my $bgcolor2 = '#ffffff';
42 % my $bgcolor;
43 %
44 % foreach my $region ( @regions ) {
45 %
46 %   my $link = '';
47 %   if ( $region->{'label'} eq $out ) {
48 %     $link = ';out=1';
49 %   } else {
50 %     $link = ';'. $region->{'url_param'}
51 %       if $region->{'url_param'};
52 %   }
53 %
54 %   if ( $bgcolor eq $bgcolor1 ) {
55 %     $bgcolor = $bgcolor2;
56 %   } else {
57 %     $bgcolor = $bgcolor1;
58 %   }
59 %
60 %   #my $diff = 0;
61 %   my $hicolor = $bgcolor;
62 %   unless ( $cgi->param('show_taxclasses') ) {
63 %     my $diff = abs(   sprintf( '%.2f', $region->{'owed'} )
64 %                     - sprintf( '%.2f', $region->{'tax'}  )
65 %                   );
66 %     if ( $diff > 0.02 ) {
67 %     #  $hicolor = $hicolor eq '#eeeeee' ? '#eeee66' : '#ffff99';
68 %     #} elsif ( $diff ) {
69 %       $hicolor = $hicolor eq '#eeeeee' ? '#eeee99' : '#ffffcc';
70 %     }
71 %   }
72 %
73 %
74 %   my $td = qq(TD CLASS="grid" BGCOLOR="$bgcolor");
75 %   my $tdh = qq(TD CLASS="grid" BGCOLOR="$hicolor");
76 %   my $bigmath = '<FONT FACE="sans-serif" SIZE="+1"><B>';
77 %   my $bme = '</B></FONT>';
78
79     <TR>
80       <<%$td%>><% $region->{'label'} %></TD>
81       <<%$td%> ALIGN="right">
82         <A HREF="<% $baselink. $link %>;nottax=1"
83         ><% &$money_sprintf( $region->{'total'} ) %></A>
84       </TD>
85       <<%$td%>><FONT SIZE="+1"><B> - </B></FONT></TD>
86       <<%$td%> ALIGN="right">
87         <A HREF="<% $baselink. $link %>;nottax=1;cust_tax=Y"
88         ><% &$money_sprintf( $region->{'exempt_cust'} ) %></A>
89       </TD>
90       <<%$td%>><FONT SIZE="+1"><B> - </B></FONT></TD>
91       <<%$td%> ALIGN="right">
92         <A HREF="<% $baselink. $link %>;nottax=1;pkg_tax=Y"
93         ><% &$money_sprintf( $region->{'exempt_pkg'} ) %></A>
94       </TD>
95       <<%$td%>><FONT SIZE="+1"><B> - </B></FONT></TD>
96       <<%$td%> ALIGN="right">
97         <A HREF="<% $exemptlink. $link %>"
98         ><% &$money_sprintf( $region->{'exempt_monthly'} ) %></A>
99         </TD>
100       <<%$td%>><FONT SIZE="+1"><B> = </B></FONT></TD>
101       <<%$td%> ALIGN="right">
102         <A HREF="<% $baselink. $link %>;nottax=1;taxable=1"
103         ><% &$money_sprintf( $region->{'taxable'} ) %></A>
104       </TD>
105       <<%$td%>><% $region->{'label'} eq 'Total' ? '' : "$bigmath X $bme" %></TD>
106       <<%$td%> ALIGN="right"><% $region->{'rate'} %></TD>
107       <<%$td%>><% $region->{'label'} eq 'Total' ? '' : "$bigmath = $bme" %></TD>
108       <<%$tdh%> ALIGN="right">
109         <% &$money_sprintf( $region->{'owed'} ) %>
110       </TD>
111
112 % unless ( $cgi->param('show_taxclasses') ) { 
113         <<%$tdh%> ALIGN="right">
114           <A HREF="<% $baselink. $link %>;istax=1"
115           ><% &$money_sprintf( $region->{'tax'} ) %></A>
116         </TD>
117 % } 
118
119     </TR>
120 % } 
121
122 </TABLE>
123
124 % if ( $cgi->param('show_taxclasses') ) {
125
126     <BR>
127     <% include('/elements/table-grid.html') %>
128     <TR>
129       <TH CLASS="grid" BGCOLOR="#cccccc"></TH>
130       <TH CLASS="grid" BGCOLOR="#cccccc">Tax invoiced</TH>
131     </TR>
132
133 %   #some false laziness w/above
134 %   $bgcolor1 = '#eeeeee';
135 %   $bgcolor2 = '#ffffff';
136 %
137 %   foreach my $region ( @base_regions ) {
138 %
139 %     my $link = '';
140 %     if ( $region->{'label'} eq $out ) {
141 %       $link = ';out=1';
142 %     } else {
143 %       $link = ';'. $region->{'url_param'}
144 %         if $region->{'url_param'};
145 %     }
146 %
147 %     if ( $bgcolor eq $bgcolor1 ) {
148 %       $bgcolor = $bgcolor2;
149 %     } else {
150 %       $bgcolor = $bgcolor1;
151 %     }
152 %     my $td = qq(TD CLASS="grid" BGCOLOR="$bgcolor");
153
154       <TR>
155         <<%$td%>><% $region->{'label'} %></TD>
156         <<%$td%> ALIGN="right">
157           <A HREF="<% $baselink. $link %>;istax=1"
158           ><% &$money_sprintf( $region->{'tax'} ) %></A>
159         </TD>
160       </TR>
161
162 % } 
163
164 % if ( $bgcolor eq $bgcolor1 ) {
165 %   $bgcolor = $bgcolor2;
166 % } else {
167 %   $bgcolor = $bgcolor1;
168 % }
169 % my $td = qq(TD CLASS="grid" BGCOLOR="$bgcolor");
170
171   <TR>
172    <<%$td%>>Total</TD>
173    <<%$td%> ALIGN="right">
174      <A HREF="<% $baselink %>;istax=1"
175      ><% &$money_sprintf( $tot_tax ) %></A>
176    </TD>
177   </TR>
178
179   </TABLE>
180
181 % } 
182
183 <% include('/elements/footer.html') %>
184
185 <%init>
186
187 die "access denied"
188   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
189
190 my $conf = new FS::Conf;
191
192 my $user = getotaker;
193
194 my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi);
195
196 my $join_cust =     '     JOIN cust_bill      USING ( invnum  ) 
197                       LEFT JOIN cust_main     USING ( custnum ) ';
198 my $join_cust_pkg = $join_cust.
199                     ' LEFT JOIN cust_pkg      USING ( pkgnum  )
200                       LEFT JOIN part_pkg      USING ( pkgpart ) ';
201 $join_cust_pkg .=   ' LEFT JOIN cust_location USING ( locationnum )'
202   if $conf->exists('tax-pkg_address');
203
204 my $from_join_cust_pkg = " FROM cust_bill_pkg $join_cust_pkg "; 
205
206 my $where = "WHERE _date >= $beginning AND _date <= $ending ";
207
208 my( $location_sql, @base_param ) = FS::cust_pkg->location_sql;
209 $where .= " AND $location_sql ";
210
211 my $agentname = '';
212 if ( $cgi->param('agentnum') =~ /^(\d+)$/ ) {
213   my $agent = qsearchs('agent', { 'agentnum' => $1 } );
214   die "agent not found" unless $agent;
215   $agentname = $agent->agent;
216   $where .= ' AND cust_main.agentnum = '. $agent->agentnum;
217 }
218
219 sub gotcust {
220   my $table = shift;
221   my $prefix = @_ ? shift : '';
222   "
223         ( $table.${prefix}county  = cust_main_county.county
224           OR cust_main_county.county = ''
225           OR cust_main_county.county IS NULL )
226     AND ( $table.${prefix}state   = cust_main_county.state
227           OR cust_main_county.state = ''
228           OR cust_main_county.state IS NULL )
229     AND ( $table.${prefix}country = cust_main_county.country )
230   ";
231 }
232
233 my $gotcust;
234 if ( $conf->exists('tax-ship_address') ) {
235
236   $gotcust = "
237                (    cust_main_county.country = cust_main.country
238                  OR cust_main_county.country = cust_main.ship_country
239                )
240
241                AND
242
243                ( 
244                  (     ( ship_last IS NULL     OR  ship_last = '' )
245                    AND ". gotcust('cust_main'). "
246                  )
247                  OR
248                  (       ship_last IS NOT NULL AND ship_last != ''
249                    AND ". gotcust('cust_main', 'ship_'). "
250                  )
251                )
252   ";
253
254 } else {
255
256   $gotcust = gotcust('cust_main');
257
258 }
259 if ( $conf->exists('tax-pkg_address') ) {
260   $gotcust = "
261        ( cust_pkg.locationnum IS     NULL AND $gotcust)
262     OR ( cust_pkg.locationnum IS NOT NULL AND ". gotcust('cust_location'). " )";
263   $gotcust =
264     "WHERE 0 < ( SELECT COUNT(*) FROM cust_pkg
265                                  LEFT JOIN cust_main USING ( custnum )
266                                  LEFT JOIN cust_location USING ( locationnum )
267                    WHERE $gotcust
268                    LIMIT 1
269                )
270     ";
271 } else {
272   $gotcust =
273     "WHERE 0 < ( SELECT COUNT(*) FROM cust_main WHERE $gotcust LIMIT 1 )";
274 }
275
276 my $out = 'Out of taxable region(s)';
277 my %regions = ();
278
279 foreach my $r ( qsearch({ 'table'     => 'cust_main_county',
280                           'extra_sql' => $gotcust,
281                        })
282               )
283 {
284   #warn $r->county. ' '. $r->state. ' '. $r->country. "\n";
285
286   my $label = getlabel($r);
287   $regions{$label}->{'label'} = $label;
288
289   $regions{$label}->{$_} = $r->$_() for (qw( county state country )); #taxname?
290
291   $regions{$label}->{'url_param'} =
292     join(';', map "$_=".uri_escape($r->$_()),
293                   qw( county state country taxname )
294         );
295
296   my @param = @base_param;
297   my $mywhere = $where;
298
299   if ( $r->taxclass ) {
300
301     $mywhere .= " AND taxclass = ? ";
302     push @param, 'taxclass';
303     $regions{$label}->{'url_param'} .= ';taxclass='. uri_escape($r->taxclass);
304     #no, always#  if $cgi->param('show_taxclasses');
305
306     $regions{$label}->{'taxclass'} = $r->taxclass;
307
308   } else {
309
310     $regions{$label}->{'url_param'} .= ';taxclassNULL=1'
311       if $cgi->param('show_taxclasses');
312
313     my $same_sql = $r->sql_taxclass_sameregion;
314     $mywhere .= " AND $same_sql" if $same_sql;
315
316   }
317
318   my $fromwhere = "$from_join_cust_pkg $mywhere"; # AND payby != 'COMP' ";
319
320 #  my $label = getlabel($r);
321 #  $regions{$label}->{'label'} = $label;
322
323   my $nottax = 'pkgnum != 0';
324
325   ## calculate total for this region
326
327   my $t_sql =
328    "SELECT SUM(cust_bill_pkg.setup+cust_bill_pkg.recur) $fromwhere AND $nottax";
329   my $t = scalar_sql($r, \@param, $t_sql);
330   $regions{$label}->{'total'} += $t;
331
332   #if ( $label eq $out ) # && $t ) {
333   #  warn "adding $t for ".
334   #       join('/', map $r->$_, qw( taxclass county state country ) ). "\n";
335   #  #warn $t_sql if $r->state eq 'FL';
336   #}
337
338   ## calculate customer-exemption for this region
339
340 ##  my $taxable = $t;
341
342 #  my($taxable, $x_cust) = (0, 0);
343 #  foreach my $e ( grep { $r->get($_.'tax') !~ /^Y/i }
344 #                       qw( cust_bill_pkg.setup cust_bill_pkg.recur ) ) {
345 #    $taxable += scalar_sql($r, \@param, 
346 #      "SELECT SUM($e) $fromwhere AND $nottax AND ( tax != 'Y' OR tax IS NULL )"
347 #    );
348 #
349 #    $x_cust += scalar_sql($r, \@param, 
350 #      "SELECT SUM($e) $fromwhere AND $nottax AND tax = 'Y'"
351 #    );
352 #  }
353
354   my $x_cust = scalar_sql($r, \@param,
355     "SELECT SUM(cust_bill_pkg.setup+cust_bill_pkg.recur)
356      $fromwhere AND $nottax AND tax = 'Y' "
357   );
358
359   $regions{$label}->{'exempt_cust'} += $x_cust;
360   
361   ## calculate package-exemption for this region
362
363   my $x_pkg = scalar_sql($r, \@param,
364     "SELECT SUM(
365                  ( CASE WHEN part_pkg.setuptax = 'Y'
366                         THEN cust_bill_pkg.setup
367                         ELSE 0
368                    END
369                  )
370                  +
371                  ( CASE WHEN part_pkg.recurtax = 'Y'
372                         THEN cust_bill_pkg.recur
373                         ELSE 0
374                    END
375                  )
376                )
377        $fromwhere
378        AND $nottax
379        AND (
380                 ( part_pkg.setuptax = 'Y' AND cust_bill_pkg.setup > 0 )
381              OR ( part_pkg.recurtax = 'Y' AND cust_bill_pkg.recur > 0 )
382            )
383        AND ( tax != 'Y' OR tax IS NULL )
384     "
385   );
386   $regions{$label}->{'exempt_pkg'} += $x_pkg;
387
388   ## calculate monthly exemption (texas tax) for this region
389
390   # count up all the cust_tax_exempt_pkg records associated with
391   # the actual line items.
392
393   my $x_monthly = scalar_sql($r, \@param,
394     "SELECT SUM(amount)
395        FROM cust_tax_exempt_pkg
396        JOIN cust_bill_pkg USING ( billpkgnum )
397        $join_cust_pkg
398      $mywhere"
399   );
400   $regions{$label}->{'exempt_monthly'} += $x_monthly;
401
402   my $taxable = $t - $x_cust - $x_pkg - $x_monthly;
403   $regions{$label}->{'taxable'} += $taxable;
404
405   $regions{$label}->{'owed'} += $taxable * ($r->tax/100);
406
407   if ( defined($regions{$label}->{'rate'})
408        && $regions{$label}->{'rate'} != $r->tax.'%' ) {
409     $regions{$label}->{'rate'} = 'variable';
410   } else {
411     $regions{$label}->{'rate'} = $r->tax.'%';
412   }
413
414 }
415
416 my $distinct = "country, state, county,
417                 CASE WHEN taxname IS NULL THEN '' ELSE taxname END AS taxname";
418 my $taxclass_distinct = 
419   #a little bit unsure of this part... test?
420   #ah, it looks like it winds up being irrelevant as ->{'tax'} 
421   # from $regions is not displayed when show_taxclasses is on
422   ( $cgi->param('show_taxclasses')
423       ? " CASE WHEN taxclass IS NULL THEN '' ELSE taxclass END "
424       : " '' "
425   )." AS taxclass";
426
427
428 my %qsearch = (
429   'select'    => "DISTINCT $distinct, $taxclass_distinct",
430   'table'     => 'cust_main_county',
431   'hashref'   => {},
432   'extra_sql' => $gotcust,
433 );
434
435 my $taxfromwhere = " FROM cust_bill_pkg $join_cust ";
436 my $taxwhere = $where;
437 if ( $conf->exists('tax-pkg_address') ) {
438
439   $taxfromwhere .= 'LEFT JOIN cust_bill_pkg_tax_location USING ( billpkgnum )
440                     LEFT JOIN cust_location USING ( locationnum ) ';
441
442   #quelle kludge
443   $taxwhere =~ s/cust_pkg\.locationnum/cust_bill_pkg_tax_location.locationnum/g;
444
445 }
446 $taxfromwhere .= " $taxwhere "; #AND payby != 'COMP' ";
447 my @taxparam = @base_param;
448
449 #should i be a cust_main_county method or something
450 #need to pass in $taxfromwhere & @taxparam???
451 my $_taxamount_sub = sub {
452   my $r = shift;
453
454   #match itemdesc if necessary!
455   my $named_tax =
456     $r->taxname
457       ? 'AND itemdesc = '. dbh->quote($r->taxname)
458       : "AND ( itemdesc IS NULL OR itemdesc = '' OR itemdesc = 'Tax' )";
459
460   my $sql = "SELECT SUM(cust_bill_pkg.setup+cust_bill_pkg.recur) ".
461             " $taxfromwhere AND cust_bill_pkg.pkgnum = 0 $named_tax";
462
463   scalar_sql($r, \@taxparam, $sql );
464 };
465
466 #tax-report_groups filtering
467 my($group_op, $group_value) = ( '', '' );
468 if ( $cgi->param('report_group') =~ /^(=|!=) (.*)$/ ) {
469   ( $group_op, $group_value ) = ( $1, $2 );
470 }
471 my $group_test = sub {
472   my $label = shift;
473   return 1 unless $group_op; #in case we get called inadvertantly
474   if ( $label eq $out ) { #don't display "out of taxable region" in this case
475     0;
476   } elsif ( $group_op eq '=' ) {
477     $label =~ /^$group_value/;
478   } elsif ( $group_op eq '!=' ) {
479     $label !~ /^$group_value/;
480   } else {
481     die "guru meditation #00de: group_op $group_op\n";
482   }
483 };
484
485 my $tot_tax = 0;
486 #foreach my $label ( keys %regions ) {
487 foreach my $r ( qsearch(\%qsearch) ) {
488
489   #warn join('-', map { $r->$_() } qw( country state county taxname ) )."\n";
490
491   my $label = getlabel($r);
492   if ( $group_op ) {
493     next unless &{$group_test}($label);
494   }
495
496   #my $fromwhere = $join_pkg. $where. " AND payby != 'COMP' ";
497   #my @param = @base_param; 
498
499   my $x = &{$_taxamount_sub}($r);
500
501   $regions{$label}->{'tax'} += $x;
502   $tot_tax += $x unless $cgi->param('show_taxclasses');
503
504 }
505
506 my %base_regions = ();
507 if ( $cgi->param('show_taxclasses') ) {
508
509   $qsearch{'select'} = "DISTINCT $distinct";
510   foreach my $r ( qsearch(\%qsearch) ) {
511
512     my $x = &{$_taxamount_sub}($r);
513
514     my $base_label = getlabel($r, 'no_taxclass'=>1 );
515     $base_regions{$base_label}->{'label'} = $base_label;
516
517     $base_regions{$base_label}->{'url_param'} =
518       join(';', map "$_=". uri_escape($r->$_()),
519                      qw( county state country taxname )
520           );
521
522     $base_regions{$base_label}->{'tax'} += $x;
523     $tot_tax += $x;
524   }
525
526 }
527
528 my @regions = keys %regions;
529
530 #tax-report_groups filtering
531 @regions = grep &{$group_test}($_), @regions
532   if $group_op;
533
534 #calculate totals
535 my( $total, $tot_taxable, $tot_owed ) = ( 0, 0, 0 );
536 my( $exempt_cust, $exempt_pkg, $exempt_monthly ) = ( 0, 0, 0 );
537 my %taxclasses = ();
538 my %county = ();
539 my %state = ();
540 my %country = ();
541 foreach (@regions) {
542   $total          += $regions{$_}->{'total'};
543   $tot_taxable    += $regions{$_}->{'taxable'};
544   $tot_owed       += $regions{$_}->{'owed'};
545   $exempt_cust    += $regions{$_}->{'exempt_cust'};
546   $exempt_pkg     += $regions{$_}->{'exempt_pkg'};
547   $exempt_monthly += $regions{$_}->{'exempt_monthly'};
548   $taxclasses{$regions{$_}->{'taxclass'}} = 1
549     if $regions{$_}->{'taxclass'};
550   $county{$regions{$_}->{'county'}} = 1;
551   $state{$regions{$_}->{'state'}} = 1;
552   $country{$regions{$_}->{'country'}} = 1;
553 }
554
555 my $total_url_param = '';
556 if ( $group_op ) {
557
558   my @country = keys %country;
559   warn "WARNING: multiple countries on this grouped report; total links broken"
560     if scalar(@country) > 1;
561   my $country = $country[0];
562
563   my @state = keys %state;
564   warn "WARNING: multiple countries on this grouped report; total links broken"
565     if scalar(@state) > 1;
566   my $state = $state[0];
567
568   $total_url_param =
569     'report_group='.uri_escape("$group_op $group_value").';'.
570     join(';', map 'taxclass='.uri_escape($_), keys %taxclasses ).';'.
571     "country=$country;state=".uri_escape($state).';'.
572     join(';', map 'county='.uri_escape($_), keys %county )
573   ;
574
575
576 }
577
578 #ordering
579 @regions =
580   map $regions{$_},
581   sort { ( ($a eq $out) cmp ($b eq $out) ) || ($b cmp $a) }
582   @regions;
583
584 my @base_regions =
585   map $base_regions{$_},
586   sort { ( ($a eq $out) cmp ($b eq $out) ) || ($b cmp $a) }
587   keys %base_regions;
588
589 #add total line
590 push @regions, {
591   'label'          => 'Total',
592   'url_param'      => $total_url_param,
593   'total'          => $total,
594   'exempt_cust'    => $exempt_cust,
595   'exempt_pkg'     => $exempt_pkg,
596   'exempt_monthly' => $exempt_monthly,
597   'taxable'        => $tot_taxable,
598   'rate'           => '',
599   'owed'           => $tot_owed,
600   'tax'            => $tot_tax,
601 };
602
603 #-- 
604
605 my $money_char = $conf->config('money_char') || '$';
606 my $money_sprintf = sub {
607   $money_char. sprintf('%.2f', shift );
608 };
609
610 sub getlabel {
611   my $r = shift;
612   my %opt = @_;
613
614   my $label;
615   if (
616     $r->tax == 0 
617     && ! scalar( qsearch('cust_main_county', { 'state'   => $r->state,
618                                                'county'  => $r->county,
619                                                'country' => $r->country,
620                                                'tax' => { op=>'>', value=>0 },
621                                              }
622                         )
623                )
624
625   ) {
626     #kludge to avoid "will not stay shared" warning
627     my $out = 'Out of taxable region(s)';
628     $label = $out;
629 #  } elsif ( $r->taxname && count_taxname($r->taxname) == 1 ) {
630 #    $label = $r->taxname;
631 ##    $regions{$label}->{'taxname'} = $label;
632 ##    push @{$regions{$label}->{$_}}, $r->$_() foreach qw( county state country );
633   } else {
634     $label = $r->country;
635     $label = $r->state.", $label" if $r->state;
636     $label = $r->county." county, $label" if $r->county;
637     $label = "$label (". $r->taxclass. ")"
638       if $r->taxclass
639       && $cgi->param('show_taxclasses')
640       && ! $opt{'no_taxclass'};
641     $label = $r->taxname. " ($label)" if $r->taxname;
642   }
643   return $label;
644 }
645
646 #my %count_taxname = (); #cache
647 #sub count_taxname {
648 #  my $taxname = shift;
649 #  return $count_taxname{$taxname} if exists $count_taxname{$taxname};
650 #  my $sql = 'SELECT COUNT(*) FROM cust_main_county WHERE taxname = ?';
651 #  my $sth = dbh->prepare($sql) or die dbh->errstr;
652 #  $sth->execute( $taxname )
653 #    or die "Unexpected error executing statement $sql: ". $sth->errstr;
654 #  $count_taxname{$taxname} = $sth->fetchrow_arrayref->[0];
655 #}
656
657 #false laziness w/FS::Report::Table::Monthly (sub should probably be moved up
658 #to FS::Report or FS::Record or who the fuck knows where)
659 sub scalar_sql {
660   my( $r, $param, $sql ) = @_;
661   #warn "$sql\n";
662   my $sth = dbh->prepare($sql) or die dbh->errstr;
663   $sth->execute( map $r->$_(), @$param )
664     or die "Unexpected error executing statement $sql: ". $sth->errstr;
665   $sth->fetchrow_arrayref->[0] || 0;
666 }
667
668 my $dateagentlink = "begin=$beginning;end=$ending";
669 $dateagentlink .= ';agentnum='. $cgi->param('agentnum')
670   if length($agentname);
671 my $baselink   = $p. "search/cust_bill_pkg.cgi?$dateagentlink";
672 my $exemptlink = $p. "search/cust_tax_exempt_pkg.cgi?$dateagentlink";
673
674 </%init>