proper cdr_batch table, RT#6386
[freeside.git] / FS / FS / Mason.pm
1 package FS::Mason;
2
3 use strict;
4 use vars qw( @ISA @EXPORT_OK $addl_handler_use );
5 use Exporter;
6 use File::Slurp qw( slurp );
7 use HTML::Mason 1.27; #http://www.masonhq.com/?ApacheModPerl2Redirect
8 use HTML::Mason::Interp;
9 use HTML::Mason::Compiler::ToObject;
10
11 @ISA = qw( Exporter );
12 @EXPORT_OK = qw( mason_interps );
13
14 =head1 NAME
15
16 FS::Mason - Initialize the Mason environment
17
18 =head1 SYNOPSIS
19
20   use FS::Mason qw( mason_interps );
21
22   my( $fs_interp, $rt_interp ) = mason_interps('apache');
23
24   #OR
25
26   my( $fs_interp, $rt_interp ) = mason_interps('standalone'); #XXX name?
27
28 =head1 DESCRIPTION
29
30 Initializes the Mason environment, loads all Freeside and RT libraries, etc.
31
32 =cut
33
34 $addl_handler_use = '';
35 my $addl_handler_use_file = '%%%FREESIDE_CONF%%%/addl_handler_use.pl';
36 if ( -e $addl_handler_use_file ) {
37   $addl_handler_use = slurp( $addl_handler_use_file );
38 }
39
40 # List of modules that you want to use from components (see Admin
41 # manual for details)
42 {
43   package HTML::Mason::Commands;
44
45   use strict;
46   use vars qw( %session );
47   use CGI 3.29 qw(-private_tempfiles); #3.29 to fix RT attachment problems
48
49   #breaks quick payment entry
50   #http://rt.cpan.org/Public/Bug/Display.html?id=37365
51   die "CGI.pm v3.38 is broken, use any other version >= 3.29".
52       " (Debian 5.0?  aptitude remove libcgi-pm-perl)"
53     if $CGI::VERSION == 3.38;
54
55   #use CGI::Carp qw(fatalsToBrowser);
56   use CGI::Cookie;
57   use List::Util qw( max min );
58   use Data::Dumper;
59   use Date::Format;
60   use Date::Parse;
61   use Time::Local;
62   use Time::HiRes;
63   use Time::Duration;
64   use DateTime;
65   use DateTime::Format::Strptime;
66   use Lingua::EN::Inflect qw(PL);
67   use Tie::IxHash;
68   use URI;
69   use URI::Escape;
70   use HTML::Entities;
71   use HTML::TreeBuilder;
72   use HTML::FormatText;
73   use JSON;
74   use MIME::Base64;
75   use IO::Handle;
76   use IO::File;
77   use IO::Scalar;
78   #not actually using this yet anyway...# use IPC::Run3 0.036;
79   use Net::Whois::Raw qw(whois);
80   if ( $] < 5.006 ) {
81     eval "use Net::Whois::Raw 0.32 qw(whois)";
82     die $@ if $@;
83   }
84   use Text::CSV_XS;
85   use Spreadsheet::WriteExcel;
86   use Business::CreditCard 0.30; #for mask-aware cardtype()
87   use NetAddr::IP;
88   use Net::Ping;
89   use Net::Ping::External;
90   #if CPAN #7815 ever gets fixed# if ( $Net::Ping::External::VERSION <= 0.12 )
91   {
92     no warnings 'redefine';
93     eval 'sub Net::Ping::External::_ping_linux { 
94             my %args = @_;
95             my $command = "ping -s $args{size} -c $args{count} -w $args{timeout} $args{host}";
96             return Net::Ping::External::_ping_system($command, 0);
97           }
98          ';
99     die $@ if $@;
100   }
101   use String::Approx qw(amatch);
102   use Chart::LinesPoints;
103   use Chart::Mountain;
104   use Color::Scheme;
105   use HTML::Widgets::SelectLayers 0.07; #should go away in favor of
106                                         #selectlayers.html
107   use Locale::Country;
108   use Business::US::USPS::WebTools::AddressStandardization;
109   use FS;
110   use FS::UID qw( getotaker dbh datasrc driver_name );
111   use FS::Record qw( qsearch qsearchs fields dbdef
112                     str2time_sql str2time_sql_closing
113                    );
114   use FS::Conf;
115   use FS::CGI qw(header menubar table itable ntable idiot
116                  eidiot myexit http_header);
117   use FS::UI::Web qw(svc_url);
118   use FS::UI::Web::small_custview qw(small_custview);
119   use FS::UI::bytecount;
120   use FS::Msgcat qw(gettext geterror);
121   use FS::Misc qw( send_email send_fax states_hash counties state_label );
122   use FS::Misc::eps2png qw( eps2png );
123   use FS::Report::Table::Monthly;
124   use FS::TicketSystem;
125   use FS::Tron qw( tron_lint );
126
127   use FS::agent;
128   use FS::agent_type;
129   use FS::domain_record;
130   use FS::cust_bill;
131   use FS::cust_bill_pay;
132   use FS::cust_credit;
133   use FS::cust_credit_bill;
134   use FS::cust_main qw(smart_search);
135   use FS::cust_main::Import;
136   use FS::cust_main_county;
137   use FS::cust_location;
138   use FS::cust_pay;
139   use FS::cust_pkg;
140   use FS::part_pkg_taxclass;
141   use FS::cust_pkg_reason;
142   use FS::cust_refund;
143   use FS::cust_credit_refund;
144   use FS::cust_pay_refund;
145   use FS::cust_svc;
146   use FS::nas;
147   use FS::part_bill_event;
148   use FS::part_event;
149   use FS::part_event_condition;
150   use FS::part_pkg;
151   use FS::part_referral;
152   use FS::part_svc;
153   use FS::part_svc_router;
154   use FS::part_virtual_field;
155   use FS::pay_batch;
156   use FS::pkg_svc;
157   use FS::port;
158   use FS::queue qw(joblisting);
159   use FS::raddb;
160   use FS::session;
161   use FS::svc_acct;
162   use FS::svc_acct_pop qw(popselector);
163   use FS::acct_rt_transaction;
164   use FS::svc_domain;
165   use FS::svc_forward;
166   use FS::svc_www;
167   use FS::router;
168   use FS::addr_block;
169   use FS::svc_broadband;
170   use FS::svc_external;
171   use FS::type_pkgs;
172   use FS::part_export;
173   use FS::part_export_option;
174   use FS::export_svc;
175   use FS::msgcat;
176   use FS::rate;
177   use FS::rate_region;
178   use FS::rate_prefix;
179   use FS::rate_detail;
180   use FS::usage_class;
181   use FS::payment_gateway;
182   use FS::agent_payment_gateway;
183   use FS::XMLRPC;
184   use FS::payby;
185   use FS::cdr;
186   use FS::cdr_batch;
187   use FS::inventory_class;
188   use FS::inventory_item;
189   use FS::pkg_category;
190   use FS::pkg_class;
191   use FS::access_user;
192   use FS::access_user_pref;
193   use FS::access_group;
194   use FS::access_usergroup;
195   use FS::access_groupagent;
196   use FS::access_right;
197   use FS::AccessRight;
198   use FS::svc_phone;
199   use FS::phone_device;
200   use FS::part_device;
201   use FS::reason_type;
202   use FS::reason;
203   use FS::cust_main_note;
204   use FS::tax_class;
205   use FS::cust_tax_location;
206   use FS::part_pkg_taxproduct;
207   use FS::part_pkg_taxoverride;
208   use FS::part_pkg_taxrate;
209   use FS::tax_rate;
210   use FS::part_pkg_report_option;
211   use FS::cust_attachment;
212   use FS::h_cust_pkg;
213   use FS::h_svc_acct;
214   use FS::h_svc_broadband;
215   use FS::h_svc_domain;
216   #use FS::h_domain_record;
217   use FS::h_svc_external;
218   use FS::h_svc_forward;
219   use FS::h_svc_phone;
220   #use FS::h_phone_device;
221   use FS::h_svc_www;
222   use FS::cust_statement;
223   # Sammath Naur
224
225   if ( $FS::Mason::addl_handler_use ) {
226     eval $FS::Mason::addl_handler_use;
227     die $@ if $@;
228   }
229
230   if ( %%%RT_ENABLED%%% ) {
231     eval '
232       use lib ( "/opt/rt3/local/lib", "/opt/rt3/lib" );
233       use vars qw($Nobody $SystemUser);
234       use RT;
235       use RT::Tickets;
236       use RT::Transactions;
237       use RT::Users;
238       use RT::CurrentUser;
239       use RT::Templates;
240       use RT::Queues;
241       use RT::ScripActions;
242       use RT::ScripConditions;
243       use RT::Scrips;
244       use RT::Groups;
245       use RT::GroupMembers;
246       use RT::CustomFields;
247       use RT::CustomFieldValues;
248       use RT::ObjectCustomFieldValues;
249
250       #blah.  manually updated from RT::Interface::Web::Handler
251       use RT::Interface::Web;
252       use MIME::Entity;
253       use Text::Wrapper;
254       use Time::ParseDate;
255       use Time::HiRes;
256       use HTML::Scrubber;
257
258       #blah.  not even in RT::Interface::Web::Handler, just in 
259       #html/NoAuth/css/dhandler and rt-test-dependencies.  ask for it here
260       #to throw a real error instead of just a mysterious unstyled RT
261       use CSS::Squish 0.06;
262
263       #slow, unreliable, segfaults and is optional
264       #see rt/html/Ticket/Elements/ShowTransactionAttachments
265       use Text::Quoted;
266
267       #?#use File::Path qw( rmtree );
268       #?#use File::Glob qw( bsd_glob );
269       #?#use File::Spec::Unix;
270
271     ';
272     die $@ if $@;
273   }
274
275   *CGI::redirect = sub {
276     my $self = shift;
277     my $cookie = '';
278     if ( $_[0] eq '-cookie' ) { #this isn't actually used at the moment
279       (my $x, $cookie) = (shift, shift);
280       $HTML::Mason::r->err_headers_out->add( 'Set-cookie' => $cookie );
281     }
282     my $location = shift;
283
284     use vars qw($m);
285
286     # false laziness w/below
287     if ( defined(@DBIx::Profile::ISA) ) {
288
289       if ( $FS::CurrentUser::CurrentUser->option('show_db_profile') ) {
290
291         #profiling redirect
292
293         my $page =
294           qq!<HTML><BODY>Redirect to <A HREF="$location">$location</A>!.
295           '<BR><BR><PRE>'.
296             ( UNIVERSAL::can(dbh, 'sprintProfile')
297                 ? encode_entities(dbh->sprintProfile())
298                 : 'DBIx::Profile missing sprintProfile method;'.
299                   'unpatched or too old?'                        ).
300           #"\n\n". &sprintAutoProfile().  '</PRE>'.
301           "\n\n".                         '</PRE>'.
302           '</BODY></HTML>';
303
304
305         dbh->{'private_profile'} = {};
306         return $page;
307
308       } else {
309
310         #clear db profile, but normal redirect
311         dbh->{'private_profile'} = {};
312         $m->redirect($location);
313         '';
314
315       }
316
317     } else { #normal redirect
318
319       $m->redirect($location);
320       '';
321
322     }
323
324   };
325   
326   sub include {
327     use vars qw($m);
328     $m->scomp(@_);
329   }
330
331   sub errorpage {
332     use vars qw($m);
333     $m->comp('/elements/errorpage.html', @_);
334   }
335
336   sub redirect {
337     my( $location ) = @_;
338     use vars qw($m);
339     $m->clear_buffer;
340     #false laziness w/above
341     if ( defined(@DBIx::Profile::ISA) ) {
342
343       if ( $FS::CurrentUser::CurrentUser->option('show_db_profile') ) {
344
345         #profiling redirect
346
347         $m->print(
348           qq!<HTML><BODY>Redirect to <A HREF="$location">$location</A>!.
349           '<BR><BR><PRE>'.
350             ( UNIVERSAL::can(dbh, 'sprintProfile')
351                 ? encode_entities(dbh->sprintProfile())
352                 : 'DBIx::Profile missing sprintProfile method;'.
353                   'unpatched or too old?'                        ).
354           #"\n\n". &sprintAutoProfile().  '</PRE>'.
355           "\n\n".                         '</PRE>'.
356           '</BODY></HTML>'
357         );
358
359         dbh->{'private_profile'} = {};
360
361       } else {
362
363         #clear db profile, but normal redirect
364         dbh->{'private_profile'} = {};
365         $m->redirect($location);
366
367       }
368
369     } else { #normal redirect
370
371       $m->redirect($location);
372
373     }
374
375   }
376
377 } # end package HTML::Mason::Commands;
378
379 =head1 SUBROUTINE
380
381 =over 4
382
383 =item mason_interps [ MODE ]
384
385 Returns a list consisting of two HTML::Mason::Interp objects, the first for
386 Freeside pages, and the second for RT pages.
387
388 #MODE can be 'apache' or 'standalone'.  If not specified, defaults to 'apache'.
389
390 =cut
391
392 sub mason_interps {
393   my $mode = shift || 'apache';
394   my %opt = @_;
395
396   #my $request_class = 'HTML::Mason::Request'.
397                       #( $mode eq 'apache' ? '::ApacheHandler' : '' );
398   my $request_class = 'FS::Mason::Request';
399
400   #not entirely sure it belongs here, but what the hey
401   if ( %%%RT_ENABLED%%% ) {
402     RT::LoadConfig();
403   }
404
405   # A hook supporting strange legacy ways people have added stuff on
406
407   my @addl_comp_root = ();
408   my $addl_comp_root_file = '%%%FREESIDE_CONF%%%/addl_comp_root.pl';
409   if ( -e $addl_comp_root_file ) {
410     warn "reading $addl_comp_root_file\n";
411     my $text = slurp( $addl_comp_root_file );
412     my @addl = eval $text;
413     if ( @addl && ! $@ ) {
414       @addl_comp_root = @addl;
415     } elsif ($@) {
416       warn "error parsing $addl_comp_root_file: $@\n";
417     }
418   }
419
420   my %interp = (
421     request_class        => $request_class,
422     data_dir             => '%%%MASONDATA%%%',
423     error_mode           => 'output',
424     error_format         => 'html',
425     ignore_warnings_expr => '.',
426     comp_root            => [
427                               [ 'freeside'=>'%%%FREESIDE_DOCUMENT_ROOT%%%'    ],
428                               [ 'rt'      =>'%%%FREESIDE_DOCUMENT_ROOT%%%/rt' ],
429                               @addl_comp_root,
430                             ],
431   );
432
433   $interp{out_method} = $opt{outbuf} if $mode eq 'standalone' && $opt{outbuf};
434
435   my $fs_interp = new HTML::Mason::Interp (
436     %interp,
437     escape_flags => { 'js_string' => sub {
438                         #${$_[0]} =~ s/(['\\\n])/'\\'.($1 eq "\n" ? 'n' : $1)/ge;
439                         ${$_[0]} =~ s/(['\\])/\\$1/g;
440                         ${$_[0]} =~ s/\n/\\n/g;
441                         ${$_[0]} = "'". ${$_[0]}. "'";
442                       }
443                     },
444     compiler     => HTML::Mason::Compiler::ToObject->new(
445                       allow_globals        => [qw(%session)],
446                     ),
447   );
448
449   my $rt_interp = new HTML::Mason::Interp (
450     %interp,
451     escape_flags => { 'h' => \&RT::Interface::Web::EscapeUTF8 },
452     compiler     => HTML::Mason::Compiler::ToObject->new(
453                       default_escape_flags => 'h',
454                       allow_globals        => [qw(%session)],
455                     ),
456   );
457
458   ( $fs_interp, $rt_interp );
459
460 }
461
462 =back
463
464 =head1 BUGS
465
466 Lurking in the darkness...
467
468 =head1 SEE ALSO
469
470 L<HTML::Mason>, L<FS>, L<RT>
471
472 =cut
473
474 1;