summaryrefslogtreecommitdiff
path: root/httemplate/browse/cust_pay_batch.cgi
diff options
context:
space:
mode:
authorivan <ivan>2003-09-28 02:36:21 +0000
committerivan <ivan>2003-09-28 02:36:21 +0000
commit308b95cc6fbc442938bc65a002fbab9109ff09d2 (patch)
tree53afee0d105f56b44d97250ec767592eaad65420 /httemplate/browse/cust_pay_batch.cgi
parentfd94bbedd9b69518c50919705e4e078272379f18 (diff)
add upload of batch result from TD Canada Trust
Diffstat (limited to 'httemplate/browse/cust_pay_batch.cgi')
-rwxr-xr-xhttemplate/browse/cust_pay_batch.cgi13
1 files changed, 10 insertions, 3 deletions
diff --git a/httemplate/browse/cust_pay_batch.cgi b/httemplate/browse/cust_pay_batch.cgi
index f9d0921a1..d90a03313 100755
--- a/httemplate/browse/cust_pay_batch.cgi
+++ b/httemplate/browse/cust_pay_batch.cgi
@@ -2,11 +2,18 @@
<%= header("Pending credit card batch", menubar( 'Main Menu' => $p,)) %>
<FORM ACTION="<%=$p%>misc/download-batch.cgi" METHOD="POST">
-
Download batch in format <SELECT NAME="format">
-<OPTION VALUE="csv">Generic CSV (comma-separated value)</OPTION>
<OPTION VALUE="csv-td_canada_trust-merchant_pc_batch">CSV file for TD Canada Trust Merchant PC Batch</OPTION>
-</SELECT><INPUT TYPE="submit" VALUE="Download">
+</SELECT><INPUT TYPE="submit" VALUE="Download"></FORM>
+<BR><BR>
+
+<FORM ACTION="<%=$p%>misc/upload-batch.cgi" METHOD="POST" ENCTYPE="multipart/form-data">
+Upload results<BR>
+Filename <INPUT TYPE="file" NAME="batch_results"><BR>
+Format <SELECT NAME="format">
+<OPTION VALUE="csv-td_canada_trust-merchant_pc_batch">CSV results from TD Canada Trust Merchant PC Batch</OPTION>
+</SELECT><BR>
+<INPUT TYPE="submit" VALUE="Upload"></FORM>
<BR><BR>
<%= &table() %>