X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Fbilling.html;h=c78a87f0467c1ac09d7434173664f9c5d2f1f394;hb=dcf30bca55c04f22b752deab57a70ee710f2fd32;hp=de59fc60a726c2dd405bbc88f62cd2e13a8f2bd0;hpb=7e3eb82f87c371785544b706b7347c7edde2b593;p=freeside.git diff --git a/httemplate/docs/billing.html b/httemplate/docs/billing.html index de59fc60a..c78a87f04 100644 --- a/httemplate/docs/billing.html +++ b/httemplate/docs/billing.html @@ -7,10 +7,12 @@
  • 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. +