<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE lire:report-spec PUBLIC
  "-//LogReport.ORG//DTD Lire Report Specification Markup Language V2.0//EN"
  "http://www.logreport.org/LRSML/2.0/lrsml.dtd">
<lire:report-spec xmlns:lire="http://www.logreport.org/LRSML/"
 superservice="print" id="jobs-per-printer-per-period">

 <lire:title>Jobs per Printer per Period Print Report</lire:title>
 <lire:description>
  <para>This report lists the daily total of jobs for each printer.</para>
 </lire:description>

 <lire:param-spec>
  <lire:param name="period" type="duration" default="1d">
   <lire:description>
    <para>This parameter controls the time period over which the
     jobs are aggregated.
    </para>
   </lire:description>
  </lire:param>
 </lire:param-spec>

 <lire:display-spec>
  <lire:title>Jobs per Printer by $period</lire:title>
 </lire:display-spec>

 <lire:report-calc-spec>
  <lire:timegroup period="$period" label="Period">

   <lire:group sort="-job_total_by_day">
    <lire:field name="printer"/>

    <lire:count name="job_total_by_day" label="Jobs"/>
    <lire:count name="job_ratio" ratio="table" label="% Total"/>
    <lire:count name="job_group_ratio" ratio="group" label="% Period"/>
   </lire:group>
  </lire:timegroup>
 </lire:report-calc-spec>

</lire:report-spec>
