add "All dates" format to package import with contract_end, RT#34397
[freeside.git] / httemplate / misc / cust_pkg-import.html
1 <& /elements/header.html, 'Customer package import' &>
2
3 Import a file containing customer packages.
4 <BR><BR>
5
6 <& /elements/form-file_upload.html,
7      'name'      => 'PackageImportForm',
8      'action'    => 'process/cust_pkg-import.html',
9      'num_files' => 1,
10      'fields'    => [ 'agentnum', 'pkgbatch', 'format' ],
11      'message'   => 'Customer package import successful',
12      'url'       => $p."search/cust_pkg.cgi?pkgbatch=$pkgbatch",
13      'onsubmit'  => "document.PackageImportForm.submitButton.disabled=true;"
14 &>
15
16 <% &ntable("#cccccc", 2) %>
17
18   <& /elements/tr-select-agent.html,
19        #'curr_value' => '', #$agentnum,
20        'label'       => "<B>Agent</B>",
21        'empty_label' => 'Select agent',
22   &>
23
24   <INPUT TYPE="hidden" NAME="pkgbatch" VALUE="<% $pkgbatch %>"%>
25
26   <TR>
27     <TH ALIGN="right">Format</TH>
28     <TD>
29       <SELECT NAME="format">
30         <OPTION VALUE="default" SELECTED>Default
31         <OPTION VALUE="default-agent_custid">Default with agent_custid
32         <OPTION VALUE="all_dates">All dates
33         <OPTION VALUE="all_dates-agent_custid">All dates with agent_custid
34         <OPTION VALUE="svc_acct">Account service
35         <OPTION VALUE="svc_acct-agent_custid">Account service with agent_custid
36         <OPTION VALUE="svc_phone">Phone service
37         <OPTION VALUE="svc_phone-agent_custid">Phone service with agent_custid
38         <OPTION VALUE="svc_external">External service
39         <OPTION VALUE="svc_external-agent_custid">External service with agent_custid
40         <OPTION VALUE="location">Location
41         <OPTION VALUE="location-agent_custid">Location with agent_custid
42         <OPTION VALUE="location-agent_custid-agent_pkgid">Location with agent_custid and agent_pkgid
43       </SELECT>
44     </TD>
45   </TR>
46
47   <& /elements/file-upload.html,
48        'field' => 'file',
49        'label' => 'Filename',
50   &>
51
52   <TR>
53     <TD COLSPAN=2 ALIGN="center" STYLE="padding-top:6px">
54       <INPUT TYPE    = "submit"
55              NAME    = "submitButton"
56              ID      = "submitButton"
57              VALUE   = "Import file"
58       >
59     </TD>
60   </TR>
61
62 </TABLE>
63
64 </FORM>
65
66 <BR>
67 Uploaded files can be CSV (comma-separated value) files or Excel spreadsheets.  The file should have a .CSV or .XLS extension.
68 <BR><BR>
69
70 <b>Default</b> format has the following field order: <i>custnum<%$req%>, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire</i>
71 <BR><BR>
72
73 <b>Default with agent_custid</b> format has the following field order: <i>agent_custid<%$req%>, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire</i>
74 <BR><BR>
75
76 <b>All dates</b> format has the following field order: <i>custnum<%$req%>, pkgpart<%$req%>, discountnum, order_date, start_date, setup, bill, last_bill, susp, adjourn, resume, cancel, expire, contract_end, dundate</i>
77 <BR><BR>
78
79 <b>All dates with agent_custid</b> format has the following field order: <i>agent_custid<%$req%>, pkgpart<%$req%>, discountnum, order_date, start_date, setup, bill, last_bill, susp, adjourn, resume, cancel, expire, contract_end, dundate</i>
80 <BR><BR>
81
82 <b>Account service</b> format has the following field order: <i>custnum<%$req%>, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire, username, _password, domsvc</i>
83 <BR><BR>
84
85 <b>Account service with agent_custid</b> format has the following field order: <i>agent_custid<%$req%>, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire, username, _password, domsvc</i>
86 <BR><BR>
87
88 <b>Phone sevice</b> format has the following field order: <i>custnum<%$req%>, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire, countrycode, phonenum, sip_password, pin</i>
89 <BR><BR>
90
91 <b>Phone service with agent_custid</b> format has the following field order: <i>agent_custid<%$req%>, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire, countrycode, phonenum, sip_password, pin</i>
92 <BR><BR>
93
94 <b>External sevice</b> format has the following field order: <i>custnum<%$req%>, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire, id, title</i>
95 <BR><BR>
96
97 <b>External service with agent_custid</b> format has the following field order: <i>agent_custid<%$req%>, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire, id, title</i>
98 <BR><BR>
99
100 <b>Location</b> format has the following field order: <i>custnum<%$req%>,
101 pkgpart<%$req%>, discountnum,
102 start_date, setup, bill, last_bill, susp, adjourn, cancel, expire,
103 address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>
104 </i>
105 <BR><BR>
106
107 <b>Location with agent_custid</b> format has the following field order: <i>agent_custid<%$req%>,
108 pkgpart<%$req%>, discountnum,
109 start_date, setup, bill, last_bill, susp, adjourn, cancel, expire,
110 address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>
111 </i>
112 <BR><BR>
113
114 <b>Location with agent_custid and agent_pkgid</b> format has the following field order: <i>agent_custid<%$req%>, agent_pkgid,
115 pkgpart<%$req%>, discountnum,
116 start_date, setup, bill, last_bill, susp, adjourn, cancel, expire,
117 address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>
118 </i>
119 <BR><BR>
120
121 <%$req%> Required fields
122 <BR><BR>
123
124 Field information:
125
126 <ul>
127
128   <li><i>custnum</i>: This specifies an existing customer by custnum.
129
130   <li><i>agent_custid</i>: This specifies an existing customer record by agent_custid.
131
132   <li><i>agent_pkgid</i>: This specifies an existing customer record by agent_custid.
133
134   <li><i>pkgpart</i>: Package definition.  Configuration -&gt; Packages -&gt; Package definitions
135
136   <li><i>discountnum</i>: Optional discount.  Configuration -&gt; Packages -&gt; Discounts
137
138   <li><i>start_date</i>: Indicates a future start date; do not fill in for active packages
139
140   <li><i>setup</i>: Indicates setup fee has been charged and package setup on this date
141
142   <li><i>bill</i>: Next bill date
143
144   <li><i>last_bill</i>: Last bill date
145
146   <li><i>susp</i>: Indicates the package is suspended (on the given date).
147
148   <li><i>adjourn</i>: Indicates a future suspension on this date.
149
150   <li><i>cancel</i>: Indicates the package is cancelled (on the given date).
151
152   <li><i>expire</i>: Indicates a future cancellation on this date.
153
154 <!--
155   <li><i>username</i> and <i>_password</i> are required if <i>pkgpart</i> is specified. (Extended and Extended plus company formats)
156 -->
157
158   <li><i>domsvc</i>: Domain svcnum
159
160   <li><i>id</i>: External service id, integer
161
162   <li><i>title</i>: External service identifier, text
163
164   <li><i>address1</i>: Service address, number and street, text
165
166   <li><i>address2</i>: Service address, suite/unit/building identifier, text
167
168   <li><i>city</i>: Service address, name of city, text
169
170   <li><i>state</i>: Service address, state/province, abbreviated
171
172   <li><i>zip</i>: Service address, postal code
173
174   <li><i>country</i>: Service address, country, 2-letter code
175
176 </ul>
177
178 <BR>
179
180 <& /elements/footer.html &>
181
182 <%once>
183
184 my $req = qq!<font color="#ff0000">*</font>!;
185
186 </%once>
187 <%init>
188
189 die "access denied"
190   unless $FS::CurrentUser::CurrentUser->access_right('Import');
191
192 my $pkgbatch = time2str('webimport-%Y/%m/%d-%T'. "-$$-". rand() * 2**32, time);
193
194 </%init>