optimize Reports->Customers->List Customers, RT#20173
[freeside.git] / httemplate / search / cust_main.cgi
1 % if ( scalar(@cust_main) == 1 && ! $cgi->param('referral_custnum') ) {
2 %  if ( $cgi->param('quickpay') eq 'yes' ) {
3     <% $cgi->redirect(popurl(2). "edit/cust_pay.cgi?quickpay=yes;custnum=". $cust_main[0]->custnum) %>
4 %  } else {
5     <% $cgi->redirect(popurl(2). "view/cust_main.cgi?". $cust_main[0]->custnum) %>
6 %  }
7 %} elsif ( scalar(@cust_main) == 0 ) {
8 %  errorpage(emt("No matching customers found!"));
9 % } # errorpage quits, so we don't need an 'else' below
10
11 <& /elements/header.html, mt("Customer Search Results"), '' &>
12 % $total ||= scalar(@cust_main); 
13
14 <% mt("[_1] matching customers found",$total) |h %>
15
16 % my $pager = include( '/elements/pager.html',
17 %                        'offset'     => $offset,
18 %            'num_rows'   => scalar(@cust_main),
19 %            'total'      => $total,
20 %            'maxrecords' => $maxrecords,
21 %                    );
22
23 %  unless ( $cgi->param('cancelled') ) {
24 %    my $linklabel = '';
25 %    if ( $cgi->param('showcancelledcustomers') eq '0' #see if it was set by me
26 %         || ( $conf->exists('hidecancelledcustomers')
27 %              && ! $cgi->param('showcancelledcustomers')
28 %            )
29 %       ) {
30 %      $cgi->param('showcancelledcustomers', 1);
31 %      $linklabel = 'show';
32 %    } else {
33 %      $cgi->param('showcancelledcustomers', 0);
34 %      $linklabel = 'hide';
35 %    }
36 %    $cgi->param('offset', 0);
37         ( <a href="<% $cgi->self_url %>"><% mt("$linklabel canceled customers") |h %></a> )
38 %  }
39
40 %  if ( $cgi->param('referral_custnum') ) {
41 %    $cgi->param('referral_custnum') =~ /^(\d+)$/
42 %      or errorpage(emt("Illegal referral_custnum"));
43 %    my $referral_custnum = $1;
44 %    my $cust_main = qsearchs('cust_main', { custnum => $referral_custnum } );
45     <SCRIPT>
46         function changed(what) {
47             what.form.submit();
48         }
49     </SCRIPT>
50
51 % # XXX: translate this section...hard due to "referrals of CUST SELECT levels deep" construction
52     <FORM METHOD="GET">
53         <INPUT TYPE="hidden" NAME="referral_custnum" VALUE="<% $referral_custnum %>">
54 %   my $refcustlabel = "$referral_custnum: " .
55 %         ( $cust_main->company || $cust_main->last. ', '. $cust_main->first );
56         referrals of
57         <A HREF="<% popurl(2)."view/cust_main.cgi?$referral_custnum" %>"><% $refcustlabel |h %></A>
58         <SELECT NAME="referral_depth" SIZE="1" onChange="changed(this)">';
59
60 %    my $max = 8;
61 %    $cgi->param('referral_depth') =~ /^(\d*)$/ 
62 %      or errorpage(emt("Illegal referral_depth"));
63 %    my $referral_depth = $1;
64
65 %    foreach my $depth ( 1 .. $max ) {
66 %       my $selected = ($depth == $referral_depth) ? 'SELECTED' : '';
67         <OPTION <% $selected %>><% $depth %>
68 %    }
69     </SELECT> levels deep
70     </FORM>
71 %  }
72
73 %  my @custom_priorities = ();
74 %  if ( $conf->config('ticket_system-custom_priority_field')
75 %       && @{[ $conf->config('ticket_system-custom_priority_field-values') ]} ) {
76 %    @custom_priorities =
77 %      $conf->config('ticket_system-custom_priority_field-values');
78 %  }
79
80   <BR><BR><% $pager.include('/elements/table-grid.html') %>
81       <TR>
82         <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('#') |h %></TH>
83         <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Status') |h %></TH>
84         <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Name') |h %></TH>
85         <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Company') |h %></TH>
86
87 %foreach my $addl_header ( @addl_headers ) {
88     <TH CLASS="grid" BGCOLOR="#cccccc"><% $addl_header %></TH>
89 %}
90
91         <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Packages') |h %></TH>
92         <TH CLASS="grid" BGCOLOR="#cccccc" COLSPAN="2"><% mt('Services') |h %></TH>
93      </TR>
94
95 %  my $bgcolor1 = '#eeeeee';
96 %  my $bgcolor2 = '#ffffff';
97 %  my $bgcolor;
98 %
99 %  my(%saw,$cust_main);
100 %  foreach $cust_main (
101 %    sort $sortby grep(!$saw{$_->custnum}++, @cust_main)
102 %  ) {
103 %
104 %    if ( $bgcolor eq $bgcolor1 ) {
105 %      $bgcolor = $bgcolor2;
106 %    } else {
107 %      $bgcolor = $bgcolor1;
108 %    }
109 %
110 %    my($custnum,$last,$first,$company)=(
111 %      $cust_main->custnum,
112 %      $cust_main->getfield('last'),
113 %      $cust_main->getfield('first'),
114 %      $cust_main->company,
115 %    );
116 %
117 %    my @all_cust_svc;
118 %    my @pkg_rowspans;
119 %    foreach my $cust_pkg ( @{$all_pkgs{$custnum}} ) {
120 %      my %cust_svc_by_svcpart;
121 %      my $rows = 0;
122 %      local($FS::part_pkg::cache_enabled) = 1; #for $cust_pkg->part_svc
123 %      foreach my $part_svc (
124 %        $cust_pkg->part_svc( summarize_size=>$large_pkg_size )
125 %      ) {
126 %        my $svcpart = $part_svc->svcpart;
127 %        my $num_cust_svc = $part_svc->num_cust_svc;
128 %        if ( $large_pkg_size > 0 and $num_cust_svc >= $large_pkg_size ) {
129 %          # don't retrieve the cust_svc records, just stash the 
130 %          # part_svc and num_cust_svc for later
131 %          $cust_svc_by_svcpart{$svcpart} = 
132 %            [ 'summarize', $part_svc, $num_cust_svc ];
133 %          $rows += 2;
134 %        }
135 %        elsif ( $num_cust_svc ) {
136 %          $cust_svc_by_svcpart{$svcpart} = $part_svc->cust_pkg_svc;
137 %          $rows += $num_cust_svc;
138 %        } #if summarize
139 %      } #foreach $part_svc
140 %      $rows ||= 1; # in case the package has no services
141 %      push @all_cust_svc, \%cust_svc_by_svcpart;
142 %      push @pkg_rowspans, $rows;
143 %    } #foreach $cust_pkg
144 %    my $rowspan = List::Util::sum(@pkg_rowspans) || 1;
145 %
146 %    my $view;
147 %    if ( defined $cgi->param('quickpay') && $cgi->param('quickpay') eq 'yes' ) {
148 %      $view = $p. 'edit/cust_pay.cgi?quickpay=yes;custnum='. $custnum;
149 %    } else {
150 %      $view = $p. 'view/cust_main.cgi?'. $custnum;
151 %    }
152 %    my $pcompany = $company
153 %      ? qq!<A HREF="$view"><FONT SIZE=-1>!. encode_entities($company). '</FONT></A>'
154 %      : '<FONT SIZE=-1>&nbsp;</FONT>';
155 %    
156 %    my $status_label = $cust_main->status_label;
157 %    my $statuscolor = $cust_main->statuscolor;
158
159     <TR>
160       <TD CLASS="grid" ALIGN="right" BGCOLOR="<% $bgcolor %>" ROWSPAN=<% $rowspan %>>
161         <A HREF="<% $view %>"><FONT SIZE=-1><% $cust_main->display_custnum %></FONT></A>
162       </TD>
163       <TD CLASS="grid" ALIGN="center" BGCOLOR="<% $bgcolor %>" ROWSPAN=<% $rowspan %>>
164         <FONT SIZE="-1" COLOR="#<% $statuscolor %>"><B><% $status_label %></B></FONT>
165       </TD>
166       <TD CLASS="grid" BGCOLOR="<% $bgcolor %>" ROWSPAN=<% $rowspan %>>
167         <A HREF="<% $view %>"><FONT SIZE=-1><% "$last, $first" |h %></FONT></A>
168       </TD>
169       <TD CLASS="grid" BGCOLOR="<% $bgcolor %>" ROWSPAN=<% $rowspan %>>
170         <% $pcompany %>
171       </TD>
172
173 %    foreach my $addl_col ( @addl_cols ) { 
174 % if ( $addl_col eq 'tickets' ) { 
175 % if ( @custom_priorities ) { 
176
177         <TD CLASS="inv" BGCOLOR="<% $bgcolor %>" ROWSPAN=<% $rowspan %> ALIGN=right>
178             <FONT SIZE=-1>
179                <TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0>
180 % foreach my $priority ( @custom_priorities, '' ) { 
181 %                    my $num =
182 %                      FS::TicketSystem->num_customer_tickets($custnum,$priority);
183 %                    my $ahref = '';
184 %                    $ahref= '<A HREF="'.
185 %                            FS::TicketSystem->href_customer_tickets($custnum,$priority).
186 %                            '">'
187 %                      if $num;
188         
189                  <TR>
190                    <TD ALIGN=right>
191                      <FONT SIZE=-1><% $ahref.$num %></A></FONT>
192                    </TD>
193                    <TD ALIGN=left>
194                      <FONT SIZE=-1><% $ahref %><% $priority || '<i>('.emt('none').')</i>' %></A></FONT>
195                    </TD>
196                  </TR>
197 % } 
198
199              <TR>
200                <TH ALIGN=right STYLE="border-top: dashed 1px black">
201                <FONT SIZE=-1>
202 % } else { 
203           <TD CLASS="grid" BGCOLOR="<% $bgcolor %>" ROWSPAN=<% $rowspan %> ALIGN=right>
204             <FONT SIZE=-1>
205 % } 
206 %           my $ahref = '';
207 %           $ahref = '<A HREF="'.
208 %                       FS::TicketSystem->href_customer_tickets($custnum).
209 %                       '">'
210 %             if $cust_main->get($addl_col);
211 %        
212
213         <% $ahref %><% $cust_main->get($addl_col) %></A>
214 % if ( @custom_priorities ) { 
215
216           </FONT></TH>
217             <TH ALIGN=left STYLE="border-top: dashed 1px black">
218               <FONT SIZE=-1><% ${ahref} %>Total</A><FONT>
219             </TH>
220           </TR>
221           </TABLE>
222 % } 
223
224         </FONT></TD>
225 % } else { 
226
227         <TD CLASS="grid" BGCOLOR="<% $bgcolor %>" ROWSPAN=<% $rowspan %> ALIGN=right><FONT SIZE=-1>
228           <% $cust_main->get($addl_col) %>
229         </FONT></TD>
230
231 %      }
232 %    }
233
234 %    my $n1 = '';
235 %    foreach ( @{$all_pkgs{$custnum}} ) {
236 %      my $pkgnum = $_->pkgnum;
237 %      my $part_pkg = $_->part_pkg;
238 %
239 %      my $pkg_comment = $part_pkg->pkg_comment( cust_pkg=>$_, nopkgpart=>1 );
240 %      my $show = $curuser->default_customer_view =~ /^(jumbo|packages)$/
241 %                   ? ''
242 %                   : ';show=packages';
243 %      my $frag = "cust_pkg$pkgnum"; #hack for IE ignoring real #fragment
244 %      my $pkgview = "${p}view/cust_main.cgi?custnum=$custnum$show;fragment=$frag#$frag";
245 %      # cust_svc stuff, built earlier
246 %      my %cust_svc_by_svcpart = %{ shift @all_cust_svc };
247 %      my $pkg_rowspan = shift @pkg_rowspans;
248
249         <% $n1 %><TD CLASS="grid" BGCOLOR="<% $bgcolor %>"  ROWSPAN="<% $pkg_rowspan%>">
250             <A HREF="<% $pkgview %>"><FONT SIZE=-1><% $pkg_comment |h %></FONT></A>
251         </TD>
252
253 %       my $n2 = '';
254 %       my $td = '<TD CLASS="grid" BGCOLOR="'.$bgcolor.'">';
255 %
256 %       foreach my $svcpart ( sort keys %cust_svc_by_svcpart ) { #sort order?
257 %         my $these = $cust_svc_by_svcpart{$svcpart};
258 %         if ( $these->[0] eq 'summarize' ) {
259 %           my $part_svc = $these->[1];
260 %           my $num_cust_svc = $these->[2];
261         <% $n2 %>
262 %           # summarize
263 %           # link opens a new search for this pkgnum/svcpart combo
264 %           my $href = $p.'search/cust_pkg_svc.html?svcpart='.$svcpart.
265 %                     ';pkgnum='.$pkgnum;
266           <% $td %>
267             <A HREF="<% $href %>"><% $part_svc->svc %></A>
268           </TD>
269           <% $td %>
270             <A HREF="<% $href %>"><B>(<% mt("view all [_1]", $num_cust_svc) |h %>)</B></A>
271           </TD>
272         </TR><TR>
273           <% $td %></TD>
274           <% $td %><& /elements/search-cust_svc.html, 
275                     'svcpart' => $svcpart,
276                     'pkgnum'  => $pkgnum,
277                     'svcdb'   => $part_svc->svcdb,
278                     &></TD>
279 %           $n2="</TR><TR>";
280 %         }
281 %         elsif ( scalar @$these ) { # do not summarize
282 %           foreach my $cust_svc ( @$these ) {
283           <% $n2 %>
284             <% $td %>
285                 <% FS::UI::Web::svc_link($m, $cust_svc->part_svc, $cust_svc) %>
286             </TD> 
287             <% $td %>
288                 <% FS::UI::Web::svc_label_link($m, $cust_svc->part_svc, $cust_svc) %>
289             </TD>
290 %             $n2="</TR><TR>";
291 %           } #foreach $cust_svc
292 %         }
293 %       } # foreach $svcpart
294 %
295 %      unless ( %cust_svc_by_svcpart ) {
296             <TD CLASS="grid" BGCOLOR="<% $bgcolor %>" COLSPAN=2>&nbsp;</TD>
297 %      }
298 %
299 %      $n1="</TR><TR>";
300 %    }
301 %
302 %    unless ( @{$all_pkgs{$custnum}} ) {
303         <TD CLASS="grid" BGCOLOR="<% $bgcolor %>" COLSPAN=3>&nbsp;</TD>
304 %    }
305 %    
306     </TR>
307 %  }
308  
309   </TABLE><% $pager %>
310
311   <& /elements/footer.html &>
312 <%init>
313 my $curuser = $FS::CurrentUser::CurrentUser;
314
315 die "access denied"
316   unless $curuser->access_right('List all customers');
317
318 my $conf = new FS::Conf;
319 my $maxrecords = $conf->config('maxsearchrecordsperpage');
320 # summarize more than this many services of the same svcpart
321 my $large_pkg_size = $conf->config('cust_pkg-large_pkg_size') || 0;
322
323 my $limit = '';
324 $limit .= "LIMIT $maxrecords" if $maxrecords;
325
326 my $offset = $cgi->param('offset') || 0;
327 $limit .= " OFFSET $offset" if $offset;
328
329 my $total = 0;
330
331 my(@cust_main, $sortby, $orderby);
332 my @select = ();
333 my @addl_headers = ();
334 my @addl_cols = ();
335 if ( $cgi->param('browse')
336      || $cgi->param('otaker_on')
337      || $cgi->param('agentnum_on')
338 ) {
339
340   my %search = ();
341
342   if ( $cgi->param('browse') ) {
343     my $query = $cgi->param('browse');
344     if ( $query eq 'custnum' ) {
345       if ( $conf->exists('cust_main-default_agent_custid') ) {
346         $sortby=\*display_custnum_sort;
347         $orderby = "ORDER BY CASE WHEN agent_custid IS NOT NULL
348                                    AND agent_custid != ''
349                                    AND agent_custid ". regexp_sql. " '^[0-9]+\$'
350                              THEN CAST(agent_custid AS BIGINT)
351                              ELSE custnum
352                              END";
353       } else {
354         $sortby=\*custnum_sort;
355         $orderby = "ORDER BY custnum";
356       }
357     } elsif ( $query eq 'last' ) {
358       $sortby=\*last_sort;
359       $orderby = "ORDER BY LOWER(last || ' ' || first)";
360     } elsif ( $query eq 'company' ) {
361       $sortby=\*company_sort;
362       $orderby = "ORDER BY LOWER(company || ' ' || last || ' ' || first )";
363     } elsif ( $query eq 'tickets' ) {
364       $sortby = \*tickets_sort;
365       $orderby = "ORDER BY tickets DESC";
366       push @select, FS::TicketSystem->sql_num_customer_tickets. " as tickets";
367       push @addl_headers, 'Tickets';
368       push @addl_cols, 'tickets';
369     } elsif ( $query eq 'uspsunvalid' ) {
370        $search{'country'} = 'US';
371        $sortby=\*custnum_sort;
372        $orderby = "ORDER BY custnum";
373     } else {
374       die "unknown browse field $query";
375     }
376   } else {
377     $sortby = \*last_sort; #??
378     $orderby = "ORDER BY LOWER(last || ' ' || first)"; #??
379   }
380
381   if ( $cgi->param('otaker_on') ) {
382     die "access denied"
383       unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
384     $cgi->param('otaker') =~ /^(\w{1,32})$/ or errorpage("Illegal otaker");
385     $search{otaker} = $1;
386   } elsif ( $cgi->param('agentnum_on') ) {
387     $cgi->param('agentnum') =~ /^(\d+)$/ or errorpage("Illegal agentnum");
388     $search{agentnum} = $1;
389   }
390
391   my @qual = ();
392
393   my $ncancelled = '';
394
395   if (  $cgi->param('showcancelledcustomers') eq '0' #see if it was set by me
396        || ( $conf->exists('hidecancelledcustomers')
397              && ! $cgi->param('showcancelledcustomers') )
398      ) {
399     push @qual, FS::cust_main->uncancel_sql;
400    }
401
402   push @qual, FS::cust_main->cancel_sql   if $cgi->param('cancelled');
403   push @qual, FS::cust_main->prospect_sql if $cgi->param('prospect');
404   push @qual, FS::cust_main->ordered_sql  if $cgi->param('ordered');
405   push @qual, FS::cust_main->active_sql   if $cgi->param('active');
406   push @qual, FS::cust_main->inactive_sql if $cgi->param('inactive');
407   push @qual, FS::cust_main->susp_sql     if $cgi->param('suspended');
408
409   #EWWWWWW
410   my $qual = join(' AND ',
411             map { "$_ = ". dbh->quote($search{$_}) } keys %search );
412
413   my $addl_qual = join(' AND ', @qual);
414
415   #here is the agent virtualization
416   $addl_qual .= ( $addl_qual ? ' AND ' : '' ).
417                 $FS::CurrentUser::CurrentUser->agentnums_sql;
418
419   if ( $cgi->param('browse') && $cgi->param('browse') eq 'uspsunvalid' ) {
420        $addl_qual .= ' AND ( length(zip) < 9 OR upper(address1) != address1 OR upper(city) != city ) ';
421   }
422
423   if ( $addl_qual ) {
424     $qual .= ' AND ' if $qual;
425     $qual .= $addl_qual;
426   }
427     
428   $qual = " WHERE $qual" if $qual;
429   my $statement = "SELECT COUNT(*) FROM cust_main $qual";
430   my $sth = dbh->prepare($statement) or die dbh->errstr." preparing $statement";
431   $sth->execute or die "Error executing \"$statement\": ". $sth->errstr;
432
433   $total = $sth->fetchrow_arrayref->[0];
434
435   if ( $addl_qual ) {
436     if ( %search ) {
437       $addl_qual = " AND $addl_qual";
438     } else {
439       $addl_qual = " WHERE $addl_qual";
440     }
441   }
442
443   my $select;
444   if ( @select ) {
445     $select = 'cust_main.*, '. join (', ', @select);
446   } else {
447     $select = '*';
448   }
449
450   @cust_main = qsearch('cust_main', \%search, $select,   
451                          "$addl_qual $orderby $limit" );
452
453 } else {
454   @cust_main=();
455   $sortby = \*last_sort;
456
457   push @cust_main, @{&custnumsearch}
458     if $cgi->param('custnum_on') && $cgi->param('custnum_text');
459   push @cust_main, @{&cardsearch}
460     if $cgi->param('card_on') && $cgi->param('card');
461   push @cust_main, @{&lastsearch}
462     if $cgi->param('last_on') && $cgi->param('last_text');
463   push @cust_main, @{&companysearch}
464     if $cgi->param('company_on') && $cgi->param('company_text');
465   push @cust_main, @{&address2search}
466     if $cgi->param('address2_on') && $cgi->param('address2_text');
467   push @cust_main, @{&phonesearch}
468     if $cgi->param('phone_on') && $cgi->param('phone_text');
469   push @cust_main, @{&referralsearch}
470     if $cgi->param('referral_custnum');
471
472   if ( $cgi->param('company_on') && $cgi->param('company_text') ) {
473     $sortby = \*company_sort;
474     push @cust_main, @{&companysearch};
475   }
476
477   if ( $cgi->param('search_cust') ) {
478     $sortby = \*company_sort;
479     $orderby = "ORDER BY LOWER(company || ' ' || last || ' ' || first )";
480     push @cust_main, smart_search(
481       'search'            => scalar($cgi->param('search_cust')),
482     );
483   }
484
485   @cust_main = grep { $_->num_ncancelled_pkgs || ! $_->num_pkgs } @cust_main
486     if ! $cgi->param('cancelled')
487        && (
488          $cgi->param('showcancelledcustomers') eq '0' #see if it was set by me
489          || ( $conf->exists('hidecancelledcustomers')
490                && ! $cgi->param('showcancelledcustomers') )
491        );
492
493   my %saw = ();
494   @cust_main = grep { !$saw{$_->custnum}++ } @cust_main;
495 }
496
497 my $pkgs_method = $conf->exists('hidecancelledpackages')
498                     ? 'ncancelled_pkgs'
499                     : 'all_pkgs';
500
501 #false laziness w/httemplate/view/cust_main/packages.html
502 my $select = join(',',
503                'cust_pkg.*',
504                'part_pkg.*',
505                'setup_option.optionvalue AS _opt_setup_fee',
506                'recur_option.optionvalue AS _opt_recur_fee',
507              );
508
509 my $addl_from = qq{
510     LEFT JOIN part_pkg USING ( pkgpart )
511     LEFT JOIN part_pkg_option AS setup_option
512       ON (     cust_pkg.pkgpart = setup_option.pkgpart
513            AND setup_option.optionname = 'setup_fee' )
514     LEFT JOIN part_pkg_option AS recur_option
515       ON (     cust_pkg.pkgpart = recur_option.pkgpart
516            AND recur_option.optionname = 'recur_fee' )
517 };
518
519 my %all_pkgs = map { $_->custnum =>
520                        [ $_->$pkgs_method({ select    => $select,
521                                             addl_from => $addl_from,
522                                          })
523                        ];
524                    }
525                  @cust_main;
526
527 sub last_sort {
528   lc($a->getfield('last')) cmp lc($b->getfield('last'))
529   || lc($a->first) cmp lc($b->first);
530 }
531
532 sub company_sort {
533   return -1 if $a->company && ! $b->company;
534   return 1 if ! $a->company && $b->company;
535   lc($a->company) cmp lc($b->company)
536   || lc($a->getfield('last')) cmp lc($b->getfield('last'))
537   || lc($a->first) cmp lc($b->first);;
538 }
539
540 sub display_custnum_sort {
541   $a->display_custnum <=> $b->display_custnum;
542 }
543
544 sub custnum_sort {
545   $a->getfield('custnum') <=> $b->getfield('custnum');
546 }
547
548 sub tickets_sort {
549   $b->getfield('tickets') <=> $a->getfield('tickets');
550 }
551
552 sub custnumsearch {
553
554   my $custnum = $cgi->param('custnum_text');
555   $custnum =~ s/\D//g;
556   $custnum =~ /^(\d{1,23})$/ or errorpage(emt("Illegal customer number"));
557   $custnum = $1;
558   
559   [ qsearchs('cust_main', { 'custnum' => $custnum } ) ];
560 }
561
562 sub cardsearch {
563
564   my($card)=$cgi->param('card');
565   $card =~ s/\D//g;
566   $card =~ /^(\d{13,16}|\d{8,9})$/ or errorpage(emt("Illegal card number"));
567   my($payinfo)=$1;
568
569   [ qsearch('cust_main',{'payinfo'=>$payinfo, 'payby'=>'CARD'}),
570     qsearch('cust_main',{'payinfo'=>$payinfo, 'payby'=>'DCRD'})
571   ];
572 }
573
574 sub referralsearch {
575   $cgi->param('referral_custnum') =~ /^(\d+)$/
576     or errorpage("Illegal referral_custnum");
577   my $cust_main = qsearchs('cust_main', { 'custnum' => $1 } )
578     or errorpage(emt("Customer [_1] not found",$1));
579   my $depth;
580   if ( $cgi->param('referral_depth') ) {
581     $cgi->param('referral_depth') =~ /^(\d+)$/
582       or errorpage(emt("Illegal referral_depth"));
583     $depth = $1;
584   } else {
585     $depth = 1;
586   }
587   [ $cust_main->referral_cust_main($depth) ];
588 }
589
590 sub lastsearch {
591   my(%last_type);
592   my @cust_main;
593   foreach ( $cgi->param('last_type') ) {
594     $last_type{$_}++;
595   }
596
597   $cgi->param('last_text') =~ /^([\w \,\.\-\']*)$/
598     or errorpage(emt("Illegal last name"));
599   my($last)=$1;
600
601   if ( $last_type{'Exact'} || $last_type{'Fuzzy'} ) {
602     push @cust_main, qsearch( 'cust_main',
603                               { 'last' => { 'op'    => 'ILIKE',
604                                             'value' => $last    } } );
605
606     push @cust_main, qsearch( 'cust_main',
607                               { 'ship_last' => { 'op'    => 'ILIKE',
608                                                  'value' => $last    } } )
609       if defined dbdef->table('cust_main')->column('ship_last');
610   }
611
612   if ( $last_type{'Substring'} || $last_type{'All'} ) {
613
614     push @cust_main, qsearch( 'cust_main',
615                               { 'last' => { 'op'    => 'ILIKE',
616                                             'value' => "%$last%" } } );
617
618     push @cust_main, qsearch( 'cust_main',
619                               { 'ship_last' => { 'op'    => 'ILIKE',
620                                                  'value' => "%$last%" } } )
621       if defined dbdef->table('cust_main')->column('ship_last');
622
623   }
624
625   if ( $last_type{'Fuzzy'} || $last_type{'All'} ) {
626     push @cust_main, FS::cust_main::Search->fuzzy_search( { 'last' => $last } );
627   }
628
629   \@cust_main;
630 }
631
632 sub companysearch {
633
634   my(%company_type);
635   my @cust_main;
636   foreach ( $cgi->param('company_type') ) {
637     $company_type{$_}++ 
638   };
639
640   $cgi->param('company_text') =~
641     /^([\w \!\@\#\$\%\&\(\)\-\+\;\:\'\"\,\.\?\/\=]*)$/
642       or errorpage(emt("Illegal company"));
643   my $company = $1;
644
645   if ( $company_type{'Exact'} || $company_type{'Fuzzy'} ) {
646     push @cust_main, qsearch( 'cust_main',
647                               { 'company' => { 'op'    => 'ILIKE',
648                                                'value' => $company } } );
649
650     push @cust_main, qsearch( 'cust_main',
651                               { 'ship_company' => { 'op'    => 'ILIKE',
652                                                     'value' => $company } } )
653       if defined dbdef->table('cust_main')->column('ship_last');
654   }
655
656   if ( $company_type{'Substring'} || $company_type{'All'} ) {
657
658     push @cust_main, qsearch( 'cust_main',
659                               { 'company' => { 'op'    => 'ILIKE',
660                                                'value' => "%$company%" } } );
661
662     push @cust_main, qsearch( 'cust_main',
663                               { 'ship_company' => { 'op'    => 'ILIKE',
664                                                     'value' => "%$company%" } })
665       if defined dbdef->table('cust_main')->column('ship_last');
666
667   }
668
669   if ( $company_type{'Fuzzy'} || $company_type{'All'} ) {
670     push @cust_main, FS::cust_main::Search->fuzzy_search( { 'company' => $company } );
671   }
672
673   if ($company_type{'Sound-alike'}) {
674   }
675
676   \@cust_main;
677 }
678
679 sub address2search {
680   my @cust_main;
681
682   $cgi->param('address2_text') =~
683     /^([\w \!\@\#\$\%\&\(\)\-\+\;\:\'\"\,\.\?\/\=]*)$/
684       or errorpage(emt("Illegal address2"));
685   my $address2 = $1;
686
687   push @cust_main, qsearch( 'cust_main',
688                             { 'address2' => { 'op'    => 'ILIKE',
689                                               'value' => $address2 } } );
690   push @cust_main, qsearch( 'cust_main',
691                             { 'ship_address2' => { 'op'    => 'ILIKE',
692                                                    'value' => $address2 } } );
693
694   \@cust_main;
695 }
696
697 sub phonesearch {
698   my @cust_main;
699
700   my $phone = $cgi->param('phone_text');
701
702   $phone =~ s/\D//g;
703   if ( $phone =~ /^(\d{3})(\d{3})(\d{4})(\d*)$/ ) {
704     $phone = "$1-$2-$3";
705     $phone .= " x$4" if $4;
706   } elsif ( $phone =~ /^(\d{3})(\d{4})$/ ) {
707     $phone = "$1-$2";
708   } elsif ( $phone =~ /^(\d{3,4})$/ ) {
709     $phone = $1;
710   } else {
711     errorpage(gettext('illegal_phone'). ": $phone");
712   }
713
714   my @fields = qw(daytime night fax);
715   push @fields, qw(ship_daytime ship_night ship_fax)
716     if defined dbdef->table('cust_main')->column('ship_last');
717
718   for my $field ( @fields ) {
719     push @cust_main, qsearch ( 'cust_main', 
720                                { $field => { 'op'    => 'LIKE',
721                                              'value' => "%$phone%" } } );
722   }
723
724   \@cust_main;
725 }
726 </%init>