diff options
author | ivan <ivan> | 2001-12-26 11:17:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-12-26 11:17:49 +0000 |
commit | b6b291e9894efecc061aaef6d4af3c510bb32fad (patch) | |
tree | 2dc4ce66ce99b9d18cd3afe7e7b368b811fafc4f /httemplate/docs | |
parent | 92c43e05cdc7dc5c5a4f8d6b0017f7d699cda90d (diff) |
(untested eek) freeside-overdue script & cust_main balance_date & total_owed_date methods
Diffstat (limited to 'httemplate/docs')
-rw-r--r-- | httemplate/docs/billing.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/httemplate/docs/billing.html b/httemplate/docs/billing.html index 7dc9aef2d..dcb90208a 100644 --- a/httemplate/docs/billing.html +++ b/httemplate/docs/billing.html @@ -22,12 +22,14 @@ </ul> </ul> <li>You can bill individual customers by clicking on the <i>Bill now</i> link on the main customer view. - <li> The <b>freeside-bill</b> script can be run daily to bill all customers. Usage:<pre>bill [ -c [ i ] ] [ -d <i>date</i> ] [ -b ] <i>user</i></pre> + <li> The <b>freeside-bill</b> script can be run daily to bill all customers. (link to manpage!) Usage:<pre>freeside-bill [ -c [ -p ] [ -a ] [ -i ] ] [ -d <i>date</i> ] <i>user</i></pre> <ul> <li>-c: Turn on collecting (you probably want this). + <li>-p: Apply unapplied payments and credits before collecting (you probably want this too) + <li>-a: Call collect even if there isn't a new invoice (probably a bad idea for daily use) <li>-i: Real-time billing (as opposed to bacth billing). Only relevant for credit cards. <li>-d: Pretend it is <i>date</i> (parsed by <a href="http://search.cpan.org/doc/GBARR/TimeDate-1.09/lib/Date/Parse.pm">Date::Parse</a>) - <li>-b: N/A + <li>user: as setup with freeside-adduser </ul> <br><br>Batch credit card processing <ul> @@ -63,5 +65,6 @@ All fields except paybatch are contained in the cust_pay_batch table. You can u <li>-d: Delete - Pays account and deletes record from cust_pay_batch. </ul> </ul> + <li>The <b>freeside-overdue</b> script can list, add postal invoicing, suspend or cancel overdue and/or expired accounts (link to manpage!). </ul> </body> |