diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-02-02 09:10:43 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-02-02 09:10:43 -0800 |
commit | e4a02dc995c0db1994ff26504c28557d1cb617b4 (patch) | |
tree | 8e5f73a4bef0ecb934cf5da674f5ff841ab581b0 /httemplate | |
parent | f5674f02fc85ffe3cb8b5ff8b2ca1ffd1af70d00 (diff) |
wireless broadband service import, RT#38986
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/misc/cust_main-import.cgi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/misc/cust_main-import.cgi b/httemplate/misc/cust_main-import.cgi index d56feaccf..46d15363d 100644 --- a/httemplate/misc/cust_main-import.cgi +++ b/httemplate/misc/cust_main-import.cgi @@ -33,6 +33,7 @@ Import a file containing customer records. <OPTION VALUE="extended-plus_options">Extended + options <OPTION VALUE="extended-plus_company">Extended plus company <OPTION VALUE="extended-plus_company_and_options">Extended plus company and options + <OPTION VALUE="svc_broadband">Wireless broadband service <OPTION VALUE="svc_external">External service <OPTION VALUE="svc_external_svc_phone">External service and phone service <OPTION VALUE="birthdates-acct_phone_hardware">Birthdates and account, phone and hardware services @@ -102,6 +103,9 @@ Uploaded files can be CSV (comma-separated value) files or Excel spreadsheets. <b>Extended plus company and options </b> format has the following field order: <i>agent_custid, refnum<%$req%>, last<%$req%>, first<%$req%>, company, address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country, daytime, night, ship_last, ship_first, ship_company, ship_address1, ship_address2, ship_city, ship_state, ship_zip, ship_country, payinfo, paycvv, paydate, invoicing_list, pkgpart, username, _password, options</i> <BR><BR> +<b>Wireless broadband service</b> format has the following field order: <i>agent_custid, refnum<%$req%>, last<%$req%>, first<%$req%>, company, address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country, daytime, night, ship_last, ship_first, ship_company, ship_address1, ship_address2, ship_city, ship_state, ship_zip, ship_country, payinfo, paycvv, paydate, invoicing_list, pkgpart, next_bill_date, ip_addr, mac_addr, sectornum</i> +<BR><BR> + <b>External service</b> format has the following field order: <i>agent_custid, refnum<%$req%>, last<%$req%>, first<%$req%>, company, address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country, daytime, night, ship_last, ship_first, ship_company, ship_address1, ship_address2, ship_city, ship_state, ship_zip, ship_country, payinfo, paycvv, paydate, invoicing_list, pkgpart, next_bill_date, id, title</i> <BR><BR> |