V
V
vanyok7462015-08-13 16:38:22
JavaScript
vanyok746, 2015-08-13 16:38:22

Free print accounting software?

Does anyone know a normal, free software for Windows Server 2012 to account for printer printing?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
V
Vladimir Proskurin, 2019-02-05
@mk3mk

You already have a lot of errors in your code.
1) instead of querySelector, you need to use querySelectorAll, because the first returns only one element, and the second an array of elements.
2) To assign an event to a group of elements, it is not enough to write onclick in one line in jQuery, you need to cycle through each element and hang a handler on the desired event.
3) You can use a closure, i.e. use as general index for arrays, index in loop.
https://codepen.io/anon/pen/RvZaQW?editors=0111

T
tartarelin, 2015-08-14
@vanyok746

for example here
www.papercut.com/?printlogger

K
Konstantin, 2015-08-13
@fallen8rwtf

normal/free... choose one.
what do you need to consider then? ping will also go for accounting :) there is a printer, there is no printer)

V
vanyok746, 2015-08-17
@vanyok746

Here is the article. It describes how to set up logging on windows server 2012. A separate log is kept, where you can see who printed what and on what. Export to a text editor is possible, which solves all problems.
social.technet.microsoft.com/wiki/contents/article...

A
Alexander, 2017-08-11
@San911mustday

I'm now faced with the same task, tried a bunch of programs, nothing interesting. Then I saw Zabbix on the server, now I'm playing around with it. It accepts the EventLog (Microsoft-Windows-PrintService\Operational) from me, everything about who printed what and what (it eats, but the print server on windows must be configured and installed). Very interesting Zabbix solution - free, powerful, complex....

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question