diff options
author | ivan <ivan> | 2000-05-13 21:57:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2000-05-13 21:57:56 +0000 |
commit | 62a808f08c065aa5a29fb9cbf6b7108fe4cb8d15 (patch) | |
tree | 3c2efcff34c1738688a1e6781cb2519c46ae8f05 /htdocs/docs/billing.html | |
parent | f38f7128e7058d102ac7898e0f06deaf4d1fd538 (diff) |
add print_batch script from Joel Griffiths
Diffstat (limited to 'htdocs/docs/billing.html')
-rw-r--r-- | htdocs/docs/billing.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/htdocs/docs/billing.html b/htdocs/docs/billing.html index c0354f1ca..659049d06 100644 --- a/htdocs/docs/billing.html +++ b/htdocs/docs/billing.html @@ -3,7 +3,7 @@ </head> <body> <h1>Billing</h1> - The freeside-bill script can be run daily to bill all customers. Usage: bill [ -c [ i ] ] [ -d <i>date</i> ] [ -b ] + The <b>freeside-bill</b> script can be run daily to bill all customers. Usage: bill [ -c [ i ] ] [ -d <i>date</i> ] [ -b ] <i>user</i> <ul> <li>-c: Turn on collecting (you probably want this). <li>-i: Real-time billing (as opposed to bacth billing). Only relevant for credit cards. Not available without modifying site_perl/Bill.pm @@ -35,6 +35,14 @@ if ( $error ) { # end loop </pre> -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. +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.<br><br> + <li>The <b>freeside-print-batch</b> script can print or email pending credit card batches for manual entry. Usage: freeside-print-batch [-v] [-p] [-e] [-a] [-d] <i>user</i> + <ul> + <li>-v: Verbose - Prints records to STDOUT. + <li>-p: Print to printer lpr as found in the conf directory. + <li>-e: Email output to user found in the Conf email file. + <li>-a: Automatically pays all records in cust_pay_batch. Use -d with this option usually. + <li>-d: Delete - Pays account and deletes record from cust_pay_batch. + </ul> </ul> </body> |