[freeside-commits] branch master updated. 7ce5e2e87811cacb77633369b9cb7f60df60abbc

Ivan ivan at 420.am
Tue Apr 14 12:57:20 PDT 2015


The branch, master has been updated
       via  7ce5e2e87811cacb77633369b9cb7f60df60abbc (commit)
      from  df844e1ff7b7b93657d7ca2978426e146a75192c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7ce5e2e87811cacb77633369b9cb7f60df60abbc
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Apr 14 12:57:19 2015 -0700

     add "All dates" format to package import with contract_end, RT#34397

diff --git a/httemplate/misc/cust_pkg-import.html b/httemplate/misc/cust_pkg-import.html
index e97e283..1ec5930 100644
--- a/httemplate/misc/cust_pkg-import.html
+++ b/httemplate/misc/cust_pkg-import.html
@@ -30,6 +30,7 @@ Import a file containing customer packages.
         <OPTION VALUE="default" SELECTED>Default
         <OPTION VALUE="default-agent_custid">Default with agent_custid
         <OPTION VALUE="all_dates" SELECTED>All dates
+        <OPTION VALUE="all_dates-agent_custid" SELECTED>All dates with agent_custid
         <OPTION VALUE="svc_acct">Account service
         <OPTION VALUE="svc_acct-agent_custid">Account service with agent_custid
         <OPTION VALUE="svc_phone">Phone service
@@ -75,6 +76,8 @@ Uploaded files can be CSV (comma-separated value) files or Excel spreadsheets.
 <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>All dates with agent_custid</b> format has the following field order: <i>agent_custid<%$req%>, pkgpart<%$req%>, discountnum, order_date, start_date, setup, bill, last_bill, susp, adjourn, resume, cancel, expire, contract_end, dundate</i>
+
 <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>
 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/misc/cust_pkg-import.html |    3 +++
 1 file changed, 3 insertions(+)




More information about the freeside-commits mailing list