View | Details | Raw Unified | Return to bug 10250
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt (-4 / +5 lines)
Lines 141-147 Link Here
141
	<li>payment</li>
141
	<li>payment</li>
142
	<li>CreditXXX
142
	<li>CreditXXX
143
<ul>
143
<ul>
144
	<li>stores different types of fee credits, so a query to catch them all would include a clause like "type LIKE 'Credit%'"</li>
144
	<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>
145
</ul>
145
</ul>
146
</li>
146
</li>
147
</ul>
147
</ul>
Lines 153-159 Link Here
153
<ul>
153
<ul>
154
	<li>NULL: means the patron requested the 1st available, and we haven't chosen the item</li>
154
	<li>NULL: means the patron requested the 1st available, and we haven't chosen the item</li>
155
	<li>T = Transit: the reserve is linked to an item but is in transit to the pickup branch</li>
155
	<li>T = Transit: the reserve is linked to an item but is in transit to the pickup branch</li>
156
	<li>W =Waiting: the reserve is linked to an item, is at the pickup branch, and is waiting on the hold shelf</li>
156
	<li>W = Waiting: the reserve is linked to an item, is at the pickup branch, and is waiting on the hold shelf</li>
157
	<li>F = Finished: the reserve has been completed, and is done</li>
157
	<li>F = Finished: the reserve has been completed, and is done</li>
158
</ul>
158
</ul>
159
159
Lines 178-184 Link Here
178
	<li>B = For Patrons/Borrowers</li>
178
	<li>B = For Patrons/Borrowers</li>
179
</ul>
179
</ul>
180
180
181
<p><strong>Question</strong>: What are the possible codes for the status field in the serial table"?</p>
181
<p><strong>Question</strong>: What are the possible codes for the status field in the serial table?</p>
182
182
183
<p><strong>Answer</strong>:</p>
183
<p><strong>Answer</strong>:</p>
184
184
Lines 189-194 Link Here
189
	<li>4 = Missing</li>
189
	<li>4 = Missing</li>
190
	<li>5 = Not Available</li>
190
	<li>5 = Not Available</li>
191
	<li>6 = Delete</li>
191
	<li>6 = Delete</li>
192
	<li>7 = Claimed</li>
193
	<li>8 = Stopped</li>
192
</ul>
194
</ul>
193
195
194
<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>
196
<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>
195
- 

Return to bug 10250