summaryrefslogtreecommitdiff
path: root/FS/FS/UI/Web/small_custview.pm
blob: 85bee7dadd8642f64826136a5a763c03bfe8fd02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
package FS::UI::Web::small_custview;

use strict;
use vars qw(@EXPORT_OK @ISA);
use Exporter;
use HTML::Entities;
use FS::Msgcat;
use FS::Record qw(qsearchs);
use FS::cust_main;

@ISA = qw(Exporter);
@EXPORT_OK = qw( small_custview );

=head1 NAME

FS::UI::Web::small_custview

=head1 SYNOPSIS

  use FS::UI::Web::small_custview qw( small_custview );
  
  #new-style
  $html = small_custview(
    { 'cust_main'      => $cust_main, #or 'custnum' => $custnum,
      'countrydefault' => 'US',
      'nobalance'      => 1,
      'url'            => 'http://freeside.machine/freeside/view/cust_main.cgi',
      'nopkg'          => 1,
    }
  );

  #old-style (deprecated)
  $html = small_custview( $cust_main, $countrydefault, $nobalance, $url );

=head1 DESCRIPTION

A subroutine for displaying customer information.

=head1 SUBROUTINES

=over 4

=item small_custview HASHREF

New-style interface.  Keys are:

=over 4

=item cust_main

Customer (as a FS::cust_main object)

=item custnum

Customer number (if cust_main is not provided).

=item countrydefault

=item nobalance

=item url

=back

=item small_custview CUSTNUM || CUST_MAIN_OBJECT, COUNTRYDEFAULT, NOBALANCE_FLAG, URL

Old-style (deprecated) interface.

=cut

