On Wed, 11 Jun 2003, Rick Cochran wrote:
> We have three Xerox 8200N's and one 4400N, and we're in the process of ordering
> another six 4400N's. I clearly agree with all that Henrik and Ryan have said
> about these printers.
>
> Four small details however:
>
> Both printers count 2 clicks for a duplexed page regardless of whether it
> contains one impression or two. This makes sane accounting very difficult.
Count the number of sheets instead of the number of pages. From out
accounting script:
# Pagecount = Sheetcount on some printers, so adjustments are necessary.
if ($printer eq "problem" || $printer eq "eowyn" || $printer eq "eonwe") {
if ($simplexstatus != 1) {
$pagecount = $pagecount / 2;
}
}
-Johan Bengtsson
--
http://www.dd.chalmers.se/~elijah/
-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address
If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body. For the impatient,
to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED]
with: | example:
subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED]
If you have major problems, send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------