diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-04-14 12:47:36 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-04-14 12:47:36 -0700 |
commit | df844e1ff7b7b93657d7ca2978426e146a75192c (patch) | |
tree | baab0c6a8162b532db8b7615777cde632a2ff049 /httemplate/misc | |
parent | ac19a70d9484310aa4f5f107914425668a3fa78e (diff) |
add "All dates" format to package import with contract_end, RT#34397
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/cust_pkg-import.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/misc/cust_pkg-import.html b/httemplate/misc/cust_pkg-import.html index e0c0c7ff4..e97e28310 100644 --- a/httemplate/misc/cust_pkg-import.html +++ b/httemplate/misc/cust_pkg-import.html @@ -29,6 +29,7 @@ Import a file containing customer packages. <SELECT NAME="format"> <OPTION VALUE="default" SELECTED>Default <OPTION VALUE="default-agent_custid">Default with agent_custid + <OPTION VALUE="all_dates" SELECTED>All dates <OPTION VALUE="svc_acct">Account service <OPTION VALUE="svc_acct-agent_custid">Account service with agent_custid <OPTION VALUE="svc_phone">Phone service @@ -71,6 +72,9 @@ Uploaded files can be CSV (comma-separated value) files or Excel spreadsheets. <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> <BR><BR> +<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> +<BR><BR> + <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> <BR><BR> |