From 0a3b346806615bd893048d2a5c26f8d126a12f4b Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 2 Aug 2010 19:49:26 +0000 Subject: add svc_elec_features merged from reference code RT#7643 --- httemplate/misc/transaction810-import.cgi | 76 +++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100755 httemplate/misc/transaction810-import.cgi (limited to 'httemplate/misc/transaction810-import.cgi') diff --git a/httemplate/misc/transaction810-import.cgi b/httemplate/misc/transaction810-import.cgi new file mode 100755 index 000000000..e957666b4 --- /dev/null +++ b/httemplate/misc/transaction810-import.cgi @@ -0,0 +1,76 @@ +<% include("/elements/header.html",'Batch Customer Import') %> + +
+ +Import a CSV file containing 810 data. +

+ + + +Extended file format is CSV, with the +

+ +<%$req%> Required fields +

+ +[1] This field has special treatment upon import: If a string is passed instead +of an integer, the string is searched for and if necessary auto-created in the +target table. +

+ +[2] username and _password are required if pkgpart is specified. +

+ +<% &ntable("#cccccc") %> + +<% include('/elements/tr-select-agent.html', '', #$agentnum, + 'label' => "Agent", + 'empty_label' => 'Select agent', + ) +%> + + + Format + + + + + + + CSV filename + + +% #include('/elements/tr-select-part_referral.html') +% + + + + + +

+ + +
+ +<% include('/elements/footer.html') %> + +<%once> +my $req = qq!*!; + -- cgit v1.2.1