1 <& /elements/header.html, 'Customer package import' &>
3 Import a file containing customer packages.
6 <& /elements/form-file_upload.html,
7 'name' => 'PackageImportForm',
8 'action' => 'process/cust_pkg-import.html',
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;"
16 <% &ntable("#cccccc", 2) %>
18 <& /elements/tr-select-agent.html,
19 #'curr_value' => '', #$agentnum,
20 'label' => "<B>Agent</B>",
21 'empty_label' => 'Select agent',
24 <INPUT TYPE="hidden" NAME="pkgbatch" VALUE="<% $pkgbatch %>"%>
27 <TH ALIGN="right">Format</TH>
29 <SELECT NAME="format">
30 <OPTION VALUE="default" SELECTED>Default
31 <OPTION VALUE="default-agent_custid">Default with agent_custid
32 <OPTION VALUE="default-locationnum">Default with existing location
33 <OPTION VALUE="all_dates">All dates
34 <OPTION VALUE="all_dates-agent_custid">All dates with agent_custid
35 <OPTION VALUE="all_dates-locationnum">All dates with existing location
36 <OPTION VALUE="svc_acct">Account service
37 <OPTION VALUE="svc_acct-agent_custid">Account service with agent_custid
38 <OPTION VALUE="svc_acct-locationnum">Account service with existing location
39 <OPTION VALUE="svc_broadband">Broadband service
40 <OPTION VALUE="svc_phone">Phone service
41 <OPTION VALUE="svc_phone-agent_custid">Phone service with agent_custid
42 <OPTION VALUE="svc_phone-locationnum">Phone service with existing location
43 <OPTION VALUE="bulk_svc_phone">Bulk phone service
44 <OPTION VALUE="bulk_svc_phone-agent_custid">Bulk phone service with agent_custid
45 <OPTION VALUE="bulk_svc_phone-locationnum">Bulk phone service with existing location
46 <OPTION VALUE="svc_external">External service
47 <OPTION VALUE="svc_external-agent_custid">External service with agent_custid
48 <OPTION VALUE="svc_external-locationnum">External service with existing location
49 <OPTION VALUE="location">Location
50 <OPTION VALUE="location-agent_custid">Location with agent_custid
51 <OPTION VALUE="location-agent_custid-agent_pkgid">Location with agent_custid and agent_pkgid
52 <OPTION VALUE="location-quan_price-svc_phone">Location, quantity and price customizations with phone service
53 <OPTION VALUE="location-quan_price-svc_phone-agent_custid">Location, quantity and price customizations with phone service and agent_custid
54 <OPTION VALUE="location-quan_price-svc_phone-agent_custid-agent_pkgid">Location, quantity and price customizations with phone service and agent_custid and agent_pkgid
59 <& /elements/file-upload.html,
61 'label' => 'Filename',
65 <TD COLSPAN=2 ALIGN="center" STYLE="padding-top:6px">
66 <INPUT TYPE = "submit"
79 Uploaded files can be CSV (comma-separated value) files or Excel spreadsheets. The file should have a .CSV or .XLS extension.
82 <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>
85 <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>
88 <b>Default with existing location</b> format has the following field order: <i>custnum<%$req%>, locationnum, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire</i>
91 <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>
94 <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>
97 <b>All dates with existing location</b> format has the following field order: <i>custnum<%$req%>, locationnum, pkgpart<%$req%>, discountnum, order_date, start_date, setup, bill, last_bill, susp, adjourn, resume, cancel, expire, contract_end, dundate</i>
100 <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>
103 <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>
106 <b>Account service with existing location</b> format has the following field order: <i>custnum<%$req%>, locationnum, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire, username, _password, domsvc</i>
109 <b>Broadband service</b> format has the following field order: <i>custnum<%$req%>, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire, ip_addr<%$req%>, description, routernum, blocknum, sectornum, speed_up, speed_down</i>
112 <b>Phone service</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>
115 <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>
118 <b>Phone service with existing location</b> format has the following field order: <i>custnum<%$req%>, locationnum, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire, countrycode, phonenum, sip_password, pin</i>
121 <b>Bulk phone service</b> format has the following field order: <i>custnum<%$req%>, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire, countrycode, start_phonenum-end_phonenum, sip_password, pin</i>
124 <b>Bulk 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, start_phonenum-end_phonenum, sip_password, pin</i>
127 <b>Bulk phone service with existing location</b> format has the following field order: <i>custnum<%$req%>, locationnum, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire, countrycode, start_phonenum-end_phonenum, sip_password, pin</i>
130 <b>External service</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>
133 <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>
136 <b>External service with existing location</b> format has the following field order: <i>custnum<%$req%>, locationnum, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire, id, title</i>
139 <b>Location</b> format has the following field order: <i>custnum<%$req%>,
140 pkgpart<%$req%>, discountnum,
141 start_date, setup, bill, last_bill, susp, adjourn, cancel, expire,
142 address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>
146 <b>Location with agent_custid</b> format has the following field order: <i>agent_custid<%$req%>,
147 pkgpart<%$req%>, discountnum,
148 start_date, setup, bill, last_bill, susp, adjourn, cancel, expire,
149 address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>
153 <b>Location with agent_custid and agent_pkgid</b> format has the following field order: <i>agent_custid<%$req%>, agent_pkgid,
154 pkgpart<%$req%>, discountnum,
155 start_date, setup, bill, last_bill, susp, adjourn, cancel, expire,
156 address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>
160 <b>Location, quantity and price customizations with phone service</b> format has the following field order: <i>custnum<%$req%>,
161 pkgpart<%$req%>, discountnum,
162 start_date, setup, bill, last_bill, susp, adjourn, cancel, expire,
163 address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>,
164 quantity, setup_fee, recur_fee, invoice_details,
165 countrycode, phonenum, sip_password, pin
169 <b>Location, quantity and price customizations with phone service and agent_custid</b> format has the following field order: <i>agent_custid<%$req%>,
170 pkgpart<%$req%>, discountnum,
171 start_date, setup, bill, last_bill, susp, adjourn, cancel, expire,
172 address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>,
173 quantity, setup_fee, recur_fee, invoice_details,
174 countrycode, phonenum, sip_password, pin
178 <b>Location, quantity and price customizations with phone service and agent_custid and agent_pkgid</b> format has the following field order: <i>agent_custid<%$req%>, agent_pkgid,
179 pkgpart<%$req%>, discountnum,
180 start_date, setup, bill, last_bill, susp, adjourn, cancel, expire,
181 address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>,
182 quantity, setup_fee, recur_fee, invoice_details,
183 countrycode, phonenum, sip_password, pin
187 <%$req%> Required fields (for address fields, required if an address is specified)
194 <li><i>custnum</i>: This specifies an existing customer by custnum.
196 <li><i>agent_custid</i>: This specifies an existing customer record by agent_custid.
198 <li><i>agent_pkgid</i>: This specifies an existing customer record by agent_custid.
200 <li><i>pkgpart</i>: Package definition. Configuration -> Packages -> Package definitions
202 <li><i>discountnum</i>: Optional discount. Configuration -> Packages -> Discounts
204 <li><i>start_date</i>: Indicates a future start date; do not fill in for active packages
206 <li><i>setup</i>: Indicates setup fee has been charged and package setup on this date
208 <li><i>bill</i>: Next bill date
210 <li><i>last_bill</i>: Last bill date
212 <li><i>susp</i>: Indicates the package is suspended (on the given date).
214 <li><i>adjourn</i>: Indicates a future suspension on this date.
216 <li><i>cancel</i>: Indicates the package is cancelled (on the given date).
218 <li><i>expire</i>: Indicates a future cancellation on this date.
222 <li><i>setup_fee</i>: Including this implements per-customer custom pricing for this package, overriding package definition pricing
224 <li><i>recur_fee</i>: Including this implements per-customer custom pricing for this package, overriding package definition pricing
226 <li><i>invoice_details</i>: Package invoice details (optionally, can include multiple lines of details separated by a vertical bar)
229 <li><i>username</i> and <i>_password</i> are required if <i>pkgpart</i> is specified. (Extended and Extended plus company formats)
232 <li><i>domsvc</i>: Domain svcnum
234 <li><i>id</i>: External service id, integer
236 <li><i>title</i>: External service identifier, text
238 <li><i>locationnum</i>: Existing location (cust_location.locationnum)
240 <li><i>address1</i>: Service address, number and street, text
242 <li><i>address2</i>: Service address, suite/unit/building identifier, text
244 <li><i>city</i>: Service address, name of city, text
246 <li><i>state</i>: Service address, state/province, abbreviated
248 <li><i>zip</i>: Service address, postal code
250 <li><i>country</i>: Service address, country, 2-letter code
256 <& /elements/footer.html &>
260 my $req = qq!<font color="#ff0000">*</font>!;
266 unless $FS::CurrentUser::CurrentUser->access_right('Import');
268 my $pkgbatch = time2str('webimport-%Y/%m/%d-%T'. "-$$-". rand() * 2**32, time);