Initial revision
[freeside.git] / htdocs / docs / man / Bill.txt
1 NAME
2     FS::Bill - Legacy stub
3
4 SYNOPSIS
5     The functionality of FS::Bill has been integrated into
6     FS::cust_main.
7
8 HISTORY
9     ivan@voicenet.com 97-jul-24 - 25 - 28
10
11     use Safe; evaluate all fees with perl (still on TODO list until
12     I write some examples & test opmask to see if we can read db)
13     %hash=$obj->hash later ivan@sisd.com 98-mar-13
14
15     packages with no next bill date start at $time not time, this
16     should eliminate the last of the problems with billing at a past
17     date also rewrite the invoice priting logic not to print
18     invoices for things that haven't happended yet and update
19     $cust_bill->printed when we print so PAST DUE notices work, and
20     s/date/_date/ ivan@sisd.com 98-jun-4
21
22     more logic for past due stuff - packages with no next bill date
23     start at $cust_pkg->setup || $time ivan@sisd.com 98-jul-13
24
25     moved a few things in collection logic; negative charges should
26     work ivan@sisd.com 98-aug-6
27
28     pod, moved everything to FS::cust_main ivan@sisd.com 98-sep-19
29