<% include("/elements/header.html",'Batch Charge Import') %> Import a CSV file containing customer charges.

<% &ntable("#cccccc", 2) %> <% include('/elements/tr-select-agent.html', #'curr_value' => '', #$agentnum, 'label' => "Agent", 'empty_label' => 'Select agent', ) %> Format CSV filename

Simple file format is CSV, with the following field order: custnum, agent_custid, amount, description

Field information:
<% include('/elements/footer.html') %> <%init> die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Import');