Add note about using a filter for badges
authorAndreas Scherbaum <ads@pgug.de>
Thu, 18 Oct 2018 21:44:34 +0000 (23:44 +0200)
committerAndreas Scherbaum <ads@pgug.de>
Thu, 18 Oct 2018 21:44:34 +0000 (23:44 +0200)
template/confreg/reports.html

index d5c10cee71172a193434586a1ccdfdfe954a437c..37759995fd45d29bd8dd31f8ee0e442bf85b5585 100644 (file)
@@ -56,6 +56,10 @@ input[type=checkbox] { margin-right: 1em; }
          <td>Format:</td>
          <td><select name="format"><option value="html">HTML</option><option value="pdf">PDF</option><option value="csv">CSV</option><option value="badge">Badge</option><option value="json">JSON</option></select></td>
        </tr>
+       <tr>
+         <td></td>
+         <td>Note: For printing badges, don't forget to add a a "Payment confirmed" filter (the input field is left empty for printing all badges)</td>
+       </tr>
        <tr>
          <td>PDF orientation:</td>
          <td><select name="orientation"><option value="portrait">Portrait</option><option value="landscape">Landscape</option></td>