add svc_elec_features merged from reference code RT#7643
[freeside.git] / httemplate / misc / qualified_liteup_customers.cgi
1 <% include("/elements/header.html",'LITEUP') %>
2
3 <h3> <FONT COLOR="Blue">Process new Liteup List</FONT></h3>
4 <FORM ACTION="process/qualified_liteup_customers.cgi" METHOD="post" ENCTYPE="multipart/form-data">
5
6 Import a text file from PUCT containg qualified LITEUP customers.
7 <BR>
8 The text file should contain ESIID, Address, City, StateZip, Qualifydate.  All seperated by 2 or more white spaces.  
9 <BR><BR>
10 ie.
11 <BR>
12 10032789488231455        3608 ORING         EDINBURG  TX78539   2008030120080731<BR>
13 1008939284701838499830   2206 W REEN RD     HOUSTON   TX77067   2008030120080731
14 <BR><BR>
15
16 <% &ntable("#cccccc") %>
17
18 <% include('/elements/tr-select-agent.html', '', #$agentnum,
19               'label'       => "<B>Agent</B>",
20               'empty_label' => 'Select agent',
21            )
22 %>
23
24 <!--
25 <TR>
26   <TH ALIGN="right">Format</TH>
27   <TD>
28     <SELECT NAME="format">
29       <OPTION VALUE="simple">Simple
30       <OPTION VALUE="extended" SELECTED>Extended
31     </SELECT>
32   </TD>
33 </TR>
34 -->
35
36 <TR>
37   <TH ALIGN="right">filename</TH>
38   <TD><INPUT TYPE="file" NAME="textfile"></TD>
39 </TR>
40 % #include('/elements/tr-select-part_referral.html')
41 %
42
43 </TABLE>
44 <BR>
45
46 <INPUT STYLE="background-color:lightgreen" TYPE="submit" name="action" VALUE="Process List">
47
48 <BR><BR>
49 <hr color="#CC2277" size="5">
50
51 <h3> <FONT COLOR="Blue">Audit Liteup Program</FONT></h3>
52
53 <TABLE>
54 <% include( '/elements/tr-input-beginning_ending.html' ) %>
55 </TABLE>
56
57 <BR>
58 <INPUT STYLE="background-color:lightgreen" TYPE="submit" name="action" VALUE="Get Report">
59
60 <BR><BR>
61 <hr color="#CC2277" size="5">
62
63 </FORM>
64
65 <% include('/elements/footer.html') %>
66
67 <%once>
68 my $req = qq!<font color="#ff0000">*</font>!;
69 </%once>
70
71