Johan Bengtsson wrote:
On Wed, 11 Jun 2003, Rick Cochran wrote:
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;
 }

}

I guess I wasn't clear. I _really need_ to charge by impressions rather than by sheets.


Really!

-Rick

--
|Rick Cochran                                   phone: 607-255-7618|
|Cornell CIT - Systems & Operations - Net-Print   FAX: 607-255-8521|
|730 Rhodes Hall, Ithaca, N.Y. 14853        email: [EMAIL PROTECTED]|


----------------------------------------------------------------------------- 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.
-----------------------------------------------------------------------------

Reply via email to