quiet warnings about CGI::param in list context
[freeside.git] / httemplate / search / cust_tax_exempt.cgi
index b77cd0e..91b2001 100644 (file)
@@ -1,4 +1,4 @@
-<% include( 'elements/search.html',
+<& elements/search.html,
                  'title'       => 'Legacy tax exemptions',
                  'name'        => 'legacy tax exemptions',
                  'query'       => $query,
@@ -7,31 +7,31 @@
                  'header'      => [
                    '#',
                    'Month',
+                   'Inserted',
                    'Amount',
-                   'Date',
                    FS::UI::Web::cust_header(),
                  ],
                  'fields'      => [
-                   'exemptpkgnum',
+                   'exemptnum',
                    sub { $_[0]->month. '/'. $_[0]->year; },
+                   sub { my $h = $_[0]->h_search('insert');
+                         $h ? time2str('%L/%d/%Y', $h->history_date ) : ''
+                       },
                    sub { $money_char. $_[0]->amount; },
 
-                   sub { time2str('%b %d %Y', shift->_date ) },
-
                    \&FS::UI::Web::cust_fields,
                  ],
                  'links'       => [
                    '',
                    '',
                    '',
-
                    '',
 
                    ( map { $_ ne 'Cust. Status' ? $clink : '' }
                          FS::UI::Web::cust_header()
                    ),
                  ],
-                 'align' => 'rrrlrc'.FS::UI::Web::cust_aligns(), # 'rlrrrc',
+                 'align' => 'rrrr'.FS::UI::Web::cust_aligns(),
                  'color' => [ 
                               '',
                               '',
                               '',
                               FS::UI::Web::cust_styles(),
                             ],
-           )
-%>
+           
+&>
 <%init>
 
-my $join_cust = "
-    LEFT JOIN cust_main USING ( custnum )
-";
+my $join_cust = FS::UI::Web::join_cust_main('cust_tax_exempt');
 
 die "access denied"
   unless $FS::CurrentUser::CurrentUser->access_right('View customer tax exemptions');
 
 my @where = ();
 
-my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi);
-if ( $beginning || $ending ) {
-  push @where, "_date >= $beginning",
-               "_date <= $ending";
-               #"payby != 'COMP';
-}
+#my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi);
+#if ( $beginning || $ending ) {
+#  push @where, "_date >= $beginning",
+#               "_date <= $ending";
+#}
 
 if ( $cgi->param('agentnum') =~ /^(\d+)$/ ) {
   push @where, "agentnum = $1";
@@ -74,6 +71,13 @@ if ( $cgi->param('custnum') =~ /^(\d+)$/ ) {
   push @where,  "cust_main.custnum = $1";
 }
 
+#prospect active inactive suspended cancelled
+if ( grep { $cgi->param('status') eq $_ } FS::cust_main->statuses() ) {
+  my $method = $cgi->param('status'). '_sql';
+  #push @where, $class->$method();
+  push @where, FS::cust_main->$method();
+}
+
 if ( $cgi->param('out') ) {
 
   push @where, "