[freeside] Here Goes Nothing

ivan ivan at 420.am
Sat Apr 14 23:52:16 PDT 2001


On Sat, Apr 14, 2001 at 01:10:50PM -0700, rdailey at colusanet.com wrote:
> I have Freeside set up and all functionality is working. (i.e. Credit 
> Cards, etc.), however I want to set up Freeside to do the following, to 
> mirror our existing billing cycle:
> 
> All setups are considered to be on the first of the month. (As opposed to 
> the current day, as it does now.)
>
> On the tenth day of every month, accounts with a non-zero balance have 
> their packages suspended.

man cron
man FS::cust_main (see the balance and all_pkgs methods)
man FS::cust_pkg (see the suspend method)

> Also, on the tenth day, invoices are sent out for the next month (i.e. on 
> 4/10/01 invoices are sent out for 5/1/01 to 6/1/01).  No credit cards are 
> charged at this time.

man cron
man FS::cust_main (see the payby field, the `time' option of the bill
method and the `invoice_time' option of the collect method)

> On the first day of every month, all credit cards are charged for that 
> month: (i.e. on 4/1/01 cards are charged for 4/1/01 to 5/1/01)
> 
> Any help would be GREATLY appreciated.
> 
> Rick Dailey
> ColusaNET
> <mailto:%2F%2Frdailey at colusanet.com>rdailey at colusanet.com
> 

-- 
meow
_ivan



More information about the freeside-users mailing list