From cf8f8aafc5595b31f24a7b0d06289c830d123cb8 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 8 Oct 2005 13:45:14 +0000 Subject: quick payment entry javascript tested & working IE/firefix/konq --- httemplate/misc/batch-cust_pay.html | 134 ++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 httemplate/misc/batch-cust_pay.html (limited to 'httemplate') diff --git a/httemplate/misc/batch-cust_pay.html b/httemplate/misc/batch-cust_pay.html new file mode 100644 index 000000000..b09876b89 --- /dev/null +++ b/httemplate/misc/batch-cust_pay.html @@ -0,0 +1,134 @@ +<%= header( 'Quick payment entry', + menubar( + 'Main Menu' => popurl(1), + ), + 'onLoad="addRow()"', + ) +%> + +<% if ( $cgi->param('error') ) { %> + Error: <%= $cgi->param('error') %> +<% } %> + + + +
+ +Batch

+ + + + + + + + + + + + +
Cust #CustomerAmountCheck #
+ +
+ + +
+ + + + + -- cgit v1.2.1