X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fcust_main-import_charges.cgi;h=c844e0ee4bc14b71d5a8046958db0c75f8322cb5;hb=74e058c8a010ef6feb539248a550d0bb169c1e94;hp=0822b9eb641a5ea92a5fc2ba2751a456425a1068;hpb=10ffb6447a6e045b379f38bb78a7cb154076c2fd;p=freeside.git diff --git a/httemplate/misc/cust_main-import_charges.cgi b/httemplate/misc/cust_main-import_charges.cgi index 0822b9eb6..c844e0ee4 100644 --- a/httemplate/misc/cust_main-import_charges.cgi +++ b/httemplate/misc/cust_main-import_charges.cgi @@ -1,14 +1,69 @@ - -<%= header('Batch Customer Charge') %> +<% include("/elements/header.html",'Batch Payment Charge') %> + +Import a CSV file containing customer payments. +

+
-Import a CSV file containing customer charges.

-Default file format is CSV, with the following field order: custnum, amount, description

-If amount is negative, a credit will be applied instead.

+ +<% &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

- CSV Filename:

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