From 587f0384fb03179f6b504daeada93e193d2ea27f Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 20 Mar 2007 17:03:43 +0000 Subject: ticket 1418, a tool for customer note importation --- httemplate/misc/cust_main_note-import.html | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 httemplate/misc/cust_main_note-import.html (limited to 'httemplate/misc/cust_main_note-import.html') diff --git a/httemplate/misc/cust_main_note-import.html b/httemplate/misc/cust_main_note-import.html new file mode 100644 index 000000000..67f49f326 --- /dev/null +++ b/httemplate/misc/cust_main_note-import.html @@ -0,0 +1,32 @@ +<% include("/elements/header.html",'Batch Customer Note Import') %> + +
+ +Import a CSV file containing customer notes records. +

+ +File format is CSV, with the following field order: [custnum], last, first, notefield1, notefield2, notefield3... +
+The optional custnum field is identified by being numeric. +Anything after the character sequence #! is ignored. +

+ +<% &ntable("#cccccc") %> + + + CSV filename + + + + Include additional possibilites when exact match is found + + + + +

+ + +
+ +<% include('/elements/footer.html') %> + -- cgit v1.2.1