[freeside-commits] freeside/httemplate/misc cust_main-import.cgi, 1.11, 1.12

Ivan,,, ivan at wavetail.420.am
Mon Oct 13 17:50:36 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv26289/httemplate/misc

Modified Files:
	cust_main-import.cgi 
Log Message:
add an import format for external services, including next bill date (cust_pkg.bill), RT#4108

Index: cust_main-import.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/cust_main-import.cgi,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cust_main-import.cgi	14 Aug 2008 11:53:41 -0000	1.11
+++ cust_main-import.cgi	14 Oct 2008 00:50:34 -0000	1.12
@@ -31,6 +31,7 @@
         <!-- <OPTION VALUE="simple">Simple -->
         <OPTION VALUE="extended" SELECTED>Extended
         <OPTION VALUE="extended-plus_company">Extended plus company
+        <OPTION VALUE="svc_external">External service
       </SELECT>
     </TD>
   </TR>
@@ -90,6 +91,9 @@
 <b>Extended plus company</b> format has the following field order: <i>agent_custid, refnum<%$req%>, last<%$req%>, first<%$req%>, company, address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country, daytime, night, ship_last, ship_first, ship_company, ship_address1, ship_address2, ship_city, ship_state, ship_zip, ship_country, payinfo, paycvv, paydate, invoicing_list, pkgpart, username, _password</i>
 <BR><BR>
 
+<b>External service</b> format has the following field order: <i>agent_custid, refnum<%$req%>, last<%$req%>, first<%$req%>, company, address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country, daytime, night, ship_last, ship_first, ship_company, ship_address1, ship_address2, ship_city, ship_state, ship_zip, ship_country, payinfo, paycvv, paydate, invoicing_list, pkgpart, next_bill_date, id, title</i>
+<BR><BR>
+
 <%$req%> Required fields
 <BR><BR>
 
@@ -113,7 +117,12 @@
 
   <li><i>pkgpart</i>: Package definition.  Configuration -&gt; Provisioning, services and packages -&gt; View/Edit package definitions
 
-  <li><i>username</i> and <i>_password</i> are required if <i>pkgpart</i> is specified.
+  <li><i>username</i> and <i>_password</i> are required if <i>pkgpart</i> is specified. (Extended and Extended plus company formats)
+
+  <li><i>id</i>: External service id, integer
+
+  <li><i>title</i>: External service identifier, text
+
 </ul>
 
 <BR>



More information about the freeside-commits mailing list