Bug 10671: Update Reports Help
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / help / reports / guided_reports.tt
index c138ecf..25ac9be 100644 (file)
@@ -82,9 +82,9 @@
 
 <h3>Duplicate Report</h3>
 
-<p>Reports can also be added by duplicating an existing report. Visit the 'Saved reports' page to see all of the reports listed on your system already.</p>
+<p>Reports can also be added by duplicating an existing report. Visit the 'Saved reports' page to see all of the reports listed on your system.</p>
 
-<p>To the right of every report there is a 'Duplicate' link in the 'Saved SQL' column. Click that 'Duplicate' link to use an existing report as the basis for your new report. That will populate the new report form with the existing SQL for easy editing and resaving.</p>
+<p>To the right of every report there is an 'Actions' pull down. Clickin that and choose 'Duplicate' to use an existing report as the basis for your new report. That will populate the new report form with the existing SQL for easy editing and resaving.</p>
 
 <h3>Edit Custom Reports</h3>
 
 
 <p>To find the report you'd like to edit you can sort by any of the columns by clicking the on the column header. You can also filter your results using the filter menu on the left or use the tabs to find reports based on your custom groups.</p>
 
-<p>From this list you can edit any custom report by clicking 'Edit' in the 'Saved SQL' column.</p>
+<p>From this list you can edit any custom report by clicking 'Actions' to the right of the report and choosing 'Edit' from the menu that appears.</p>
+
+<p>The form to edit the report will appear.</p>
 
 <h3>Running Custom Reports</h3>
 
-<p>Once custom reports are saved to Koha, you can run them by going to the Saved Reports page and clicking the 'Run' link to the right of the report.</p>
+<p>Once custom reports are saved to Koha, you can run them by going to the Saved Reports page and clicking the 'Actions' button to the right of the report and choosing 'Run'.</p>
 
-<p>When you report runs you will either be asked for some value or you will see the results right away</p>
+<p>When you report runs you will either be asked for some values or you will see the results right away</p>
 
 <p>From the results you can choose to rerun the report by clicking 'Run report' at the top, edit the report by clicking the 'Edit' button or starting over and creating a new report by using the 'New' button. You can also download your results by choosing a file type at the bottom of the results next to the 'Download the report' label and clicking 'Download.'</p>
 
        <li>payment</li>
        <li>CreditXXX
 <ul>
-       <li>stores different types of fee credits, so a query to catch them all would include a clause like "type LIKE 'Credit%'"</li>
+       <li>The XXX stores different types of fee credits, so a query to catch them all would include a clause like "type LIKE 'Credit%'"</li>
 </ul>
 </li>
 </ul>
 <ul>
        <li>NULL: means the patron requested the 1st available, and we haven't chosen the item</li>
        <li>T = Transit: the reserve is linked to an item but is in transit to the pickup branch</li>
-       <li>W =Waiting: the reserve is linked to an item, is at the pickup branch, and is waiting on the hold shelf</li>
+       <li>W = Waiting: the reserve is linked to an item, is at the pickup branch, and is waiting on the hold shelf</li>
        <li>F = Finished: the reserve has been completed, and is done</li>
 </ul>
 
        <li>B = For Patrons/Borrowers</li>
 </ul>
 
-<p><strong>Question</strong>: What are the possible codes for the status field in the serial table"?</p>
+<p><strong>Question</strong>: What are the possible codes for the status field in the serial table?</p>
 
 <p><strong>Answer</strong>:</p>
 
        <li>4 = Missing</li>
        <li>5 = Not Available</li>
        <li>6 = Delete</li>
+       <li>7 = Claimed</li>
+       <li>8 = Stopped</li>
 </ul>
 
-<p><strong>See the full documentation for Custom Reports in the <a href="http://manual.koha-community.org/3.10/en/reports.html#customreports">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Custom Reports in the <a href="http://manual.koha-community.org/3.14/en/reports.html#customreports">manual</a> (online).</strong></p>
 
 [% INCLUDE 'help-bottom.inc' %]