1 <% include("/elements/header.html", "$agentname Tax Report - ".
3 ? time2str('%h %o %Y ', $beginning )
7 ( $ending == 4294967295
9 : time2str('%h %o %Y', $ending )
14 Download full results<BR>
15 as <A HREF="<% $p.'search/report_tax-xls.cgi?'.$cgi->query_string%>">Excel spreadsheet</A>
18 <STYLE type="text/css">
20 background-color: #777777;
26 <% include('/elements/table-grid.html') %>
28 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=3></TH>
29 <TH CLASS="grid" BGCOLOR="#cccccc" COLSPAN=9>Sales</TH>
30 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=3></TH>
31 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=3>Rate</TH>
32 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=3></TH>
33 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=3>Tax owed</TH>
34 % unless ( $cgi->param('show_taxclasses') ) {
35 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=3>Tax invoiced</TH>
36 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=3></TH>
37 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=3>Tax credited</TH>
38 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=3></TH>
39 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=3>Tax collected</TH>
44 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=2>Total</TH>
45 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=2></TH>
46 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=1>Non-taxable</TH>
47 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=2></TH>
48 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=1>Non-taxable</TH>
49 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=2></TH>
50 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=1>Non-taxable</TH>
51 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=2></TH>
52 <TH CLASS="grid" BGCOLOR="#cccccc" ROWSPAN=2>Taxable</TH>
56 <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>(tax-exempt customer)</FONT></TH>
57 <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>(tax-exempt package)</FONT></TH>
58 <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>(monthly exemption)</FONT></TH>
61 % foreach my $class (@pkgclasses ) {
62 % next if @{ $class->{regions} } == 0;
63 % if ( $class->{classname} ) {
65 <TD COLSPAN=19 CLASS="sectionhead"><% $class->{classname} %></TD>
69 % my $bgcolor1 = '#eeeeee';
70 % my $bgcolor2 = '#ffffff';
73 % my @regions = @{ $class->{regions} };
74 % foreach my $region ( @regions ) {
77 % if ( $with_pkgclass and length($class->{classnum}) ) {
78 % $link = ';classnum='.$class->{classnum};
79 % } # else we're not breaking down pkg class, or this is the grand total
81 % if ( $region->{'label'} eq $out ) {
83 % } elsif ( $region->{'taxnums'} ) {
84 % # might be nicer to specify this as country:state:city
85 % $link .= ';'.join(';', map { "taxnum=$_" } @{ $region->{'taxnums'} });
88 % if ( $bgcolor eq $bgcolor1 ) {
89 % $bgcolor = $bgcolor2;
91 % $bgcolor = $bgcolor1;
94 % my $hicolor = $bgcolor;
95 % unless ( $cgi->param('show_taxclasses') ) {
96 % my $diff = abs( sprintf( '%.2f', $region->{'owed'} )
97 % - sprintf( '%.2f', $region->{'tax'} )
99 % if ( $diff > 0.02 ) {
100 % $hicolor = $hicolor eq '#eeeeee' ? '#eeee99' : '#ffffcc';
105 % my $td = qq(TD CLASS="grid" BGCOLOR="$bgcolor");
106 % my $tdh = qq(TD CLASS="grid" BGCOLOR="$hicolor");
107 % my $bigmath = '<FONT FACE="sans-serif" SIZE="+1"><B>';
108 % my $bme = '</B></FONT>';
110 % if ( $region->{'is_total'} ) {
111 <TR STYLE="font-style: italic">
112 <TD STYLE="text-align: right; padding-right: 1ex; background-color:<%$bgcolor%>">Total</TD>
115 <<%$td%>><% $region->{'label'} %></TD>
117 <<%$td%> ALIGN="right">
118 <A HREF="<% $baselink. $link %>;nottax=1"
119 ><% &$money_sprintf( $region->{'sales'} ) %></A>
121 % if ( $region->{'label'} eq $out ) {
122 <<%$td%> COLSPAN=12></TD>
124 <<%$td%>><FONT SIZE="+1"><B> - </B></FONT></TD>
125 <<%$td%> ALIGN="right">
126 <A HREF="<% $baselink. $link %>;nottax=1;exempt_cust=Y"
127 ><% &$money_sprintf( $region->{'exempt_cust'} ) %></A>
129 <<%$td%>><FONT SIZE="+1"><B> - </B></FONT></TD>
130 <<%$td%> ALIGN="right">
131 <A HREF="<% $baselink. $link %>;nottax=1;exempt_pkg=Y"
132 ><% &$money_sprintf( $region->{'exempt_pkg'} ) %></A>
134 <<%$td%>><FONT SIZE="+1"><B> - </B></FONT></TD>
135 <<%$td%> ALIGN="right">
136 <A HREF="<% $exemptlink. $link %>"
137 ><% &$money_sprintf( $region->{'exempt_monthly'} ) %></A>
139 <<%$td%>><FONT SIZE="+1"><B> = </B></FONT></TD>
140 <<%$td%> ALIGN="right">
141 <A HREF="<% $baselink. $link %>;nottax=1;taxable=1"
142 ><% &$money_sprintf( $region->{'taxable'} ) %></A>
144 <<%$td%>><% $region->{'label'} eq 'Total' ? '' : "$bigmath X $bme" %></TD>
145 <<%$td%> ALIGN="right"><% $region->{'rate'} %></TD>
146 <<%$td%>><% $region->{'label'} eq 'Total' ? '' : "$bigmath = $bme" %></TD>
147 <<%$tdh%> ALIGN="right">
148 <% &$money_sprintf( $region->{'owed'} ) %>
151 % unless ( $cgi->param('show_taxclasses') ) {
152 % my $invlink = $region->{'url_param_inv'}
153 % ? ';'. $region->{'url_param_inv'}
156 % if ( $region->{'label'} eq $out ) {
157 <<%$td%> ALIGN="right">
158 <A HREF="<% $baselink. $invlink %>;istax=1"
159 ><% &$money_sprintf_nonzero( $region->{'tax'} ) %></A>
162 <<%$td%> ALIGN="right">
163 <A HREF="<% $creditlink. $invlink %>;istax=1"
164 ><% &$money_sprintf_nonzero( $region->{'credit'} ) %></A>
166 <<%$td%> COLSPAN=2></TD>
168 <<%$tdh%> ALIGN="right">
169 <A HREF="<% $baselink. $invlink %>;istax=1"
170 ><% &$money_sprintf( $region->{'tax'} ) %></A>
172 <<%$tdh%>><FONT SIZE="+1"><B> - </B></FONT></TD>
173 <<%$tdh%> ALIGN="right">
174 <A HREF="<% $creditlink. $invlink %>;istax=1"
175 ><% &$money_sprintf( $region->{'credit'} ) %></A>
177 <<%$tdh%>><FONT SIZE="+1"><B> = </B></FONT></TD>
178 <<%$tdh%> ALIGN="right">
179 <% &$money_sprintf( $region->{'tax'} - $region->{'credit'} ) %>
182 % } # show_taxclasses
185 % } # foreach $region
191 % if ( $cgi->param('show_taxclasses') ) {
194 <% include('/elements/table-grid.html') %>
196 <TH CLASS="grid" BGCOLOR="#cccccc"></TH>
197 <TH CLASS="grid" BGCOLOR="#cccccc">Tax invoiced</TH>
198 <TH CLASS="grid" BGCOLOR="#cccccc"></TH>
199 <TH CLASS="grid" BGCOLOR="#cccccc">Tax credited</TH>
200 <TH CLASS="grid" BGCOLOR="#cccccc"></TH>
201 <TH CLASS="grid" BGCOLOR="#cccccc">Tax collected</TH>
204 % #some false laziness w/above
205 % foreach my $class (@pkgclasses) {
206 % if ( $class->{classname} ) {
208 <TD COLSPAN=6 CLASS="sectionhead"><% $class->{classname} %></TD>
212 % my $bgcolor1 = '#eeeeee';
213 % my $bgcolor2 = '#ffffff';
216 % foreach my $region ( @{ $class->{base_regions} } ) {
219 % if ( $with_pkgclass and length($class->{classnum}) ) {
220 % $link = ';classnum='.$class->{classnum};
223 % if ( $region->{'label'} eq $out ) {
226 % $link .= ';'. $region->{'url_param'}
227 % if $region->{'url_param'};
230 % if ( $bgcolor eq $bgcolor1 ) {
231 % $bgcolor = $bgcolor2;
233 % $bgcolor = $bgcolor1;
235 % my $td = qq(TD CLASS="grid" BGCOLOR="$bgcolor");
236 % my $tdh = qq(TD CLASS="grid" BGCOLOR="$bgcolor");
239 % my $invlink = $region->{'url_param_inv'}
240 % ? ';'. $region->{'url_param_inv'}
244 <<%$td%>><% $region->{'label'} %></TD>
245 % if ( $region->{'label'} eq $out ) {
246 <<%$td%> ALIGN="right">
247 <A HREF="<% $baselink. $invlink %>;istax=1"
248 ><% &$money_sprintf_nonzero( $region->{'tax'} ) %></A>
251 <<%$td%> ALIGN="right">
252 <A HREF="<% $creditlink. $invlink %>;istax=1"
253 ><% &$money_sprintf_nonzero( $region->{'credit'} ) %></A>
255 <<%$td%> COLSPAN=2></TD>
257 <<%$td%> ALIGN="right">
258 <A HREF="<% $baselink. $link %>;istax=1"
259 ><% &$money_sprintf( $region->{'tax'} ) %></A>
261 <<%$td%>><FONT SIZE="+1"><B> - </B></FONT></TD>
262 <<%$tdh%> ALIGN="right">
263 <A HREF="<% $creditlink. $invlink %>;istax=1"
264 ><% &$money_sprintf( $region->{'credit'} ) %></A>
266 <<%$td%>><FONT SIZE="+1"><B> = </B></FONT></TD>
267 <<%$tdh%> ALIGN="right">
268 <% &$money_sprintf( $region->{'tax'} - $region->{'credit'} ) %>
277 % } # if show_taxclasses
279 <% include('/elements/footer.html') %>
284 unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
286 my $DEBUG = $cgi->param('debug') || 0;
288 my $conf = new FS::Conf;
290 my $out = 'Out of taxable region(s)';
292 my %label_opt = ( out => 1 ); #enable 'Out of Taxable Region' label
293 $label_opt{with_city} = 1 if $cgi->param('show_cities');
294 $label_opt{with_district} = 1 if $cgi->param('show_districts');
296 $label_opt{with_taxclass} = 1 if $cgi->param('show_taxclasses');
298 my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi);
300 my $join_cust = ' JOIN cust_bill USING ( invnum )
301 LEFT JOIN cust_main USING ( custnum ) ';
303 my $join_cust_pkg = $join_cust.
304 ' LEFT JOIN cust_pkg USING ( pkgnum )
305 LEFT JOIN part_pkg USING ( pkgpart ) ';
307 my $from_join_cust_pkg = " FROM cust_bill_pkg $join_cust_pkg ";
309 my $with_pkgclass = $cgi->param('show_pkgclasses');
311 # either or both of these can be used to link cust_bill_pkg to cust_main_county
312 my $pkg_tax = "SELECT SUM(amount) as tax_amount, invnum, taxnum, ".
313 "cust_bill_pkg_tax_location.pkgnum ".
314 "FROM cust_bill_pkg_tax_location JOIN cust_bill_pkg USING (billpkgnum) ".
315 "GROUP BY billpkgnum, invnum, taxnum, cust_bill_pkg_tax_location.pkgnum";
317 my $pkg_tax_exempt = "SELECT SUM(amount) AS exempt_charged, billpkgnum, taxnum ".
318 "FROM cust_tax_exempt_pkg EXEMPT_WHERE GROUP BY billpkgnum, taxnum";
320 my $where = "WHERE _date >= $beginning AND _date <= $ending ";
321 # SELECT/GROUP clauses for first-level queries
322 # classnum is a placeholder; they all go in one class in this case.
323 my $select = "SELECT NULL AS classnum, cust_main_county.taxnum, ";
324 my $group = "GROUP BY cust_main_county.taxnum";
325 # SELECT/GROUP clauses for second-level (totals) queries
326 my $select_all = "SELECT NULL AS classnum, ";
329 if ( $with_pkgclass ) {
330 $select = "SELECT COALESCE(part_pkg.classnum,0), cust_main_county.taxnum, ";
331 $group = "GROUP BY part_pkg.classnum, cust_main_county.taxnum";
332 $select_all = "SELECT COALESCE(part_pkg.classnum,0), ";
333 $group_all = "GROUP BY COALESCE(part_pkg.classnum,0)";
337 if ( $cgi->param('agentnum') =~ /^(\d+)$/ ) {
338 my $agent = qsearchs('agent', { 'agentnum' => $1 } );
339 die "agent not found" unless $agent;
340 $agentname = $agent->agent;
341 $where .= ' AND cust_main.agentnum = '. $agent->agentnum;
344 my $nottax = 'cust_bill_pkg.pkgnum != 0';
346 # one query for each column of the report
347 # plus separate queries for the totals row
350 # SALES QUERIES (taxable sales, all types of exempt sales)
354 my $exempt = "$select SUM(exempt_charged)
355 FROM cust_main_county
356 JOIN ($pkg_tax_exempt) AS pkg_tax_exempt
358 JOIN cust_bill_pkg USING (billpkgnum)
359 $join_cust_pkg $where AND $nottax $group";
361 my $all_exempt = "$select_all SUM(exempt_charged)
362 FROM cust_main_county
363 JOIN ($pkg_tax_exempt) AS pkg_tax_exempt
365 JOIN cust_bill_pkg USING (billpkgnum)
366 $join_cust_pkg $where AND $nottax
369 # sales to tax-exempt customers
370 $sql{exempt_cust} = $exempt;
371 $sql{exempt_cust} =~ s/EXEMPT_WHERE/WHERE exempt_cust = 'Y' OR exempt_cust_taxname = 'Y'/;
372 $all_sql{exempt_cust} = $all_exempt;
373 $all_sql{exempt_cust} =~ s/EXEMPT_WHERE/WHERE exempt_cust = 'Y' OR exempt_cust_taxname = 'Y'/;
375 # sales of tax-exempt packages
376 $sql{exempt_pkg} = $exempt;
377 $sql{exempt_pkg} =~ s/EXEMPT_WHERE/WHERE exempt_setup = 'Y' OR exempt_recur = 'Y'/;
378 $all_sql{exempt_pkg} = $all_exempt;
379 $all_sql{exempt_pkg} =~ s/EXEMPT_WHERE/WHERE exempt_setup = 'Y' OR exempt_recur = 'Y'/;
381 # monthly per-customer exemptions
382 $sql{exempt_monthly} = $exempt;
383 $sql{exempt_monthly} =~ s/EXEMPT_WHERE/WHERE exempt_monthly = 'Y'/;
384 $all_sql{exempt_monthly} = $all_exempt;
385 $all_sql{exempt_monthly} =~ s/EXEMPT_WHERE/WHERE exempt_monthly = 'Y'/;
388 $sql{taxable} = "$select
389 SUM(cust_bill_pkg.setup + cust_bill_pkg.recur - COALESCE(exempt_charged, 0))
390 FROM cust_main_county
391 JOIN ($pkg_tax) AS pkg_tax USING (taxnum)
392 JOIN cust_bill_pkg USING (invnum, pkgnum)
393 LEFT JOIN ($pkg_tax_exempt) AS pkg_tax_exempt
394 ON (pkg_tax_exempt.billpkgnum = cust_bill_pkg.billpkgnum
395 AND pkg_tax_exempt.taxnum = cust_main_county.taxnum)
396 $join_cust_pkg $where AND $nottax $group";
398 # Here we're going to sum all line items that are taxable _at all_,
399 # under any tax. exempt_charged is the sum of all exemptions for a
400 # particular billpkgnum + taxnum; we take the taxnum that has the
401 # smallest sum of exemptions and subtract that from the charged amount.
402 $all_sql{taxable} = "$select_all
403 SUM(cust_bill_pkg.setup + cust_bill_pkg.recur - COALESCE(min_exempt, 0))
406 SELECT invnum, pkgnum, MIN(exempt_charged) AS min_exempt
407 FROM ($pkg_tax) AS pkg_tax
408 JOIN cust_bill_pkg USING (invnum, pkgnum)
409 LEFT JOIN ($pkg_tax_exempt) AS pkg_tax_exempt USING (billpkgnum, taxnum)
410 GROUP BY invnum, pkgnum
412 USING (invnum, pkgnum)
413 $join_cust_pkg $where AND $nottax $group_all";
415 $sql{taxable} =~ s/EXEMPT_WHERE//; # unrestricted
416 $all_sql{taxable} =~ s/EXEMPT_WHERE//;
418 # there isn't one for 'sales', because we calculate sales by adding up
419 # the taxable and exempt columns.
421 # TAX QUERIES (billed tax, credited tax)
425 # join cust_bill_pkg to cust_main_county via cust_bill_pkg_tax_location
426 my $taxfrom = " FROM cust_bill_pkg
428 LEFT JOIN cust_bill_pkg_tax_location USING ( billpkgnum )
429 LEFT JOIN cust_main_county USING ( taxnum )";
431 if ( $with_pkgclass ) {
432 # If we're not grouping by package class, this is unnecessary, and
433 # probably really expensive.
435 LEFT JOIN cust_bill_pkg AS taxable
436 ON (cust_bill_pkg_tax_location.taxable_billpkgnum = taxable.billpkgnum)
437 LEFT JOIN cust_pkg ON (taxable.pkgnum = cust_pkg.pkgnum)
438 LEFT JOIN part_pkg USING (pkgpart)";
441 my $istax = "cust_bill_pkg.pkgnum = 0";
443 "COALESCE(taxname,'Tax') = COALESCE(cust_bill_pkg.itemdesc,'Tax')";
445 $sql{tax} = "$select SUM(cust_bill_pkg_tax_location.amount)
447 $where AND $istax AND $named_tax
450 $all_sql{tax} = "$select_all SUM(cust_bill_pkg.setup)
456 # sum of credits applied against billed tax
457 # ($creditfrom includes join of taxable item to part_pkg if with_pkgclass
459 my $creditfrom = $taxfrom .
460 ' JOIN cust_credit_bill_pkg USING (billpkgtaxlocationnum)';
461 my $creditwhere = $where .
462 ' AND billpkgtaxratelocationnum IS NULL';
464 $sql{credit} = "$select SUM(cust_credit_bill_pkg.amount)
466 $creditwhere AND $istax AND $named_tax
469 $all_sql{credit} = "$select_all SUM(cust_credit_bill_pkg.amount)
470 FROM cust_credit_bill_pkg
471 JOIN cust_bill_pkg USING (billpkgnum)
476 if ( $with_pkgclass ) {
477 # the slightly more complicated version, with lots of joins that are
478 # unnecessary if you're not breaking down by package class
479 $all_sql{tax} = "$select_all SUM(cust_bill_pkg_tax_location.amount)
484 $all_sql{credit} = "$select_all SUM(cust_credit_bill_pkg.amount)
486 $creditwhere AND $istax
490 # "out of taxable region" sales
491 $all_sql{out_sales} =
492 "$select_all SUM(cust_bill_pkg.setup + cust_bill_pkg.recur)
493 FROM (cust_bill_pkg $join_cust_pkg)
494 LEFT JOIN ($pkg_tax) AS pkg_tax USING (invnum, pkgnum)
495 LEFT JOIN ($pkg_tax_exempt) AS pkg_tax_exempt USING (billpkgnum)
497 AND pkg_tax.taxnum IS NULL AND pkg_tax_exempt.taxnum IS NULL
501 $all_sql{out_sales} =~ s/EXEMPT_WHERE//;
505 foreach my $k (keys(%sql)) {
507 warn "\n".uc($k).":\n".$stmt."\n" if $DEBUG;
508 my $sth = dbh->prepare($stmt);
509 # three columns: classnum, taxnum, value
511 or die "failed to execute $k query: ".$sth->errstr;
512 while ( my $row = $sth->fetchrow_arrayref ) {
513 $data{$k}{$row->[0]}{$row->[1]} = $row->[2];
516 warn "DATA:\n".Dumper(\%data) if $DEBUG > 1;
518 foreach my $k (keys %all_sql) {
519 warn "\n".$all_sql{$k}."\n" if $DEBUG;
520 my $sth = dbh->prepare($all_sql{$k});
521 # two columns: classnum, value
523 or die "failed to execute $k totals query: ".$sth->errstr;
524 while ( my $row = $sth->fetchrow_arrayref ) {
525 $total{$k}{$row->[0]} = $row->[1];
528 warn "TOTALS:\n".Dumper(\%total);# if $DEBUG > 1;
529 # so $data{tax}, for example, is now a hash with one entry
530 # for each classnum, containing a hash with one entry for each
531 # taxnum, containing the tax billed on that taxnum.
532 # if with_pkgclass is off, then the classnum is always null.
535 # unlinked tax collected
537 "SELECT SUM(cust_bill_pkg.setup)
538 FROM (cust_bill_pkg $join_cust)
539 LEFT JOIN cust_bill_pkg_tax_location USING (billpkgnum)
540 $where AND $istax AND cust_bill_pkg_tax_location.billpkgnum IS NULL"
542 my $unlinked_tax = FS::Record->scalar_sql($out_tax_sql);
543 # unlinked tax credited
545 "SELECT SUM(cust_credit_bill_pkg.amount)
546 FROM cust_credit_bill_pkg
547 JOIN cust_bill_pkg USING (billpkgnum)
549 $where AND $istax AND cust_credit_bill_pkg.billpkgtaxlocationnum IS NULL"
551 my $unlinked_credit = FS::Record->scalar_sql($out_credit_sql);
554 my $all_sales = FS::Record->scalar_sql(
555 "SELECT SUM(cust_bill_pkg.setup + cust_bill_pkg.recur)
556 FROM cust_bill_pkg $join_cust $where AND $nottax"
559 #tax-report_groups filtering
560 my($group_op, $group_value) = ( '', '' );
561 if ( $cgi->param('report_group') =~ /^(=|!=) (.*)$/ ) {
562 ( $group_op, $group_value ) = ( $1, $2 );
564 my $group_test = sub { # to be applied to a tax label
566 return 1 unless $group_op; #in case we get called inadvertantly
567 if ( $label eq $out ) { #don't display "out of taxable region" in this case
569 } elsif ( $group_op eq '=' ) {
570 $label =~ /^$group_value/;
571 } elsif ( $group_op eq '!=' ) {
572 $label !~ /^$group_value/;
574 die "guru meditation #00de: group_op $group_op\n";
579 if ($with_pkgclass) {
580 @pkgclasses = qsearch('pkg_class', {});
581 push @pkgclasses, FS::pkg_class->new({
583 classname => 'Unclassified',
586 @pkgclasses = ( FS::pkg_class->new({
593 foreach my $class (@pkgclasses) {
594 my $classnum = $class->classnum;
595 my $classname = $class->classname;
597 # if show_taxclasses is on, %base_regions will contain the same data
598 # as %regions, but with taxclasses merged together (and ignoring report_group
600 my (%regions, %base_regions);
602 my @loc_params = qw(country state county);
603 push @loc_params, 'city' if $cgi->param('show_cities');
604 push @loc_params, 'district' if $cgi->param('show_districts');
606 foreach my $r ( qsearch({ 'table' => 'cust_main_county', })) {
607 my $taxnum = $r->taxnum;
608 # set up a %regions entry for this region's tax label
609 my $label = $r->label(%label_opt);
610 next if $label eq $out;
611 $regions{$label} ||= { label => $label };
613 $regions{$label}->{$_} = $r->get($_) foreach @loc_params;
614 $regions{$label}->{taxnums} ||= [];
615 push @{ $regions{$label}->{taxnums} }, $r->taxnum;
617 my %x; # keys are data items (like 'tax', 'exempt_cust', etc.)
618 foreach my $k (keys %data) {
619 next unless exists($data{$k}{$classnum}{$taxnum});
620 $x{$k} = $data{$k}{$classnum}{$taxnum};
621 $regions{$label}{$k} += $x{$k};
622 if ( $k eq 'taxable' or $k =~ /^exempt/ ) {
623 $regions{$label}->{'sales'} += $x{$k};
627 my $owed = $data{'taxable'}{$classnum}{$taxnum} * ($r->tax/100);
628 $regions{$label}->{'owed'} += $owed;
629 $total{'owed'}{$classnum} += $owed;
631 if ( defined($regions{$label}->{'rate'})
632 && $regions{$label}->{'rate'} != $r->tax.'%' ) {
633 $regions{$label}->{'rate'} = 'variable';
635 $regions{$label}->{'rate'} = $r->tax.'%';
638 if ( $cgi->param('show_taxclasses') ) {
639 my $base_label = $r->label(%label_opt, 'with_taxclass' => 0);
640 $base_regions{$base_label} ||=
642 label => $base_label,
646 $base_regions{$base_label}->{tax} += $x{tax};
647 $base_regions{$base_label}->{credit} += $x{credit};
652 my @regions = map { $_->{label} }
654 ($b eq $out) <=> ($a eq $out)
655 or $a->{country} cmp $b->{country}
656 or $a->{state} cmp $b->{state}
657 or $a->{county} cmp $b->{county}
658 or $a->{city} cmp $b->{city}
660 grep { $_->{sales} > 0 or $_->{tax} > 0 or $_->{credit} > 0 }
663 #tax-report_groups filtering
664 @regions = grep &{$group_test}($_), @regions
672 foreach my $label (@regions) {
673 $taxclasses{$regions{$_}->{'taxclass'}} = 1
674 if $regions{$_}->{'taxclass'};
675 $county{$regions{$_}->{'county'}} = 1;
676 $state{$regions{$_}->{'state'}} = 1;
677 $country{$regions{$_}->{'country'}} = 1;
680 my $total_url_param = '';
681 my $total_url_param_invoiced = '';
684 my @country = keys %country;
685 warn "WARNING: multiple countries on this grouped report; total links broken"
686 if scalar(@country) > 1;
687 my $country = $country[0];
689 my @state = keys %state;
690 warn "WARNING: multiple countries on this grouped report; total links broken"
691 if scalar(@state) > 1;
692 my $state = $state[0];
694 $total_url_param_invoiced =
696 'report_group='.uri_escape("$group_op $group_value").';'.
697 join(';', map 'taxclass='.uri_escape($_), keys %taxclasses );
698 $total_url_param .= ';'.
699 "country=$country;state=".uri_escape($state).';'.
700 join(';', map 'county='.uri_escape($_), keys %county ) ;
711 map $base_regions{$_},
715 #add "Out of taxable" and total lines
716 if ( $total{out_sales}{$classnum} ) {
718 'sales' => $total{out_sales}{$classnum},
722 push @regions, \%out;
723 push @base_regions, \%out;
727 my %class_total = map { $_ => $total{$_}{$classnum} } keys(%total);
728 $class_total{is_total} = 1;
729 $class_total{sales} = sum(
730 @class_total{ 'taxable',
732 grep(/^exempt/, keys %class_total) }
735 push @regions, \%class_total;
736 push @base_regions, \%class_total;
739 $pkgclass_data{$classname} = {
740 classnum => $classnum,
741 classname => $classname,
742 regions => \@regions,
743 base_regions => \@base_regions,
747 if ( $with_pkgclass ) {
748 my $class_zero = delete( $pkgclass_data{'Unclassified'} );
749 @pkgclasses = map { $pkgclass_data{$_} }
752 push @pkgclasses, $class_zero;
754 my %grand_total = map {
755 $_ => sum( values(%{ $total{$_} }) )
758 $grand_total{sales} = $all_sales;
762 classname => 'Total',
763 regions => [ \%grand_total ],
764 base_regions => [ \%grand_total ],
767 @pkgclasses = $pkgclass_data{''};
772 my $money_char = $conf->config('money_char') || '$';
773 my $money_sprintf = sub {
774 $money_char. sprintf('%.2f', shift );
776 my $money_sprintf_nonzero = sub {
777 $_[0] == 0 ? '' : &$money_sprintf($_[0])
780 my $dateagentlink = "begin=$beginning;end=$ending";
781 $dateagentlink .= ';agentnum='. $cgi->param('agentnum')
782 if length($agentname);
783 my $baselink = $p. "search/cust_bill_pkg.cgi?$dateagentlink";
784 my $exemptlink = $p. "search/cust_tax_exempt_pkg.cgi?$dateagentlink";
785 my $creditlink = $p. "search/cust_bill_pkg.cgi?$dateagentlink;credit=1";