remove CVS Log tag
[freeside.git] / FS / bin / freeside-receivables-report
index cef652b..781e23b 100755 (executable)
@@ -91,7 +91,7 @@ foreach my $customer (@customers)
 
   if ($balance != 0) {
     $total += $balance;
-    push @buf, sprintf(qq{%5d %-32.32s %12s %9.2f},
+    push @buf, sprintf(qq{%8d %-32.32s %12s %9.2f},
       $custnum,
       $first . " " . $last . "   " . $company,
       $daytime,
@@ -169,21 +169,21 @@ freeside-receivables-report - Prints or emails outstanding receivables.
 
 Prints or emails outstanding receivables
 
--v: Verbose - Prints records to STDOUT.
+B<-v>: Verbose - Prints records to STDOUT.
 
--p: Print to printer lpr as found in the conf directory.
+B<-p>: Print to printer lpr as found in the conf directory.
 
--m: Mail output to user found in the Conf email file.
+B<-m>: Mail output to user found in the Conf email file.
 
--e: Print a final form feed to the printer.
+B<-e>: Print a final form feed to the printer.
 
--t: supply a title for the top of each page.
+B<-t>: supply a title for the top of each page.
 
 user: From the mapsecrets file - see config.html from the base documentation
 
 =head1 VERSION
 
-$Id: freeside-receivables-report,v 1.1 2002-02-22 23:18:32 jeff Exp $
+$Id: freeside-receivables-report,v 1.4 2002-03-06 00:17:32 ivan Exp $
 
 =head1 BUGS
 
@@ -198,21 +198,11 @@ for more information regarding this license.
 
 L<FS::cust_main>, config.html from the base documentation
 
-=head1 HISTORY
+=head1 AUTHOR
 
-griff@aver-computer.com July 99
-
-$Log: freeside-receivables-report,v $
-Revision 1.1  2002-02-22 23:18:32  jeff
-add some reporting features
-
-Revision 1.1  2000/09/20 19:25:19  jeff
-local modifications
-
-Revision 1.1  2000/05/13 21:57:56  ivan
-add print_batch script from Joel Griffiths
+Jeff Finucane <jeff@cmh.net>
 
+based on print-batch by Joel Griffiths <griff@aver-computer.com>
 
 =cut
 
-