I've configured a SLES server as a CUPS server, installing several printers and enabling it as an IPP server. Several of my client SuSE workstations have been configured as IPP clients. When a job is printed from a client system, it is dispatched to the print server via IPP and successfully printed. We wish to employ some sort of billing service by collecting the IPP record reports from each individual print job. A list of printed jobs is available using 'lpstat -W completed -u' on the client or server, but it doesn't include the 'job-originating-host-name' available from the kjobviewer gui and encoded in the binary files (/var/spool/cups/<job #>) on the print server. Has anyone written or know of a command which will print the name information as 'lpstat -W completed', but also include the hostname/IP-addr of the host which originated the print request, in text? Thanks