support hours 'usage' tracking for our own internal use (#1733)
[freeside.git] / httemplate / misc / batch-cust_pay.html
1 <% include("/elements/header.html", 'Quick payment entry',
2             menubar( 'Main Menu' => $p ),
3           )
4 %>
5 % if ( $cgi->param('error') ) { 
6
7   <FONT SIZE="+1" COLOR="#ff0000"><% $cgi->param('error') %></FONT><BR><BR>
8 % } 
9
10
11
12 <FORM ACTION="process/batch-cust_pay.cgi" NAME="OneTrueForm" METHOD="POST" onsubmit="document.OneTrueForm.submit.disabled=true;">
13
14 <!-- <B>Batch</B> <INPUT TYPE="text" NAME="paybatch"><BR><BR> -->
15
16 <% include( "elements/customer-table.html",
17             header => [ '', 'Amount', 'Check #', '' ],
18             fields => [ sub {'$'}, 'paid', 'payinfo', 'error', ],
19             types  => [ 'immutable', '', '', 'immutable', ],
20             sizes  => [ 0, 8, 10, 0, ],
21             param  => { () },
22           ) %>
23
24 <!-- <BR>
25 <INPUT TYPE="button" VALUE="TEST addrow" onclick="addRow()"> -->
26
27 <BR>
28 <INPUT TYPE="submit" NAME="submit" VALUE="Post payment batch">
29
30 </FORM>
31 </BODY>
32 </HTML>