diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-11-22 19:44:51 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-11-22 19:44:51 -0800 |
commit | 155cb2a71481bdcaad6fd66bbe9d804c64d7c29d (patch) | |
tree | 507443bb09763f982a7c529393cc8f5e6a6326e1 /httemplate/misc | |
parent | c20f301dd7c437a0d8be414a174dd09721bd8e9a (diff) |
package import w/bulk phone number ranges, RT#39127
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/cust_pkg-import.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/misc/cust_pkg-import.html b/httemplate/misc/cust_pkg-import.html index 8784dbbe1..9769941a1 100644 --- a/httemplate/misc/cust_pkg-import.html +++ b/httemplate/misc/cust_pkg-import.html @@ -39,6 +39,9 @@ Import a file containing customer packages. <OPTION VALUE="svc_phone">Phone service <OPTION VALUE="svc_phone-agent_custid">Phone service with agent_custid <OPTION VALUE="svc_phone-locationnum">Phone service with existing location + <OPTION VALUE="bulk_svc_phone">Bulk phone service + <OPTION VALUE="bulk_svc_phone-agent_custid">Bulk phone service with agent_custid + <OPTION VALUE="bulk_svc_phone-locationnum">Bulk phone service with existing location <OPTION VALUE="svc_external">External service <OPTION VALUE="svc_external-agent_custid">External service with agent_custid <OPTION VALUE="svc_external-locationnum">External service with existing location @@ -108,6 +111,15 @@ Uploaded files can be CSV (comma-separated value) files or Excel spreadsheets. <b>Phone sevice 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> <BR><BR> +<b>Bulk 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, start_phonenum-end_phonenum, sip_password, pin</i> +<BR><BR> + +<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> +<BR><BR> + +<b>Bulk phone sevice 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> +<BR><BR> + <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> <BR><BR> |