X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Fbilling.html;h=1d6f8c4fc8cf1c67c485174dfa945eafa3d9e39c;hp=4a5642af9835a0ed98857ab9d686bd3921aacb78;hb=03ea266c86cbaa01900755f754db791a866bf951;hpb=38616a70ddf2b60925af53b605a4ea40a1c51e09 diff --git a/httemplate/docs/billing.html b/httemplate/docs/billing.html index 4a5642af9..1d6f8c4fc 100644 --- a/httemplate/docs/billing.html +++ b/httemplate/docs/billing.html @@ -7,9 +7,11 @@
  • You can bill individual customers by clicking on the Bill now link on the main customer view.
  • The freeside-daily script should be run daily to bill customers and run invoice collection events.
  • Real-time credit card processing: Install the Business::OnlinePayment module for your processor. Configure the business-onlinepayment configuration option. Disable the default Batch card invoice event and add one for Business::OnlinePayment. +
  • Optional: Credit card expiration alerts: Customize alerter_template configuration option and run freeside-expiration-alerter daily. +
  • Credit card decline alerts: Customize the declinetemplate configuration option and set the emaildecline configuration option.
  • Optional: Invoice template customization
  • Batch credit card processing @@ -47,6 +49,6 @@ if ( $error ) { All fields except paybatch are contained in the cust_pay_batch table. You can use paybatch field to track particular batches and/or particular transactions within a batch. -
  • The freeside-print-batch script can print or email pending credit card batches for manual entry. +