add USPS-unvalidated customer addresses report, RT12402
[freeside.git] / httemplate / elements / menu.html
1 <script type="text/javascript" src="<%$fsurl%>elements/cssexpr.js"></script>
2
3 % if ( $opt{'position'} eq 'top' ) {
4
5   <script type="text/javascript" src="<%$fsurl%>elements/xmenu.top.js"></script>
6   <link href="<%$fsurl%>elements/xmenu.top.css" type="text/css" rel="stylesheet">
7
8 % } else {  # elsif ( $opt{'position'} eq 'left' ) {
9
10   <script type="text/javascript" src="<%$fsurl%>elements/xmenu.js"></script>
11   <link href="<%$fsurl%>elements/xmenu.css" type="text/css" rel="stylesheet">
12
13 % }
14
15 % unless ( $opt{'nocss'} ) {
16   <link href="<%$fsurl%>elements/freeside.css" type="text/css" rel="stylesheet">
17 % }
18 <link href="<%$fsurl%>elements/freeside-menu.css" type="text/css" rel="stylesheet">
19
20 <SCRIPT TYPE="text/javascript">
21
22 % my $fs_popup = include( '/elements/popup_link_onclick.html',
23 %                           'action'      => $fsurl.'docs/about.html',
24 %                           'label'       => 'Freeside',
25 %                           'style'       => 'color:#999999',
26 %                           'actionlabel' => 'About',
27 %                           'width'       => 300,
28 %                           'height'      => 360,
29 %                           'color'       => '#7e0079',
30 %                           'scrolling'   => 'no',
31 %                       );
32 % $fs_popup =~ s/return false;//;
33   function about_freeside() {
34     <% $fs_popup |n %>
35   }
36
37   webfxMenuImagePath      = "<%$fsurl%>images/";
38   webfxMenuUseHover       = 1;
39   webfxMenuShowTime       = 300;
40   webfxMenuHideTime       = 500;
41
42   var myBar = new WebFXMenuBar;
43
44 % foreach my $item ( keys %menu ) {
45 %
46 %     my( $url_or_submenu, $tooltip ) = @{ $menu{$item} };
47 %
48 %     if ( ref($url_or_submenu) ) {
49 %
50 %         #warn $item;
51 %
52 %         my( $subhtml, $submenuname ) = submenu($url_or_submenu, $item);
53
54           <% $subhtml |n %>
55           myBar.add(new WebFXMenuButton("<% $item %>", null, "<% $tooltip %>", <% $submenuname |n %> ));
56
57 %     } else { 
58     
59           myBar.add(new WebFXMenuButton("<% $item %>", "<% $url_or_submenu %>", "<% $tooltip %>" ));
60
61 %     }
62 %
63 % }
64
65   myBar.show( null, 'vertical' );
66   myBar.width = 154;
67
68 </SCRIPT>
69
70 <%init>
71 my( %opt ) = @_;
72 my $conf = new FS::Conf;
73 my $fsurl = $opt{'freeside_baseurl'};
74
75 my $curuser = $FS::CurrentUser::CurrentUser;
76
77 #XXX Active tickets not assigned to a customer
78
79 tie my %report_prospects, 'Tie::IxHash',
80   'List prospects' => [ $fsurl. 'search/prospect_main.html', '' ],
81   'Advanced prospect reports' => [ $fsurl. 'search/report_prospect_main.html', '' ],
82 ;
83
84 tie my %report_customers_lists, 'Tie::IxHash',
85   'by customer number' => [ $fsurl. 'search/cust_main.cgi?browse=custnum', '' ],
86   'by last name' => [ $fsurl. 'search/cust_main.cgi?browse=last', '' ],
87   'by company name' => [ $fsurl. 'search/cust_main.cgi?browse=company', '' ],
88 ;
89 $report_customers_lists{'by active trouble tickets'} = [ $fsurl. 'search/cust_main.cgi?browse=tickets', '' ]
90   if $conf->config('ticket_system');
91 $report_customers_lists{'with USPS-unvalidated addresses'} = [ $fsurl. 'search/cust_main.cgi?browse=uspsunvalid', '' ]
92   if $conf->config('usps_webtools-userid') && $conf->config('usps_webtools-password');
93
94 tie my %report_customers_search, 'Tie::IxHash';
95 $report_customers_search{'by ordering employee'} = [ $fsurl. 'search/cust_main-otaker.cgi' ]
96   if $curuser->access_right('Configuration');
97
98 tie my %report_customers, 'Tie::IxHash';
99 $report_customers{'List customers'} = [ \%report_customers_lists, 'List customers' ]
100   if $curuser->access_right('List customers');
101 $report_customers{'Search customers'} = [ \%report_customers_search, 'Search customers' ]
102   if keys %report_customers_search;
103 $report_customers{'Zip code distribution'}     = [ $fsurl. 'search/report_cust_main-zip.html', 'Zip codes by number of customers' ];
104 $report_customers{'Advanced customer reports'} = [ $fsurl. 'search/report_cust_main.html', 'by status, signup date, agent, etc.' ]
105   if    $curuser->access_right('List customers')
106      && $curuser->access_right('List packages');
107
108 tie my %report_invoices_open, 'Tie::IxHash',
109   'All open invoices' => [ $fsurl.'search/cust_bill.html?OPEN_date', 'All invoices with an unpaid balance' ],
110   '15 day open invoices' => [ $fsurl.'search/cust_bill.html?OPEN15_date', 'Invoices 15 days or older with an unpaid balance' ],
111   '30 day open invoices' => [ $fsurl.'search/cust_bill.html?OPEN30_date', 'Invoices 30 days or older with an unpaid balance' ],
112   '60 day open invoices' => [ $fsurl.'search/cust_bill.html?OPEN60_date', 'Invoices 60 days or older with an unpaid balance' ],
113   '90 day open invoices' => [ $fsurl.'search/cust_bill.html?OPEN90_date', 'Invoices 90 days or older with an unpaid balance' ],
114   '120 day open invoices' => [ $fsurl.'search/cust_bill.html?OPEN120_date', 'Invoices 120 days or older with an unpaid balance' ],
115 ;
116
117 tie my %report_invoices, 'Tie::IxHash',
118   'Open invoices' => [ \%report_invoices_open, 'Open invoices' ],
119   'All invoices'  => [ $fsurl. 'search/cust_bill.html?date', 'List all invoices' ],
120   'Advanced invoice reports' => [ $fsurl.'search/report_cust_bill.html', 'by agent, date range, etc.' ],
121 ;
122
123 tie my %report_discounts, 'Tie::IxHash',
124   'Discount graph'  => [ $fsurl. 'graph/report_cust_bill_pkg_discount.html', 'Discount overview per month' ],
125   'Discount detail' => [ $fsurl.'search/report_cust_bill_pkg_discount.html', 'Discount report (by employee and/or date range)' ],
126   #awful name
127   'Package discounts' => [ $fsurl.'search/report_cust_pkg_discount.html', 'Active/inactive discounts by package' ],
128 ;
129
130 tie my %report_services, 'Tie::IxHash';
131 if ( $curuser->access_right('Configuration') ) {
132   $report_services{'Service definitions'} =  [ $fsurl.'browse/part_svc.cgi?orderby=active', 'Service definitions by number of active packages' ];
133   $report_services{'separator'} =  '';
134 }
135
136 if ( $curuser->access_right('List services') ) {
137   $report_services{'Unprovisioned services'} =  [ $fsurl.'search/report_unprovisioned_services.html', 'Unprovisioned services' ];
138   $report_services{'separator2'} =  '';
139 }
140
141 foreach my $svcdb ( FS::part_svc->svc_tables() ) {
142
143   my $name =        "FS::$svcdb"->table_info->{'name_plural'}
144              || PL( "FS::$svcdb"->table_info->{'name'}        );
145   my $lcname = lc($name);
146   my $lcsname = lc("FS::$svcdb"->table_info->{'name'});
147   my $longname = "FS::$svcdb"->table_info->{'longname_plural'} || $name;
148   my $lclongname = lc($longname);
149   my $sorts = "FS::$svcdb"->table_info->{'sorts'} || [ 'svcnum' ];
150   $sorts = [ $sorts ] unless ref($sorts);
151   my %svc_url = ( 'm'      => $m,
152                   'action' => 'search',
153                   'svcdb'  => $svcdb,
154                 );
155
156   tie my %report_svc, 'Tie::IxHash';
157
158   foreach my $sort ( @$sorts ) {
159
160     my $field_info = FS::part_svc->svc_table_fields($svcdb)->{$sort};
161     my $label = $field_info->{'label_sort'} || 'by '.$field_info->{'label'};
162
163     my $title = "All $lcname";
164     $title .= " $label"
165       if scalar(@$sorts) > 1;
166
167     $report_svc{$title} =
168       [ svc_url( %svc_url, 'query' => "magic=all;sortby=$sort" ),
169         '',
170       ];
171   }
172
173   if ( $svcdb eq 'svc_acct' ) {
174
175     $report_svc{"All $lcname never logged in"} = 
176       [ svc_url( %svc_url, 'query' => "magic=nologin;sortby=svcnum" ),
177         '',
178       ];
179
180   } elsif ( $svcdb eq 'svc_phone' ) {
181
182     $report_svc{"${name}' total usage by time period"} = 
183       [ $fsurl. 'search/report_svc_phone.html',
184         'Total usage (minutes, and amount billed) for the specified time period, per phone number.',
185       ];
186
187   }
188
189   if ( $curuser->access_right('View/link unlinked services') ) {
190     $report_svc{"Unlinked $lcname"} = 
191       [ svc_url( %svc_url, 'query' => "magic=unlinked;sortby=". $sorts->[0] ),
192         "Pre-Freeside $lcname without a customer record",
193       ];
194   }
195
196   if ( $svcdb eq 'svc_acct' || $svcdb eq 'svc_broadband' ) {
197     $report_svc{"Advanced $lcsname reports"} = 
198       [ $fsurl."search/report_$svcdb.html", '' ];
199   }
200
201   if ( $svcdb eq 'svc_phone' ) {
202     $report_svc{"Phone number (DID) availability"} =
203       [ $fsurl."search/report_phone_avail.html", '' ];
204     $report_svc{"Inventory/Provisioning Status"} =
205       [ $fsurl."search/phone_inventory_provisioned.html", '' ];
206   }
207
208   $report_services{$name} = [ \%report_svc, $longname ];
209
210 }
211
212 tie my %report_packages, 'Tie::IxHash';
213 if (    $curuser->access_right('Edit package definitions')
214      || $curuser->access_right('Edit global package definitions')
215    )
216 {
217   $report_packages{'Package definitions'} =  [ $fsurl.'browse/part_pkg.cgi?active=1', 'Package definitions by number of active packages' ];
218   $report_packages{'separator'} =  '';
219 }
220 if ( $curuser->access_right('Financial reports') ) {
221   $report_packages{'Package churn'} =  [ $fsurl.'graph/report_cust_pkg.html', 'Orders, suspensions and cancellations summary graph' ];
222   $report_packages{'separator2'} =  '';
223 }
224 $report_packages{'All customer packages'} =  [ $fsurl.'search/cust_pkg.cgi?pkgnum', 'List all customer packages', ];
225 $report_packages{'Package summary'} = [ $fsurl.'search/cust_pkg_summary.html', 'Show package sales summary', ];
226 $report_packages{'Suspended customer packages'} =  [ $fsurl.'search/cust_pkg.cgi?magic=suspended', 'List suspended packages' ];
227 $report_packages{'Suspension summary'} = [ $fsurl.'search/cust_pkg_susp.html', 'Show suspension activity', ];
228 $report_packages{'Customer packages with unconfigured services'} =  [ $fsurl.'search/cust_pkg.cgi?APKG_pkgnum', 'List packages which have provisionable services' ];
229 $report_packages{'FCC Form 477 packages'} =  [ $fsurl.'search/report_477.html', 'Summarize packages by census tract for particular types' ]
230   if $conf->exists('cust_main-require_censustract');
231 $report_packages{'Advanced package reports'} =  [ $fsurl.'search/report_cust_pkg.html', 'by agent, date range, status, package definition' ];
232
233 tie my %report_inventory, 'Tie::IxHash',
234   'Inventory by agent' => [ $fsurl.'search/report_agent_inventory.html', '' ],
235   'Inventory activity' => [ $fsurl.'search/report_h_inventory_item.html', '' ],
236 ;
237
238 tie my %report_rating, 'Tie::IxHash',
239   'RADIUS sessions' => [ $fsurl.'search/sqlradius.html', '' ],
240   'Call Detail Records (CDRs)' => [ $fsurl.'search/report_cdr.html', '' ],
241   'Time worked' => [ $fsurl.'search/report_rt_transaction.html', '' ],
242   'Time worked summary' => [ $fsurl.'search/report_rt_ticket.html', '' ],
243 ;
244
245 tie my %report_ticketing_statistics, 'Tie::IxHash',
246   'Tickets per day per Queue'         => [ $fsurl.'rt/RTx/Statistics/CallsQueueDay', 'View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days' ],
247   'Ticket status by Queue'            => [ $fsurl.'rt/RTx/Statistics/OpenStalled', 'View numbers of new, open and stalled tickets in a selected Queue' ],
248   'Tickets per day (multiple Queues)' => [ $fsurl.'rt/RTx/Statistics/CallsMultiQueue', 'View tickets created, resolved or deleted on in one or more Queues over a specified time period' ],
249   'Tickets per Day of Week'           => [ $fsurl.'rt/RTx/Statistics/DayOfWeek', 'View trends showing when tickets are created, resolved or deleted' ],
250   'Time to resolve'                   => [ $fsurl.'rt/RTx/Statistics/Resolution', 'View how long tickets take to be resolved by Queue' ],
251   'Time to resolve (scatter graph)'   => [ $fsurl.'rt/RTx/Statistics/TimeToResolve', 'View a detailed scatter graph of time to resolve tickets by Queue' ],
252 ;
253
254 tie my %report_ticketing, 'Tie::IxHash',
255   'Resolved by owner'       => [ $fsurl.'rt/Tools/Reports/ResolvedByOwner.html', '' ],
256   'Resolved in date range'  => [ $fsurl.'rt/Tools/Reports/ResolvedByDates.html', '' ],
257   'Created in date range'   => [ $fsurl.'rt/Tools/Reports/CreatedByDates.html', '' ],
258   'separator'               => '',
259   'Statistics'              => [ \%report_ticketing_statistics, '' ],
260   'separator2'              => '',
261   'Advanced ticket reports' => [ $fsurl.'rt/Search/Build.html', 'List tickets by any criteria' ],
262 ;
263
264 tie my %report_bill_event, 'Tie::IxHash',
265   'All billing events' => [ $fsurl.'search/report_cust_event.html', 'All billing events for a date range' ],
266   'Billing event errors' => [ $fsurl.'search/report_cust_event.html?failed=1', 'Failed credit cards, processor or printer problems, etc.' ],
267 #  'All invoice events' => [ $fsurl.'search/cust_bill_event.html', 'Reports on deprecated, old-style invoice events for a date range' ],
268 #  'Invoice event errors' => [ $fsurl.'search/cust_bill_event.html?failed=1', 'Reports on deprecated, old-style events for failed credit cards, processor or printer problems, etc.' ],
269 ;
270
271 tie my %report_payments, 'Tie::IxHash',
272     'Payments' => [ $fsurl.'search/report_cust_pay.html', 'Payment report (by type and/or date range)' ],
273 ;
274 $report_payments{'Pending Payments'} = [ $fsurl.'search/cust_pay_pending.html?magic=_date;statusNOT=done', 'Pending real-time payments' ]
275   if $curuser->access_right('View customer pending payments');
276 $report_payments{'Voided Payments'} = [ $fsurl.'search/report_cust_pay.html?void=1', 'Voided payment report (by type and/or date range)' ]
277   if $curuser->access_right('View customer pending payments');
278 $report_payments{'Unapplied Payments'} = [ $fsurl.'search/report_cust_pay.html?unapplied=1', 'Unapplied payment report (by type and/or date range)' ];
279 $report_payments{'Payment Batches'} = [ $fsurl.'search/pay_batch.html', 'Payment batches (by status and/or date range)' ]
280   if $conf->exists('batch-enable') || $conf->config('batch-enable_payby');
281 $report_payments{'Unapplied Payment Aging'} = [ $fsurl.'search/report_unapplied_cust_pay.html', 'Unapplied payment aging report' ];
282 $report_payments{'Deleted Payments / Payment history table'} = [ $fsurl.'search/report_h_cust_pay.html', 'Deleted payments / payment history table' ]
283   if $conf->exists('payment-history-report');
284
285 tie my %report_financial, 'Tie::IxHash';
286 if($curuser->access_right('Financial reports')) {
287
288   %report_financial = (
289     'Sales, Credits and Receipts' => [ $fsurl.'graph/report_money_time.html', 'Sales, credits and receipts summary graph' ],
290     'Sales Report' => [ $fsurl.'graph/report_cust_bill_pkg.html', 'Sales report and graph (by agent, package class and/or date range)' ],
291     'Rated Call Sales Report' => [ $fsurl.'graph/report_cust_bill_pkg_detail.html', 'Sales report and graph (by agent, package class, usage class and/or date range)' ],
292     'Employee Commission Report' => [ $fsurl.'search/report_employee_commission.html', '' ],
293     'Credit Report' => [ $fsurl.'search/report_cust_credit.html', 'Credit report (by employee and/or date range)' ],
294     'Unapplied Credits' => [ $fsurl.'search/report_cust_credit.html?unapplied=1', 'Unapplied credit report (by type and/or date range)' ],
295     'Refund Report' => [ $fsurl.'search/report_cust_refund.html', 'Refund report (by type and/or date range)' ],
296     'Unapplied Refunds' => [ $fsurl.'search/report_cust_refund.html?unapplied=1', 'Unapplied refund report (by type and/or date range)' ],
297     'Package Costs Report' => [ $fsurl.'graph/report_cust_pkg_cost.html', 'Package setup and recurring costs graph' ],
298   );
299   $report_financial{'A/R Aging'} = [ $fsurl.'search/report_receivables.html', 'Accounts Receivable Aging report' ];
300   $report_financial{'Prepaid Income'} = [ $fsurl.'search/report_prepaid_income.html', 'Prepaid income (unearned revenue)  report' ];
301   $report_financial{'Sales Tax Liability'} = [ $fsurl.'search/report_tax.html', 'Sales tax liability report (internal taxclass system)' ];
302   $report_financial{'Tax Liability'} = [ $fsurl.'search/report_newtax.html', 'Tax liability report (vendor data tax products system)' ]
303     if $conf->exists('enable_taxproducts');
304   $report_financial{'Customer Accounting Summary'} = [ $fsurl.'search/report_customer_accounting_summary.html', 'Customer accounting summary report' ];
305
306 } elsif($curuser->access_right('Receivables report')) {
307
308   $report_financial{'A/R Aging'} = [ $fsurl.'search/report_receivables.html', 'Accounts Receivable Aging report' ];
309
310 } # else $report_financial contains nothing.
311
312 tie my %report_menu, 'Tie::IxHash';
313 $report_menu{'Prospects'}   = [ \%report_prospects, 'Prospect reports' ]
314   if $curuser->access_right('List prospects');
315 $report_menu{'Customers'}   = [ \%report_customers, 'Customer reports'  ]
316   if $curuser->access_right('List customers');
317 $report_menu{'Invoices'}    =  [ \%report_invoices,  'Invoice reports'   ]
318   if $curuser->access_right('List invoices');
319 $report_menu{'Discounts'}   =  [ \%report_discounts, 'Discount reports'  ]
320   if $curuser->access_right('Financial reports');
321 $report_menu{'Payments'}    =  [ \%report_payments,  'Payment reports'   ]
322   if $curuser->access_right('Financial reports');
323 $report_menu{'Packages'}    =  [ \%report_packages,  'Package reports'   ]
324   if $curuser->access_right('List packages');
325 $report_menu{'Services'}    =  [ \%report_services,  'Services reports'  ]
326   if $curuser->access_right('List services');
327 $report_menu{'Inventory'}    =  [ \%report_inventory,  'Inventory reports'  ]
328   if $curuser->access_right('Configuration'); #XXX List inventory?
329 $report_menu{'Usage'} =  [ \%report_rating,    'Usage reports'  ]
330   if $curuser->access_right('List rating data');
331 $report_menu{'Tickets'}   = [ \%report_ticketing, 'Ticket reports' ]
332   if $conf->config('ticket_system')
333   ;#&& FS::TicketSystem->access_right(\%session, 'Something');
334 $report_menu{'Billing events'} =  [ \%report_bill_event, 'Billing events' ]
335   if $curuser->access_right('Billing event reports');
336 $report_menu{'Financial'}  = [ \%report_financial, 'Financial reports' ]
337   if $curuser->access_right('Financial reports') 
338   or $curuser->access_right('Receivables report');
339 $report_menu{'SQL Query'}  = [ $fsurl.'search/report_sql.html', 'SQL Query' ]
340   if $curuser->access_right('Raw SQL');
341
342 tie my %tools_importing, 'Tie::IxHash',
343   'Customers' => [ $fsurl.'misc/cust_main-import.cgi', '' ],
344   'Customer packages' => [ $fsurl.'misc/cust_pkg-import.html', '' ],
345   'Customer comments from CSV file' => [ $fsurl.'misc/cust_main_note-import.html', '' ],
346   'One-time charges from CSV file' => [ $fsurl.'misc/cust_main-import_charges.cgi', '' ],
347   'Payments from CSV file' => [ $fsurl.'misc/cust_pay-import.cgi', '' ],
348   'Phone numbers (DIDs)' => [ $fsurl.'misc/phone_avail-import.html', '' ],
349   'Call Detail Records (CDRs)' => [ $fsurl.'misc/cdr-import.html', '' ],
350 #  'Import call rates and regions' => [ $fsurl.'misc/rate-import.html', '' ],
351 ;
352 if ( $conf->exists('enable_taxproducts') ) {
353   if ( $conf->exists('taxdatadirectdownload') ) {
354       $tools_importing{'Tax rates from vendor site'} =
355       [ $fsurl.'misc/tax-fetch_and_import.cgi', '' ];
356   } else {
357     $tools_importing{'Tax rates from CSV files'} =
358       [ $fsurl.'misc/tax-import.cgi', '' ];
359   }
360 }
361
362 tie my %tools_exporting, 'Tie::IxHash',
363   'Download database dump' => [ $fsurl. 'misc/dump.cgi', '' ],
364 ;
365
366 #    <!-- <BR>View active NAS ports: 
367 #      <A HREF="browse/nas.cgi">session server</A> -->
368 #      <!-- or <A HREF="browse/nas-sqlradius.cgi">RADIUS</A>
369 #    <BR> -->
370
371 tie my %tools_ticketing, 'Tie::IxHash',
372   'Offline'      => [ $fsurl.'rt/Tools/Offline.html', '' ],
373   'My Day'       => [ $fsurl.'rt/Tools/MyDay.html', '' ],
374   'My Approvals' => [ $fsurl.'rt/Approvals/', '' ],
375 ;
376 $tools_ticketing{'Cron Tool'} = [ $fsurl.'rt/Developer/CronTool/', '' ]
377   if $conf->exists('rt-crontool');
378
379 tie my %tools_menu, 'Tie::IxHash', ();
380 $tools_menu{'Quick payment entry'} =  [ $fsurl.'misc/batch-cust_pay.html', 'Enter multiple payments in a batch' ]
381   if $curuser->access_right('Post payment batch');
382 $tools_menu{'Process payment batches'} = [ $fsurl.'search/pay_batch.cgi?magic=_date;open=1;intransit=1', 'Process credit card and electronic check batches' ]
383   if ( $conf->exists('batch-enable') || $conf->config('batch-enable_payby') )
384      && $curuser->access_right('Process batches');
385 $tools_menu{'Download invoice batches'} = [ $fsurl.'search/bill_batch.cgi' ] 
386   if $conf->exists('invoice_print_pdf');
387 $tools_menu{'Bulk DID Orders'} =  [ $fsurl.'browse/did_order.html', 'View/manage bulk DID orders' ]
388   if $curuser->access_right('Import');
389 $tools_menu{'Job Queue'} =  [ $fsurl.'search/queue.html', 'View pending job queue' ]
390   if $curuser->access_right('Job queue');
391 $tools_menu{'Ticketing'} = [ \%tools_ticketing, 'Ticketing tools' ]
392   if $conf->config('ticket_system');
393 $tools_menu{'Business card scan'} = [ $fsurl.'edit/prospect_main-upload.html' ]
394   if $curuser->access_right('New prospect');
395 $tools_menu{'Time Queue'} =  [ $fsurl.'search/report_timeworked.html', 'View pending support time' ]
396   if $curuser->access_right('Time queue');
397 $tools_menu{'Attachments'} = [ $fsurl.'browse/cust_attachment.html', 'View customer attachments' ]
398   if !$conf->config('disable_cust_attachment') and $curuser->access_right('View attachments') and $curuser->access_right('Browse attachments');
399 $tools_menu{'Importing'} =  [ \%tools_importing, 'Import tools' ]
400   if $curuser->access_right('Import');
401 $tools_menu{'Exporting'} =  [ \%tools_exporting, 'Export tools' ]
402   if $curuser->access_right('Export');
403
404 tie my %config_employees, 'Tie::IxHash',
405   'Employees' => [ $fsurl.'browse/access_user.html', 'Setup internal users' ],
406   'Employee groups' => [ $fsurl.'browse/access_group.html', 'Employee groups allow you to control access to the backend' ],
407 ;
408
409 tie my %config_export_svc, 'Tie::IxHash', ();
410 if ( $curuser->access_right('Configuration') ) {
411   $config_export_svc{'Exports'} = [ $fsurl.'browse/part_export.cgi', 'Provisioning services to external machines, databases and APIs' ];
412   $config_export_svc{'Service definitions'} = [ $fsurl.'browse/part_svc.cgi', 'Services are items you offer to your customers' ];
413 }
414
415 tie my %config_pkg_reason, 'Tie::IxHash',
416   'Cancel reasons' => [ $fsurl.'browse/reason.html?class=C', 'Cancel reasons explain why a service was cancelled.' ],
417   'Cancel reason types' => [ $fsurl.'browse/reason_type.html?class=C', 'Cancel reason types define groups of reasons.' ],
418   'Suspend reasons' => [ $fsurl.'browse/reason.html?class=S', 'Suspend reasons explain why a service was suspended.' ],
419   'Suspend reason types' => [ $fsurl.'browse/reason_type.html?class=S', 'Suspend reason types define groups of reasons.' ],
420 ;
421
422 tie my %config_pkg, 'Tie::IxHash', ();
423 $config_pkg{'Package definitions'} = [ $fsurl.'browse/part_pkg.cgi', 'One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services' ]
424   if    $curuser->access_right('Edit package definitions')
425      || $curuser->access_right('Edit global package definitions');
426 if ( $curuser->access_right('Configuration') ) {
427
428   #package grouping sub-menu?
429   $config_pkg{'Package classes'} =  [ $fsurl.'browse/pkg_class.html', 'Package classes define groups of packages, for taxation, ordering convenience and reporting.' ];
430   $config_pkg{'Package categories'} =  [ $fsurl.'browse/pkg_category.html', 'Package categories define groups of package classes, for invoice sections.' ];
431   $config_pkg{'Package report classes'} =  [ $fsurl.'browse/part_pkg_report_option.html', 'Package classes define optional groups of packages for reporting only.' ];
432   #eo package grouping sub-menu
433
434   $config_pkg{'Discounts'} = [ $fsurl.'browse/discount.html', '' ];
435   $config_pkg{'Cancel/Suspend Reasons'} = [ \%config_pkg_reason, '' ];
436 }
437
438 tie my %config_cust, 'Tie::IxHash',
439   'Customer classes'    =>  [ $fsurl.'browse/cust_class.html', 'Customer classes define groups of customers for reporting.' ],
440   'Customer categories' =>  [ $fsurl.'browse/cust_category.html', 'Customer categories define groups of customer classes.' ],
441 ;
442
443 $config_cust{'Customer note classes'} = [ $fsurl.'browse/cust_note_class.html', 'Customer note classes define groups of notes for reporting.' ]
444     if ($conf->exists('note-classes') && $conf->config('note-classes') > 0);
445
446 tie my %config_agent, 'Tie::IxHash',
447   'Agent types' => [ $fsurl.'browse/agent_type.cgi', 'Agent types define groups of package definitions that you can then assign to particular agents' ],
448   'Agents'      => [ $fsurl.'browse/agent.cgi', 'Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)' ],
449   'Agent payment gateways'         => [ $fsurl.'browse/payment_gateway.html', 'Credit card and electronic check processors for agent overrides' ];
450 ;
451
452 tie my %config_billing_rates, 'Tie::IxHash',
453   'Rate plans' => [ $fsurl.'browse/rate.cgi', 'Manage rate plans' ],
454   'Regions and prefixes' => [ $fsurl.'browse/rate_region.html', 'Manage regions and prefixes' ],
455   'Usage classes'  => [ $fsurl.'browse/usage_class.html', 'Usage classes define groups of usage for taxation.' ],
456   'Time periods' => [ $fsurl.'browse/rate_time.html', 'Time periods define days and hours for rate plans' ],
457   'Edit rates with Excel' => [ $fsurl.'misc/rate_edit_excel.html', 'Download and edit rates with Excel, then upload changes.' ], #"Edit with Excel" ?
458 ;
459
460 tie my %config_billing, 'Tie::IxHash';
461 #  'Payment gateways'         => [ $fsurl.'browse/payment_gateway.html', 'Credit card and electronic check processors' ];
462 $config_billing{'Billing events'} = [ $fsurl.'browse/part_event.html', 'Billing actions for customers, invoices and packages' ]
463     if $curuser->access_right('Edit billing events')
464     || $curuser->access_right('Edit global billing events');
465 if ( $curuser->access_right('Configuration') ) {
466   #$config_billing{'Invoice events'}         = [ $fsurl.'browse/part_bill_event.cgi', 'Deprecated, old-style actions for overdue invoices' ];
467   $config_billing{'Invoice templates'}      = [ $fsurl.'browse/invoice_template.html', 'Edit templates for HTML, plaintext and typeset invoices' ];
468   $config_billing{'Prepaid cards'}          = [ $fsurl.'search/prepay_credit.html', 'View outstanding cards, generate new cards' ];
469   $config_billing{'Call rates and regions'} = [ \%config_billing_rates, 'Manage rate plans, regions and prefixes for VoIP and call billing' ];
470
471   my $config_taxes_name = 'Locales and tax rates'.
472                           ( $conf->exists('enable_taxproducts')
473                             ? ' (internal tax class system)'
474                             : ''
475                           );
476   $config_billing{$config_taxes_name}  = [ $fsurl.'browse/cust_main_county.cgi', 'Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each' ];
477   $config_billing{'Tax rates (vendor data tax products system)'}  = [ $fsurl.'browse/tax_rate.cgi', 'Edit tax rates for the vendor data tax products system' ]
478      if $conf->exists('enable_taxproducts');
479   $config_billing{'Tax classes'} = [ $fsurl. 'browse/part_pkg_taxclass.html', 'Tax classes' ];
480
481   $config_billing{'Credit reasons'}  = [ $fsurl.'browse/reason.html?class=R', 'Credit reasons explain why a credit was issued.' ];
482   $config_billing{'Credit reason types'}  = [ $fsurl.'browse/reason_type.html?class=R', 'Credit reason types define groups of reasons.' ];
483 }
484
485 tie my %config_ticketing, 'Tie::IxHash',
486   'Ticketing Users'      => [ $fsurl.'rt/Admin/Users', 'View/Edit ticketing users' ], #XXX to be unified
487   'Ticketing Groups'     => [ $fsurl.'rt/Admin/Groups', 'View/Edit ticketing groups and group membership' ], #XXX to be unified
488   'Ticketing Queues'     => [ $fsurl.'rt/Admin/Queues', 'View/Edit ticketing queues and queue-specific properties' ], 
489   'Ticket Custom Fields' => [ $fsurl.'rt/Admin/CustomFields', 'View/Edit ticketing custom fields' ], 
490   'Ticketing Global'     => [ $fsurl.'rt/Admin/Global', 'View/Edit ticketing configuration applicable to all queues' ], 
491   #"System Configuraiton"?  useless, just makes people report errors about missing Module::Versions::Report #'Ticketing Tools'     => [ $fsurl.'rt/Admin/Tools', '' ], 
492 ;
493
494 tie my %config_dialup, 'Tie::IxHash',
495   'Access numbers' => [ $fsurl.'browse/svc_acct_pop.cgi', 'Points of Presence' ],
496 ;
497
498 tie my %config_broadband, 'Tie::IxHash',
499   'Routers'        => [ $fsurl.'browse/router.cgi', 'Broadband access routers' ],
500   'Address blocks' => [ $fsurl.'browse/addr_block.cgi', 'Manage address blocks and block assignments to broadband routers' ],
501 ;
502
503 tie my %config_phone, 'Tie::IxHash',
504   'View/Edit phone device types' => [ $fsurl.'browse/part_device.html', 'Phone device types' ],
505   'View/Edit bulk DID vendors' => [ $fsurl.'browse/did_vendor.html', 'Bulk DID vendors' ],
506 ;
507
508 tie my %config_misc, 'Tie::IxHash';
509 $config_misc{'Message templates'} = [ $fsurl.'browse/msg_template.html', 'Templates for customer notices' ]
510   if $curuser->access_right('Edit templates')
511   || $curuser->access_right('Edit global templates')
512   || $curuser->access_right('Configuration');
513 $config_misc{'Tags'} = [ $fsurl.'browse/part_tag.html', '' ]
514   if $curuser->access_right('Configuration');
515 $config_misc{'Advertising sources'} = [ $fsurl.'browse/part_referral.html', 'Where a customer heard about your service.' ]
516   if $curuser->access_right('Edit advertising sources')
517   || $curuser->access_right('Edit global advertising sources');
518 if ( $curuser->access_right('Configuration') ) {
519   $config_misc{'Virtual fields'} = [ $fsurl.'browse/part_virtual_field.cgi', 'Locally defined fields', ];
520   $config_misc{'Error catalog'} = [ $fsurl.'browse/msgcat.cgi', 'Change error messages and other customizable labels' ];
521 }
522 $config_misc{'Inventory classes and inventory'} = [ $fsurl.'browse/inventory_class.html', 'Setup inventory classes and stock inventory' ]
523   if $curuser->access_right('Edit inventory')
524   || $curuser->access_right('Edit global inventory')
525   || $curuser->access_right('Configuration');
526
527 tie my %config_menu, 'Tie::IxHash';
528 if ( $curuser->access_right('Configuration' ) ) {
529   %config_menu = (
530     'Settings'      => [ $fsurl.'config/config-view.cgi', '' ],
531     'separator'     => '', #its a separator!
532     'Employees'     => [ \%config_employees, '' ],
533   );
534 }
535 $config_menu{'Provisioning and services'} = [ \%config_export_svc, '' ]
536   if $curuser->access_right('Configuration' );
537 $config_menu{'Packages'} = [ \%config_pkg, '' ]
538   if    $curuser->access_right('Configuration' )
539      || $curuser->access_right('Edit package definitions')
540      || $curuser->access_right('Edit global package definitions');
541 $config_menu{'Customers'} = [ \%config_cust, '' ]
542   if $curuser->access_right('Configuration');
543 $config_menu{'Resellers'} = [ \%config_agent, '' ]
544   if $curuser->access_right('Configuration');
545 $config_menu{'Billing'} = [ \%config_billing, '' ]
546   if $curuser->access_right('Edit billing events')
547   || $curuser->access_right('Edit global billing events');
548 $config_menu{'Ticketing'} = [ \%config_ticketing, '' ]
549   if $conf->config('ticket_system')
550   && FS::TicketSystem->access_right(\%session, 'ShowConfigTab');
551 $config_menu{'Dialup'}  = [ \%config_dialup, ''    ]
552   if ( $curuser->access_right('Dialup configuration') );
553 $config_menu{'Broadband'} = [ \%config_broadband, ''    ]
554   if ( $curuser->access_right('Broadband configuration') );
555 $config_menu{'Phone'}  = [ \%config_phone, ''    ]
556   if ( $curuser->access_right('Configuration') );
557 $config_menu{'Miscellaneous'} = [ \%config_misc, ''    ]
558   if $curuser->access_right('Configuration' )
559   || $curuser->access_right('Edit advertising sources')
560   || $curuser->access_right('Edit global advertising sources');
561
562
563 my $wiki = 'http://www.freeside.biz/mediawiki/index.php';
564 my $doc_link = $conf->config('support-key')
565                  ? "$wiki/Supported:Documentation"
566                  : $curuser->access_right('Configuration')
567                    ? "$wiki/Freeside:2.1:Documentation"
568                    : "$wiki/Freeside:2.1:Documentation:User";
569
570 eval "use RT;"
571   if $conf->config('ticket_system') eq 'RT_Internal';
572
573 tie my %help_menu, 'Tie::IxHash', 'Billing documentation' => [ $doc_link, 'Freeside documentation' ];
574 $help_menu{'Ticketing documentation'} = [ 'http://wiki.bestpractical.com/', 'Request Tracker Wiki' ]
575   if $conf->config('ticket_system') eq 'RT_Internal';
576 $help_menu{'separator'} = '';
577 $help_menu{"About Freeside v$FS::VERSION"} = [ "javascript:about_freeside()", '' ];
578 $help_menu{"About RT v$RT::VERSION"} = [ 'http://www.bestpractical.com/rt', 'Request Tracker Homepage' ]
579   if $conf->config('ticket_system') eq 'RT_Internal';
580
581
582 tie my %menu, 'Tie::IxHash';
583
584 if ( $conf->config('menu-prepend_links')) {
585   my @links = split(/\n/, $conf->config('menu-prepend_links'));
586   foreach my $link (@links) {
587     $link =~ /^\s*(\S+)\s+(.*?)(\s*\(([^\)]*)\))?$/ or next;
588     my($url, $label, $alt) = ($1, $2, $4);
589     $menu{$label} = [ $url, $alt ];
590   }
591 }
592
593 $menu{'Billing Main'} = [ $fsurl, 'Billing start page', ];
594
595 if ( $conf->config('ticket_system') ) {
596   $menu{'Ticketing Main'} =
597     [ 
598       ( $conf->config('ticket_system') eq 'RT_External'
599         ? FS::TicketSystem->baseurl()
600         : $fsurl.'rt/'
601       ),
602       'Ticketing start page',
603     ],
604 }
605 $menu{'New prospect'} = [ $fsurl.'edit/prospect_main.html', 'Add a new prospect' ]
606   if $curuser->access_right('New prospect');
607 $menu{'New customer'} = [ $fsurl.'edit/cust_main.cgi', 'Add a new customer' ]
608   if $curuser->access_right('New customer');
609 $menu{'Reports'} = [ \%report_menu, 'Lists, reporting and graphing' ]
610   if keys %report_menu;
611 $menu{'Tools'} = [ \%tools_menu, 'Tools' ]
612   if keys %tools_menu;
613 $menu{'Configuration'} = [ \%config_menu, 'Configuraiton and setup' ]
614   if $curuser->access_right('Configuration')
615   || $curuser->access_right('Edit package definitions')
616   || $curuser->access_right('Edit global package definitions')
617   || $curuser->access_right('Edit billing events')
618   || $curuser->access_right('Edit global billing events')
619   || $curuser->access_right('Dialup configuration')
620   || $curuser->access_right('Broadband configuration')
621   || $curuser->access_right('Phone configuration')
622   || $curuser->access_right('Edit advertising sources')
623   || $curuser->access_right('Edit global advertising sources');
624 $menu{'Help'} = [ \%help_menu, '' ];
625
626
627 use vars qw($gmenunum);
628 $gmenunum = 0;
629
630 sub submenu {
631   my($submenu, $title) = @_;
632   my $menunum = $gmenunum++;
633
634   #return two args: html, menuname
635
636   "var myMenu$menunum = new WebFXMenu;\n".
637   #"myMenu$menunum.useAutoPosition = true;\n".
638 #  "myMenu$menunum.emptyText = '$title';\n".
639   "myMenu$menunum.emptyText = '';\n".
640
641   (
642     join("\n", map {
643
644       if ( !ref( $submenu->{$_} ) ) {
645
646         "myMenu$menunum.add(new WebFXMenuSeparator());";
647
648       } else {
649
650         my($url_or_submenu, $tooltip ) = @{ $submenu->{$_} };
651         if ( ref($url_or_submenu) ) {
652
653           my($subhtml, $submenuname ) = submenu($url_or_submenu, $_); #mmm, recursion
654
655           "$subhtml\n".
656           "myMenu$menunum.add(new WebFXMenuItem(\"$_\", null, \"$tooltip\", $submenuname ));";
657
658         } else {
659
660           "myMenu$menunum.add(new WebFXMenuItem(\"$_\", \"$url_or_submenu\", \"$tooltip\" ));";
661
662         }
663
664       }
665
666     } keys %$submenu )
667   ). "\n".
668   "myMenu$menunum.width = 256;\n",
669
670   "myMenu$menunum";
671
672 }
673
674 </%init>
675