sub small_custview {
  my( $cust_main, $countrydefault, $nobalance, $url, $nopkg );
  if ( ref($_[0]) eq 'HASH' ) {
    my $opt = shift;
    $cust_main =  $opt->{cust_main}
               || qsearchs('cust_main', { 'custnum' => $opt->{custnum} } );
    $countrydefault = $opt->{countrydefault} || 'US';
    $nobalance = $opt->{nobalance};
    $url = $opt->{url};
    $nopkg = $opt->{nopkg};
  } else {
    my $arg = shift;
    $countrydefault = shift || 'US';
    $nobalance = shift;
    $url = shift;
    $nopkg = 0;

    $cust_main = ref($arg) ? $arg
                           : qsearchs('cust_main', { 'custnum' => $arg } )
      or die "unknown custnum $arg";
  }

  my $html = '<DIV ID="fs_small_custview" CLASS="small_custview">';
  
  $html = qq!<A HREF="$url?! . $cust_main->custnum . '">'
    if $url;

  if ( $FS::CurrentUser::CurrentUser->num_agents ) {
    $html .= encode_entities($cust_main->agent->agent). ' ';
  }

  $html .= 'Customer #<B>'. $cust_main->display_custnum.
           '</B>: <B>'. encode_entities($cust_main->name). '</B></A>'.
           ' - <B><FONT COLOR="#'. $cust_main->statuscolor. '">'.
           $cust_main->status_label. '</FONT></B>';

  $html .= ' (Balance: <B>$'. $cust_main->balance. '</B>)'
    unless $nobalance;

  my @part_tag = $cust_main->part_tag;
  if ( @part_tag ) {
    $html .= '<TABLE>';
    foreach my $part_tag ( @part_tag ) {
      $html .= '<TR><TD>'.
               '<FONT '. ( length($part_tag->tagcolor)
                           ? 'STYLE="background-color:#'.$part_tag->tagcolor.'"'
                           : ''
                         ).
               '>'.
                 encode_entities($part_tag->tagname.': '. $part_tag->tagdesc).
               '</FONT>'.
               '</TD></TR>';
    }
    $html .= '</TABLE>';
  }

  $html .=
    ntable('#e8e8e8'). '<TR><TD VALIGN="top">'. ntable("#cccccc",2).
    '<TR><TD ALIGN="right" VALIGN="top">Billing<BR>Address</TD><TD BGCOLOR="#ffffff">';

  if ( $cust_main->bill_locationnum ) {

    $html .= encode_entities($cust_main->address1). '<BR>';
    $html .= encode_entities($cust_main->address2). '<BR>'
      if $cust_main->address2;
    $html .= encode_entities($cust_main->city) . ', ' if $cust_main->city;
    $html .= encode_entities($cust_main->state). '  '.
             encode_entities($cust_main->zip). '<BR>';
    $html .= encode_entities($cust_main->country). '<BR>'
      if $cust_main->country && $cust_main->country ne $countrydefault;

  }

  $html .= '</TD></TR><TR><TD></TD><TD BGCOLOR="#ffffff">';

  my $num_numbers = 0;
  $num_numbers++ foreach grep $cust_main->$_(), qw( daytime night mobile );
  if ( $num_numbers > 1 ) {
    $html .= ucfirst( FS::Msgcat::_gettext('daytime') ).
             ' '. $cust_main->daytime. '<BR>'
      if $cust_main->daytime;
    $html .= ucfirst( FS::Msgcat::_gettext('night') ).
             ' '. $cust_main->night. '<BR>'
      if $cust_main->night;
    $html .= ucfirst( FS::Msgcat::_gettext('mobile') ).
             ' '. $cust_main->mobile. '<BR>'
      if $cust_main->night;
  } elsif ( $num_numbers ) { # == 1 ) {
    $html .= ( $cust_main->daytime || $cust_main->night || $cust_main->mobile ).
             '<BR>';
  }
  if ( $cust_main->fax ) {
    $html .= 'Fax '. $cust_main->fax;
  }

  $html .= '</TD></TR></TABLE></TD>';

  if ( $cust_main->ship_locationnum ) {

    my $ship = $cust_main->ship_location;

    $html .= '<TD VALIGN="top">'. ntable("#cccccc",2).
      '<TR><TD ALIGN="right" VALIGN="top">Service<BR>Address</TD><TD BGCOLOR="#ffffff">';
    $html .= join('<BR>', 
      map encode_entities($_), grep $_,
        $cust_main->ship_company,
        $ship->address1,
        $ship->address2,
        (($ship->city ? $ship->city . ', ' : '') . $ship->state . '  ' . $ship->zip),
        ($ship->country eq $countrydefault ? '' : $ship->country ),
    );

    # ship phone numbers no longer exist...

    $html .= '</TD></TR></TABLE></TD>';

  }

  $html .= '</TR>';

  #would be better to use ncancelled_active_pkgs, but that doesn't have an
  # optimization to just count them yet, so it would be a perf problem on 
  # tons-of-package customers
  if ( !$nopkg && scalar($cust_main->ncancelled_pkgs) < 20 ) {

    foreach my $cust_pkg ( $cust_main->ncancelled_active_pkgs ) {

      $html .= '<TR><TD COLSPAN="2">'.
               '<B><FONT COLOR="#'. $cust_pkg->statuscolor. '">'.
               ucfirst($cust_pkg->status). '</FONT></B> - '.
               encode_entities($cust_pkg->part_pkg->pkg_comment_only(nopkgpart=>1)).
               '</TD></TR>';
    }

  }

  $html .= '</TABLE>';

  # last payment might be good here too?

  $html .= '</DIV>';

  $html;
}

#bah.  don't want to pull in all of FS::CGI, that's the whole problem in the
#first place
sub ntable {
  my $col = shift;
  my $cellspacing = shift || 0;
  if ( $col ) {
    qq!<TABLE BGCOLOR="$col" BORDER=0 CELLSPACING=$cellspacing>!;
  } else {
    '<TABLE BORDER CELLSPACING=0 CELLPADDING=2 BORDERCOLOR="#999999">';
  }

}

=back

=head1 BUGS

Sheesh. I did switch to mason, but this is still hanging around.  Figure out
some better way to sling mason components to self-service & RT.

(Or, is it useful to have this without depending on the regular back-office UI
and Mason stuff to be in place?  So we have something suitable for displaying
customer information in other external systems, not just RT?)

=head1 SEE ALSO

L<FS::UI::Web>

=cut

1;