X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-receivables-report;h=781e23b18ec62077f41d430108db0ae9ad2458ad;hp=cef652bfe8b143bbd8b59859752e8118551e01ef;hb=8fd504d36e02fd1ac3d0d5c9d6dc723fdb419aa1;hpb=b50b2e5f94774268c271484f9c07bfe316f95527 diff --git a/FS/bin/freeside-receivables-report b/FS/bin/freeside-receivables-report index cef652bfe..781e23b18 100755 --- a/FS/bin/freeside-receivables-report +++ b/FS/bin/freeside-receivables-report @@ -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, 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 +based on print-batch by Joel Griffiths =cut -