X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fcust_pay-import.cgi;h=05a6c4fd8bdd0c711924c8b82eef971b146f203f;hb=43530fe13141377a688b498d72617cd02ea93fae;hp=849a25bea7e83a58980b9eee2363552a2a1837dd;hpb=63a268637b2d51a8766412617724b9436439deb6;p=freeside.git diff --git a/httemplate/misc/cust_pay-import.cgi b/httemplate/misc/cust_pay-import.cgi index 849a25bea..05a6c4fd8 100644 --- a/httemplate/misc/cust_pay-import.cgi +++ b/httemplate/misc/cust_pay-import.cgi @@ -1,4 +1,4 @@ -<% include("/elements/header.html",'Batch Payment Import') %> +<& /elements/header.html, 'Batch Payment Import' &> Import a CSV file containing customer payments.

@@ -7,12 +7,18 @@ Import a CSV file containing customer payments. <% &ntable("#cccccc", 2) %> -<% include('/elements/tr-select-agent.html', - #'curr_value' => '', #$agentnum, - 'label' => "Agent", - 'empty_label' => 'Select agent', - ) -%> +<& /elements/tr-select-agent.html, + #'curr_value' => '', #$agentnum, + 'label' => "Agent", + 'empty_label' => 'Select agent', +&> + +<& /elements/tr-input-date-field.html, { + 'name' => '_date', + #'value' => '', + 'label' => 'Date', + } +&> Format @@ -53,10 +59,12 @@ Field information:
  • amount: A positive numeric value with at most two digits after the decimal point. -
  • checknum: A sequences of digits. May be left blank. +
  • checknum: A sequence of digits. May be left blank. + +
  • invnum: Invoice number, optional
    -<% include('/elements/footer.html') %> +<& /elements/footer.html &>