henri | 14 Jul 00:07

Re: Pykoticon

In the mean time, you may want to also consider PrintAgent. This  
should be able deal with this situation and is complelty compatible  
with PyKota.

Further information is available from the following URL : http://www.lucidsystems.org/printingworks/printagent

> I have a problem on pykoticon.  When 2 users want to print,  the  
> user 2
> must waiting  the answer on the pop-up of the user 1 to see appearing
> his pop-up.   It slows down and a user who  forgets to confirm,  stop
>   the   others users.
>
> Another thing,  is  there  a solution   to see appearing  this pop-up
> only according  to the poorman parameter and/or to the end of the  
> quota
> of  the every  user ?

Cristian Virgili | 14 Jul 15:10
Favicon

ink and pkbcodes

Hello to all,
now we are using the pykota for statistics on black and white printers, 
but now we want to use it for billing code on a color printer, and the 
costs are based only on the ink usage.
For exmple:
0,10€ if the page have 5% ink coverage
1 € if the page have 30% ink coverage
3€ if the page have 100% of ink coverage (a photo for example)

Let me know if I did right things :

in pykota.conf I added this configuration:

[xerox_color]
preaccounter : ink(cmyk, 150)
accounter : ink(cmyk, 150)
coefficient_cyan : 1.2
coefficient_magenta : 3
coefficient_yellow : 1.1
coefficient_black : 1.0

And the configuration of printer is (pkprinters --list):
xerox_color [printer created from autopykota] (0.0 + #*0.0)
Passthrough mode : OFF
Maximum job size : Unlimited
Routed through PyKota : YES

(probably I have to changhe it by "pkprinters --add charge 0.5 xerox_color")

Ok, I read that pykotme doesn't work on ink accounter (So can I remove 
(Continue reading)

Jerome Alet | 15 Jul 00:13
Gravatar

Re: ink and pkbcodes

On Mon, Jul 14, 2008 at 03:10:59PM +0200, Cristian Virgili wrote:
> Hello to all,
> now we are using the pykota for statistics on black and white printers, 
> but now we want to use it for billing code on a color printer, and the 
> costs are based only on the ink usage.
> For exmple:
> 0,10€ if the page have 5% ink coverage
> 1 € if the page have 30% ink coverage
> 3€ if the page have 100% of ink coverage (a photo for example)
> 
> Let me know if I did right things :
> 
> in pykota.conf I added this configuration:
> 
> [xerox_color]
> preaccounter : ink(cmyk, 150)
> accounter : ink(cmyk, 150)
> coefficient_cyan : 1.2
> coefficient_magenta : 3
> coefficient_yellow : 1.1
> coefficient_black : 1.0

not sure about the values, but the 'colors.pdf' PDF file which comes
with pkpgcounter will help you during testing : just print it and
adapt your costs and coefficients.

> And the configuration of printer is (pkprinters --list):
> xerox_color [printer created from autopykota] (0.0 + #*0.0)
> Passthrough mode : OFF
> Maximum job size : Unlimited
(Continue reading)

Cristian Virgili | 15 Jul 12:32
Favicon

Re: ink and pkbcodes

Hi Jerome!

> On Mon, Jul 14, 2008 at 03:10:59PM +0200, Cristian Virgili wrote:
>   
>> Hello to all,
>> now we are using the pykota for statistics on black and white printers, 
>> but now we want to use it for billing code on a color printer, and the 
>> costs are based only on the ink usage.
>> For exmple:
>> 0,10€ if the page have 5% ink coverage
>> 1 € if the page have 30% ink coverage
>> 3€ if the page have 100% of ink coverage (a photo for example)
>>
>> Let me know if I did right things :
>>
>> in pykota.conf I added this configuration:
>>
>> [xerox_color]
>> preaccounter : ink(cmyk, 150)
>> accounter : ink(cmyk, 150)
>> coefficient_cyan : 1.2
>> coefficient_magenta : 3
>> coefficient_yellow : 1.1
>> coefficient_black : 1.0
>>     
>
> not sure about the values, but the 'colors.pdf' PDF file which comes
> with pkpgcounter will help you during testing : just print it and
> adapt your costs and coefficients.
>
(Continue reading)

Jerome Alet | 15 Jul 14:47
Gravatar

Re: ink and pkbcodes

Hi,

On Tue, Jul 15, 2008 at 12:32:06PM +0200, Cristian Virgili wrote:
> 
> > On Mon, Jul 14, 2008 at 03:10:59PM +0200, Cristian Virgili wrote:
> >   
> >> Hello to all,
> >> now we are using the pykota for statistics on black and white printers, 
> >> but now we want to use it for billing code on a color printer, and the 
> >> costs are based only on the ink usage.
> >> For exmple:
> >> 0,10€ if the page have 5% ink coverage
> >> 1 € if the page have 30% ink coverage
> >> 3€ if the page have 100% of ink coverage (a photo for example)
> >>
> >> Let me know if I did right things :
> >>
> >> in pykota.conf I added this configuration:
> >>
> >> [xerox_color]
> >> preaccounter : ink(cmyk, 150)
> >> accounter : ink(cmyk, 150)
> >> coefficient_cyan : 1.2
> >> coefficient_magenta : 3
> >> coefficient_yellow : 1.1
> >> coefficient_black : 1.0
> >>     
> >
> > not sure about the values, but the 'colors.pdf' PDF file which comes
> > with pkpgcounter will help you during testing : just print it and
(Continue reading)


Gmane