-
Notifications
You must be signed in to change notification settings - Fork 162
Description
Is your feature request related to a problem? Please describe.
It would be nice to have a counter which shows me the amounts of printed pictures. As me and many other use a DNP printer, which has no display showing the remaining possible prints on the paper roll, you always run into danger, that the roll with go empty while having an event.
Describe the solution you'd like
A simple counter, maybe in the admin page (has to be resettable).
Describe alternatives you've considered
I always took the amount of files in the /data/print/ directory, but on that way I can't count the prints which got printed several times.
Additional context
A possible solution could be to count the executions of the print.php file, but myself is not able to code something like that.