From eb061f5119325e666f0dff40d4089e5c1df58e17 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Sun, 16 Mar 2008 19:58:34 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TRIXBOX_2_6'. --- httemplate/misc/cust_main-import.cgi | 109 ----------------------------------- 1 file changed, 109 deletions(-) delete mode 100644 httemplate/misc/cust_main-import.cgi (limited to 'httemplate/misc/cust_main-import.cgi') diff --git a/httemplate/misc/cust_main-import.cgi b/httemplate/misc/cust_main-import.cgi deleted file mode 100644 index 84da38611..000000000 --- a/httemplate/misc/cust_main-import.cgi +++ /dev/null @@ -1,109 +0,0 @@ -<% include("/elements/header.html",'Batch Customer Import') %> - -Import a CSV file containing customer records. -

- -
- -<% &ntable("#cccccc", 2) %> - -<% include('/elements/tr-select-agent.html', - #'curr_value' => '', #$agentnum, - 'label' => "Agent", - 'empty_label' => 'Select agent', - ) -%> - - - Format - - - - - - - CSV filename - - -% #include('/elements/tr-select-part_referral.html') -% - - - - - - - - -
- -
- - - -Extended file format is CSV, with the following field order: agent_custid, refnum<%$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, _password -

- -Extended plus company file format is CSV, with the following field order: 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<%$req%>, paycvv, paydate<%$req%>, invoicing_list, pkgpart, username, _password -

- -<%$req%> Required fields -

- -Field information: - - - -
- -<% include('/elements/footer.html') %> - -<%once> - -my $req = qq!*!; - - -<%init> - -die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Import'); - - -- cgit v1.2.1