service definition cloning
[freeside.git] / httemplate / edit / part_svc.cgi
1 <!-- mason kludge -->
2 <% 
3    my $part_svc;
4    my $clone = '';
5    if ( $cgi->param('error') ) { #error
6      $part_svc = new FS::part_svc ( {
7        map { $_, scalar($cgi->param($_)) } fields('part_svc')
8      } );
9    } elsif ( $cgi->param('clone') && $cgi->param('clone') =~ /^(\d+)$/ ) {#clone
10      #$cgi->param('clone') =~ /^(\d+)$/ or die "malformed query: $query";
11      $part_svc = qsearchs('part_svc', { 'svcpart'=>$1 } )
12        or die "unknown svcpart: $1";
13      $clone = $part_svc->svcpart;
14      $part_svc->svcpart('');
15    } elsif ( $cgi->keywords ) { #edit
16      my($query) = $cgi->keywords;
17      $query =~ /^(\d+)$/ or die "malformed query: $query";
18      $part_svc=qsearchs('part_svc', { 'svcpart'=>$1 } )
19        or die "unknown svcpart: $1";
20    } else { #adding
21      $part_svc = new FS::part_svc {};
22    }
23    my $action = $part_svc->svcpart ? 'Edit' : 'Add';
24    my $hashref = $part_svc->hashref;
25 #   my $p_svcdb = $part_svc->svcdb || 'svc_acct';
26
27
28            #" onLoad=\"visualize()\""
29 %>
30
31 <%= header("$action Service Definition",
32            menubar( 'Main Menu'         => $p,
33                     'View all service definitions' => "${p}browse/part_svc.cgi"
34                   ),
35            )
36 %>
37
38 <% if ( $cgi->param('error') ) { %>
39 <FONT SIZE="+1" COLOR="#ff0000">Error: <%= $cgi->param('error') %></FONT>
40 <% } %>
41
42 <FORM NAME="dummy">
43
44       Service Part #<%= $part_svc->svcpart ? $part_svc->svcpart : "(NEW)" %>
45 <BR><BR>
46 Service  <INPUT TYPE="text" NAME="svc" VALUE="<%= $hashref->{svc} %>"><BR>
47 Disable new orders <INPUT TYPE="checkbox" NAME="disabled" VALUE="Y"<%= $hashref->{disabled} eq 'Y' ? ' CHECKED' : '' %>><BR>
48 <INPUT TYPE="hidden" NAME="svcpart" VALUE="<%= $hashref->{svcpart} %>">
49 <BR>
50 Services are items you offer to your customers.
51 <UL><LI>svc_acct - Shell accounts, POP mailboxes, SLIP/PPP and ISDN accounts
52     <LI>svc_domain - Domains
53     <LI>svc_acct_sm - <B>deprecated</B> (use svc_forward for new installations) Virtual domain mail aliasing.
54     <LI>svc_forward - mail forwarding
55     <LI>svc_www - Virtual domain website
56 <!--   <LI>svc_charge - One-time charges (Partially unimplemented)
57        <LI>svc_wo - Work orders (Partially unimplemented)
58 -->
59 </UL>
60 For the selected table, you can give fields default or fixed (unchangable)
61 values.  For example, a SLIP/PPP account may have a default (or perhaps fixed)
62 <B>slipip</B> of <B>0.0.0.0</B>, while a POP mailbox will probably have a fixed
63 blank <B>slipip</B> as well as a fixed shell something like <B>/bin/true</B> or
64 <B>/usr/bin/passwd</B>.
65 <BR><BR>
66
67 <%
68 #these might belong somewhere else for other user interfaces 
69 #pry need to eventually create stuff that's shared amount UIs
70 my %defs = (
71   'svc_acct' => {
72     'dir'       => 'Home directory',
73     'uid'       => 'UID (set to fixed and blank for dial-only)',
74     'slipip'    => 'IP address (Set to fixed and blank to disable dialin, or, set a value to be exported to RADIUS Framed-IP-Address.  Use the special value <code>0e0</code> [zero e zero] to enable export to RADIUS without a Framed-IP-Address.)',
75 #    'popnum'    => qq!<A HREF="$p/browse/svc_acct_pop.cgi/">POP number</A>!,
76     'popnum'    => {
77                      desc => 'Access number',
78                      type => 'select',
79                      select_table => 'svc_acct_pop',
80                      select_key   => 'popnum',
81                      select_label => 'city',
82                    },
83     'username'  => 'Username',
84     'quota'     => '',
85     '_password' => 'Password',
86     'gid'       => 'GID (when blank, defaults to UID)',
87     'shell'     => 'Shell (all service definitions should have a default or fixed shell that is present in the <b>shells</b> configuration file)',
88     'finger'    => 'GECOS',
89     'domsvc'    => {
90                      desc =>'svcnum from svc_domain',
91                      type =>'select',
92                      select_table => 'svc_domain',
93                      select_key   => 'svcnum',
94                      select_label => 'domain',
95                    },
96     'usergroup' => {
97                      desc =>'ICRADIUS/FreeRADIUS groups',
98                      type =>'radius_usergroup_selector',
99                    },
100   },
101   'svc_domain' => {
102     'domain'    => 'Domain',
103   },
104   'svc_acct_sm' => {
105     'domuser'   => 'domuser@virtualdomain.com',
106     'domuid'    => 'UID where domuser@virtualdomain.com mail is forwarded',
107     'domsvc'    => 'svcnum from svc_domain for virtualdomain.com',
108   },
109   'svc_forward' => {
110     'srcsvc'    => 'service from which mail is to be forwarded',
111     'dstsvc'    => 'service to which mail is to be forwarded',
112     'dst'       => 'someone@another.domain.com to use when dstsvc is 0',
113   },
114   'svc_charge' => {
115     'amount'    => 'amount',
116   },
117   'svc_wo' => {
118     'worker'    => 'Worker',
119     '_date'      => 'Date',
120   },
121   'svc_www' => {
122     #'recnum' => '',
123     #'usersvc' => '',
124   },
125 );
126
127   my @dbs = $hashref->{svcdb}
128              ? ( $hashref->{svcdb} )
129              : qw( svc_acct svc_domain svc_acct_sm svc_forward svc_www );
130
131   tie my %svcdb, 'Tie::IxHash', map { $_=>$_ } @dbs;
132   my $widget = new HTML::Widgets::SelectLayers(
133     #'selected_layer' => $p_svcdb,
134     'selected_layer' => $hashref->{svcdb} || 'svc_acct',
135     'options'        => \%svcdb,
136     'form_name'      => 'dummy',
137     'form_action'    => 'process/part_svc.cgi',
138     'form_text'      => [ qw( svc svcpart ) ],
139     'form_checkbox'  => [ 'disabled' ],
140     'layer_callback' => sub {
141       my $layer = shift;
142       my $html = qq!<INPUT TYPE="hidden" NAME="svcdb" VALUE="$layer">!;
143
144       my $columns = 3;
145       my $count = 0;
146       my @part_export =
147         grep { $layer eq FS::part_export::exporttype2svcdb($_->exporttype) }
148           qsearch( 'part_export', {} );
149       $html .= '<BR><BR>'. table().
150                table(). "<TR><TH COLSPAN=$columns>Exports</TH></TR><TR>";
151       foreach my $part_export ( @part_export ) {
152         $html .= '<TD><INPUT TYPE="checkbox"'.
153                  ' NAME="exportnum'. $part_export->exportnum. '"  VALUE="1" ';
154         $html .= 'CHECKED'
155           if qsearchs( 'export_svc', {
156                                    exportnum => $part_export->exportnum,
157                                    svcpart   => $clone || $part_svc->svcpart });
158         $html .= '> '. $part_export->exporttype. ' to '. $part_export->machine.
159                  '</TD>';
160         $count++;
161         $html .= '</TR><TR>' unless $count % $columns;
162       }
163       $html .= '</TR></TABLE><BR><BR>';
164
165       $html .=  table(). "<TH>Field</TH><TH COLSPAN=2>Modifier</TH>";
166       #yucky kludge
167       my @fields = defined( $FS::Record::dbdef->table($layer) )
168                       ? grep { $_ ne 'svcnum' } fields($layer)
169                       : ();
170       push @fields, 'usergroup' if $layer eq 'svc_acct'; #kludge
171       $part_svc->svcpart($clone) if $clone; #haha, undone below
172       foreach my $field (@fields) {
173         my $part_svc_column = $part_svc->part_svc_column($field);
174         my $value = $cgi->param('error')
175                       ? $cgi->param("${layer}__${field}")
176                       : $part_svc_column->columnvalue;
177         my $flag = $cgi->param('error')
178                      ? $cgi->param("${layer}__${field}_flag")
179                      : $part_svc_column->columnflag;
180         my $def = $defs{$layer}{$field};
181         my $desc = ref($def) ? $def->{desc} : $def;
182         
183         $html .= "<TR><TD>$field";
184         $html .= "- <FONT SIZE=-1>$desc</FONT>" if $desc;
185         $html .=  "</TD>";
186         $html .=
187           qq!<TD><INPUT TYPE="radio" NAME="${layer}__${field}_flag" VALUE=""!.
188           ' CHECKED'x($flag eq ''). ">Off</TD>".
189           qq!<TD><INPUT TYPE="radio" NAME="${layer}__${field}_flag" VALUE="D"!.
190           ' CHECKED'x($flag eq 'D'). ">Default ".
191           qq!<INPUT TYPE="radio" NAME="${layer}__${field}_flag" VALUE="F"!.
192           ' CHECKED'x($flag eq 'F'). ">Fixed ".
193           '<BR>';
194         if ( ref($def) ) {
195           if ( $def->{type} eq 'select' ) {
196             $html .= qq!<SELECT NAME="${layer}__${field}">!;
197             $html .= '<OPTION> </OPTION>' unless $value;
198             foreach my $record ( qsearch( $def->{select_table}, {} ) ) {
199               my $rvalue = $record->getfield($def->{select_key});
200               $html .= qq!<OPTION VALUE="$rvalue"!.
201                        ( $rvalue==$value ? ' SELECTED>' : '>' ).
202                        $record->getfield($def->{select_label}). '</OPTION>';
203             }
204             $html .= '</SELECT>';
205           } elsif ( $def->{type} eq 'radius_usergroup_selector' ) {
206             $html .= FS::svc_acct::radius_usergroup_selector(
207               [ split(',', $value) ], "${layer}__${field}" );
208           } else {
209             $html .= '<font color="#ff0000">unknown type'. $def->{type};
210           }
211         } else {
212           $html .=
213             qq!<INPUT TYPE="text" NAME="${layer}__${field}" VALUE="$value">!;
214         }
215         $html .= "</TD></TR>\n";
216       }
217       $part_svc->svcpart('') if $clone; #undone
218       $html .= "</TABLE>";
219
220       $html .= '<BR><INPUT TYPE="submit" VALUE="'.
221                ($hashref->{svcpart} ? 'Apply changes' : 'Add service'). '">';
222
223       $html;
224
225     },
226   );
227
228 %>
229 Table <%= $widget->html %>
230   </BODY>
231 </HTML>
232