Answer the question
In order to leave comments, you need to log in
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
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
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)
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...
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 questionAsk a Question
731 491 924 answers to any question