summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-04-07 14:42:10 -0700
committerMark Wells <mark@freeside.biz>2014-04-07 14:42:10 -0700
commita172aa2d549f2c62978fa1f6b6851a68ae0f2a4e (patch)
tree24a1d4e908e773eab856e77f045b57487b75f23b /httemplate/misc
parentcb304f6953644812382d0aa55486fa4858a8fd6a (diff)
cust_pkg import format with location, #28082
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/cust_pkg-import.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/httemplate/misc/cust_pkg-import.html b/httemplate/misc/cust_pkg-import.html
index f86d317b9..94e7dd926 100644
--- a/httemplate/misc/cust_pkg-import.html
+++ b/httemplate/misc/cust_pkg-import.html
@@ -36,6 +36,9 @@ Import a file containing package records.
<OPTION VALUE="svc_phone-agent_custid">Phone service with agent_custid
<OPTION VALUE="svc_external">External service
<OPTION VALUE="svc_external-agent_custid">External service with agent_custid
+ <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
</SELECT>
</TD>
</TR>
@@ -88,6 +91,27 @@ Uploaded files can be CSV (comma-separated value) files or Excel spreadsheets.
<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>
<BR><BR>
+<b>Location</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%>
+</i>
+<BR><BR>
+
+<b>Location 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,
+address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>
+</i>
+<BR><BR>
+
+<b>Location with 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%>
+</i>
+<BR><BR>
+
<%$req%> Required fields
<BR><BR>
@@ -99,6 +123,8 @@ Field information:
<li><i>agent_custid</i>: This specifies an existing customer record by agent_custid.
+ <li><i>agent_pkgid</i>: This specifies an existing customer record by agent_custid.
+
<li><i>pkgpart</i>: Package definition. Configuration -&gt; Packages -&gt; Package definitions
<li><i>discountnum</i>: Optional discount. Configuration -&gt; Packages -&gt; Discounts
@@ -129,6 +155,18 @@ Field information:
<li><i>title</i>: External service identifier, text
+ <li><i>address1</i>: Service address, number and street, text
+
+ <li><i>address2</i>: Service address, suite/unit/building identifier, text
+
+ <li><i>city</i>: Service address, name of city, text
+
+ <li><i>state</i>: Service address, state/province, abbreviated
+
+ <li><i>zip</i>: Service address, postal code
+
+ <li><i>country</i>: Service address, country, 2-letter code
+
</ul>
<BR>