diff options
| author | ivan <ivan> | 2002-02-10 19:58:43 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2002-02-10 19:58:43 +0000 |
| commit | 7e3eb82f87c371785544b706b7347c7edde2b593 (patch) | |
| tree | 65f3bdc7b55c3c377e21d45145f2eafad5bc2dfb /FS/bin/freeside-bill | |
| parent | ddb53fcc9fc80561354b97e4e7803004990138d0 (diff) | |
update billing documentation for the new world of invoice events
added freeside-daily replacing freeside-bill for the new world of invoice events
Diffstat (limited to 'FS/bin/freeside-bill')
| -rwxr-xr-x | FS/bin/freeside-bill | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/FS/bin/freeside-bill b/FS/bin/freeside-bill index 6ef344a50..49ad4a768 100755 --- a/FS/bin/freeside-bill +++ b/FS/bin/freeside-bill @@ -97,6 +97,8 @@ freeside-bill - Command line (crontab, script) interface to customer billing. =head1 DESCRIPTION +This script is deprecated in 1.4.0. You should use freeside-daily instead. + Bills customers. Searches for customers who are due for billing and calls the bill and collect methods of a cust_main object. See L<FS::cust_main>. @@ -116,15 +118,11 @@ user: From the mapsecrets file - see config.html from the base documentation custnum: if one or more customer numbers are specified, only bills those customers. Otherwise, bills all customers. -=head1 VERSION - -$Id: freeside-bill,v 1.12 2002-02-10 01:48:00 ivan Exp $ - =head1 BUGS =head1 SEE ALSO -L<FS::cust_main>, config.html from the base documentation +L<freeside-daily>, L<FS::cust_main>, config.html from the base documentation =cut |
