[freeside-commits] freeside/httemplate/misc cust_main-import.cgi, 1.4, 1.5

Ivan,,, ivan at wavetail.420.am
Tue Nov 14 04:22:29 PST 2006


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail:/tmp/cvs-serv29148

Modified Files:
	cust_main-import.cgi 
Log Message:
add some docs on required fields to page

Index: cust_main-import.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/cust_main-import.cgi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cust_main-import.cgi	23 Aug 2006 22:25:38 -0000	1.4
+++ cust_main-import.cgi	14 Nov 2006 12:22:27 -0000	1.5
@@ -8,7 +8,10 @@
 <!-- Simple file format is CSV, with the following field order: <i>cust_pkg.setup, dayphone, first, last, address1, address2, city, state, zip, comments</i>
 <BR><BR> -->
 
-Extended file format is CSV, with the following field order: <i>agent_custid, refnum[1], last, first, address1, address2, city, state, zip, country, daytime, night, ship_last, ship_first, ship_address1, ship_address2, ship_city, ship_state, ship_zip, ship_country, payinfo, paycvv, paydate, invoicing_list, pkgpart, username, _password</i>
+Extended file format is CSV, with the following field order: <i>agent_custid, refnum[1]<%$req%>, last<%$req%>, first<%$req%>, address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country, daytime, night, ship_last, ship_first, ship_address1, ship_address2, ship_city, ship_state, ship_zip, ship_country, payinfo<%$req%>, paycvv, paydate<%$req%>, invoicing_list, pkgpart, username[2], _password[2]</i>
+<BR><BR>
+
+<%$req%> Required fields
 <BR><BR>
 
 [1] This field has special treatment upon import: If a string is passed instead
@@ -16,6 +19,9 @@
 target table.
 <BR><BR>
 
+[2] <i>username</i> and <i>_password</i> are required if <i>pkgpart</i> is specified.
+<BR><BR>
+
 <% &ntable("#cccccc") %>
 
 <% include('/elements/tr-select-agent.html', '', #$agentnum,
@@ -65,3 +71,6 @@
 
 <% include('/elements/footer.html') %>
 
+<%once>
+my $req = qq!<font color="#ff0000">*</font>!;
+</%once>



More information about the freeside-commits mailing list