diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-08-07 16:21:09 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-08-16 12:57:19 -0400 |
commit | 8984b31987390ea2ff2dcc83fdcf7340b0531daf (patch) | |
tree | 1bff36310d67b39bc49465c784c5ccb0055c3bbb /httemplate/misc | |
parent | 09ae8565ecf6d252ab770e5efacd4c305103a34a (diff) |
RT# 76992 - Added 3 new import formats that combine Location and Phone Service
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/cust_pkg-import.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/httemplate/misc/cust_pkg-import.html b/httemplate/misc/cust_pkg-import.html index 2ed3c48f1..ac25e9314 100644 --- a/httemplate/misc/cust_pkg-import.html +++ b/httemplate/misc/cust_pkg-import.html @@ -48,6 +48,9 @@ Import a file containing customer packages. <OPTION VALUE="location">Location <OPTION VALUE="location-agent_custid">Location with agent_custid <OPTION VALUE="location-agent_custid-agent_pkgid">Location with agent_custid and agent_pkgid + <OPTION VALUE="location-svc_phone">Location with phone service + <OPTION VALUE="location-svc_phone-agent_custid">Location with phone service and agent_custid + <OPTION VALUE="location-svc_phone-agent_custid-agent_pkgid">Location with phone service and agent_custid and agent_pkgid </SELECT> </TD> </TR> @@ -150,6 +153,27 @@ address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$ </i> <BR><BR> +<b>Location with 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, +address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>, countrycode, phonenum, sip_password, pin +</i> +<BR><BR> + +<b>Location with phone service and 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, +address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>, countrycode, phonenum, sip_password, pin +</i> +<BR><BR> + +<b>Location with phone service and agent_custid and agent_pkgid</b> format has the following field order: <i>agent_custid<%$req%>, agent_pkgid, +pkgpart<%$req%>, discountnum, +start_date, setup, bill, last_bill, susp, adjourn, cancel, expire, +address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>, countrycode, phonenum, sip_password, pin +</i> +<BR><BR> + <%$req%> Required fields <BR><BR> |