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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tmpl (-32 / +19 lines)
Lines 1-35 Link Here
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
2
3
<h1>Patron Fines</h1>
3
<h1>Patron Fines</h1>
4
Patron fines are calculated based on your system preferences.<br/>
4
5
		<ul>
5
<p>The patron's complete accounting history will appear on the Fines tab. Contrary to its name, the Fines tab does not just show fine data, it also shows membership fees, rental fees, reserve fees and any other charge you may have for patrons.</p>
6
			<li>
6
7
<em>Get there: </em></span>More &gt; Administration &gt; Patrons and Circulation &gt; Circulation and fines rules</li>
7
<h2>Charging Fines/Fees</h2>
8
		</ul>	  
8
9
<h3>Viewing Patron Accounts</h3>
9
<p>Most fees and fines will be charged automatically if the fines cron job is running:</p>
10
10
11
		<ul>
11
<ul>
12
			<li>Click on the 'Fines' tab under the patron information on the left</li>
12
	<li>Fines will be charged based on your Circulation &amp; Fines Rules</li>
13
			<li>You will see the patron's account information</li>
13
	<li>Hold fees will be charged based on the rules you set in the Patron Types &amp; Categories administration area</li>
14
			<li>In addition to overdue fines, replacement costs for lost items, account management fees and other library specific fees will show on the account
14
	<li>Rental fees will be charged based on the settings in your Item Types administration area</li>
15
			<ul>
15
	<li>Marking an item 'Lost' via the cataloging module will automatically charge the patron the replacement cost for that item</li>
16
				<li>
16
</ul>
17
			    <span style="background-color: #ffe599">
17
18
TIP: Marking an item Lost via the edit item page will automatically put a fine on the patron's record for the replacement cost of the item</span></li>
18
<h2>Printing Invoices</h2>
19
			</ul></li>
19
20
			<li>To pay fines, click the 'Pay fines' tab</li>
20
<p>To the right of each account line there is a print link. Clicking that link will print an invoice for the line item that includes the date and description of the line item along with the total outstanding on the account.</p>
21
			<li>Each charge gives you a menu which lets you decide whether to mark items paid or not</li>
21
22
			<li>By choosing 'Paid' the system assumes that a full payment is being made</li>
22
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
23
			<li>Payments will appear on the Account tab</li>
24
			<li>You can also create manual invoices/charges or apply manual credits to patron's accounts
25
			<ul>
26
				<li>
27
			    <span style="background-color: #ffe599">
28
TIP: If you create a manual credit, be aware that it won't be applied to any particular lost or late item</span></li>
29
			</ul></li>
30
			<li>To create a manual invoice, click the 'Create manual invoice' tab</li>
31
			<li>Enter in the information related to the charge you're adding</li>
32
			<li>The new charge will appear on the 'Account' tab</li>
33
			<li>Manual invoices can be paid the same way as automatic fines, by clicking on 'Pay fines'</li>
34
		</ul>
35
	</div>	<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/mancredit.tmpl (-7 / +9 lines)
Lines 1-11 Link Here
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
2
3
<h1>Create Manual Credit</h1>
3
<h1>Create Manual Credit</h1>
4
		<ul>
4
5
			<li>To create a manual credit, click the 'Create manual credit' tab</li>
5
<p>Manual credits can be used to pay off parts of fines, or to forgive a fine amount.</p>
6
			<li>Enter in the information related to the credit you're adding</li>
6
<ul>
7
			<li>The new credit will appear on the 'Account' tab</li>
7
	<li>First choose the type of credit you'd like to apply</li>
8
		</ul>	
8
	<li>If this credit is associated with an item you can enter that item's barcode so that the line item links to the right item</li>
9
		
9
	<li>The description field is where you will enter the description of the credit</li>
10
		<p style="background-color: #ffe599">TIP: Use manual credits to pay partial fines.</p>
10
	<li>In the amount field, do not enter currency symbols, only numbers and decimals</li>
11
</ul>
12
11
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
13
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/maninvoice.tmpl (-8 / +12 lines)
Lines 1-13 Link Here
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
2
3
<h1>Create Manual Invoice</h1>
3
<h1>Create Manual Invoice</h1>
4
		<ul>
4
5
			<li>Click the 'Create manual invoice' tab</li>
5
<p>For fees that are not automatically charged, librarians can create a manual invoice</p>
6
			<li>Enter in the information related to the charge you're adding</li>
6
<ul>
7
			<li>The new charge will appear on the 'Account' tab</li>
7
	<li>First choose the type of invoice you would like to create
8
			<li>If you would like to define additional categories for manual invoices you can do so by adding authorized values in the MANUAL_INV categories.</li>
8
<ul>
9
			<ul><li style="color: #990000">IMPORTANT: Set the authorized value field as the description and the description field is the default fee, if any.</li></ul>
9
	<li>To add additional values to the manual invoice type pull down menu, add them to the MANUAL_INV Authorized Value</li>
10
			<li>Manual invoices can be paid the same way as automatic fines, by clicking on 'Pay fines'</li>
10
</ul>
11
		</ul>
11
</li>
12
	<li>If the fee is associated with an item you can enter its barcode so that the line item shows a link to that item</li>
13
	<li>The description field is where you will enter the description of the charge</li>
14
	<li>In the amount field, do not enter currency symbols, only numbers and decimals</li>
15
</ul>
12
16
13
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
17
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tmpl (-77 / +356 lines)
Lines 1-6 Link Here
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->   
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->   
2
   <h1>Setting Patron Permissions</h1>
2
3
   <p>Patron permissions are used to define the rights of staff members when in the intranet/staff client.</p>
3
<h1>Setting Patron Permissions</h1>
4
5
<p>Patron permissions are used to define the rights of staff members when in the intranet/staff client.</p>
4
	<ul>
6
	<ul>
5
		<li>To alter patron permissions, click on Patrons on the main menu at the top of the screen.</li>
7
		<li>To alter patron permissions, click on Patrons on the main menu at the top of the screen.</li>
6
		<li>Search or browse for the patron you'd like to edit</li>
8
		<li>Search or browse for the patron you'd like to edit</li>
Lines 9-91 Link Here
9
		<li>Choose the permissions you'd like this patron to have</li>
11
		<li>Choose the permissions you'd like this patron to have</li>
10
		<li>You can pick as many permissions as you'd like for each staff member
12
		<li>You can pick as many permissions as you'd like for each staff member
11
		<ul>
13
		<ul>
12
			<li>
14
			<li><span style="background-color: #ffe599">TIP: If a staff member is set to 'superlibrarian' they have access to all functions and do not need any other permissions checked</span></li>
13
		    <span style="background-color: #ffe599">
14
TIP: If a staff member is set to 'superlibrarian' they have access to all functions and do not need any other permissions checked</span></li>
15
		</ul></li>
15
		</ul></li>
16
	</ul>
16
	</ul>
17
17
18
<h3>What will each permission level do?</h3>
18
<h3>Patron Permissions Defined</h3>
19
19
20
<p>Depending on the permission certain menu items will be removed from the menus in Koha, preventing users from accessing them.</p>
20
<p>Depending on the permission certain menu items will be removed from the menus in Koha, preventing users from accessing them.</p>
21
	<ul>
21
<ul>
22
		<li><strong>superlibrarian</strong>
22
	<li>superlibrarian
23
		<ul>
23
<ul>
24
			<li>Access to all librarian functions</li>
24
	<li>Access to all functions within the staff client</li>
25
		</ul></li>
25
</ul>
26
		<li><strong>circulate</strong>
26
</li>
27
		<ul>
27
	<li>circulate
28
			<li>Ability for logged in user to check books out and back in</li>
28
<ul>
29
		</ul></li>
29
	<li>Ability to check (issue) books out and in and access the 'Circulation' page in the staff client</li>
30
		<li><strong>catalog</strong>
30
	<li>This section can be expanded (Learn more below)</li>
31
		<ul>
31
</ul>
32
			<li>Must be given to all staff members to allow them to log into the staff interface</li>
32
</li>
33
			<li>This permission will allow staff members to search the catalog via the staff interface</li>
33
	<li>catalogue
34
		</ul></li>
34
<ul>
35
		<li><strong>parameters</strong>
35
	<li>Allows staff members to search the catalog via the staff client</li>
36
		<ul>
36
	<li>Must be given to all staff members to allow them to login to the staff client</li>
37
			<li>Provides access to all admin links and preferences</li>
37
</ul>
38
		</ul></li>
38
</li>
39
		<li><strong>borrowers</strong>
39
	<li>parameters
40
		<ul>
40
<ul>
41
			<li>Add or modify patrons (with the exception of setting permissions)</li>
41
	<li>Provides access to all areas of the Administration menu</li>
42
		</ul></li>
42
</ul>
43
		<li><strong>permissions</strong>
43
</li>
44
		<ul>
44
	<li>borrowers
45
			<li>Ability to set patron permissions&nbsp;</li>
45
<ul>
46
		</ul></li>
46
	<li>Allows staff members to add or modify patrons (with the exception of setting permissions)</li>
47
		<li><strong>reserveforothers</strong>
47
</ul>
48
		<ul>
48
</li>
49
			<li>Place holds on books for patrons via the staff interface</li>
49
	<li>permissions
50
		</ul></li>
50
<ul>
51
		<li><strong>borrow</strong>
51
	<li>Ability to set patron permissions</li>
52
		<ul>
52
</ul>
53
			<li>Borrow books from the library with this staff account</li>
53
</li>
54
		</ul></li>
54
	<li>reserveforothers
55
		<li><strong>editcatalogue</strong> Modify bibliogra
55
<ul>
56
		<ul>
56
	<li>Ability to place holds on books for patrons via the staff interface</li>
57
			<li>Provides cataloging permissions such as altering and adding bibliographic and holdings data)</li>
57
	<li>This section can be expanded (Learn more below)</li>
58
		</ul></li>
58
</ul>
59
		<li><strong>updatecharges</strong>
59
</li>
60
		<ul>
60
	<li>borrow
61
			<li>Handle fines and charges for patrons (including paying, adding credits, and adding invoices)</li>
61
<ul>
62
		</ul></li>
62
	<li>Grants staff members the rights to borrow books from the library</li>
63
		<li><strong>acquisition</strong>
63
</ul>
64
		<ul>
64
</li>
65
			<li>Access to acquisition and patron purchase suggestions management</li>
65
	<li>editcatalogue
66
		</ul></li>
66
<ul>
67
		<li><strong>management</strong>
67
	<li>Ability to catalog items (add and edit bibliographic and holdings data)</li>
68
		<ul>
68
	<li>This section can be expanded (Learn more below)</li>
69
			<li>Deprecated - no longer in use</li>
69
</ul>
70
		</ul></li>
70
</li>
71
		<li><strong>tools</strong>
71
	<li>updatecharges
72
		<ul>
72
<ul>
73
			<li>Use tools (export, import, barcodes)</li>
73
	<li>Manage patron accounts (including paying fines, adding credits, and creating invoices)</li>
74
		</ul></li>
74
</ul>
75
		<li><strong>editauthorities</strong>
75
</li>
76
		<ul>
76
	<li>acquisition
77
			<li>Allow staff member to edit authorities</li>
77
<ul>
78
		</ul></li>
78
	<li>Provides access to the acquisitions and patron purchase suggestion modules</li>
79
		<li><strong>serials</strong>
79
	<li>This section can be expanded (Learn more below)</li>
80
		<ul>
80
</ul>
81
			<li>Allow staff member to manage serials subscriptions and claims</li>
81
</li>
82
		</ul></li>
82
	<li>management
83
		<li><strong>reports</strong>
83
<ul>
84
		<ul>
84
	<li>No longer in use</li>
85
			<li>Allow staff member to access to the reports module</li>
85
</ul>
86
		</ul></li>
86
</li>
87
		<li><strong>staffaccess</strong>
87
	<li>tools
88
		<ul>
88
<ul>
89
			<li>Provides the ability to modify login / permissions for staff users</li>
89
	<li>Access to all items in the Tools section of the staff client</li>
90
		</ul></li>
90
	<li>This section can be expanded (Learn more below)</li>
91
	</ul><!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
91
</ul>
92
</li>
93
	<li>editauthorities
94
<ul>
95
	<li>Provides access to edit the authority record</li>
96
</ul>
97
</li>
98
	<li>serials
99
<ul>
100
	<li>Allows access to the serials module</li>
101
	<li>This section can be expanded (Learn more below)</li>
102
</ul>
103
</li>
104
	<li>reports
105
<ul>
106
	<li>Allow access to the Reports module (ability to create, edit and run all reports)</li>
107
	<li>Reports found on the Circulation page are not controlled by this permission</li>
108
	<li>This section can be expanded (Learn more below)</li>
109
</ul>
110
</li>
111
	<li>staffaccess
112
<ul>
113
	<li>Provides the ability to modify login / permissions for staff users</li>
114
</ul>
115
</li>
116
</ul>
117
<h3>Granular Circulate Permissions</h3>
118
<p>If the staff member has 'circulate' permissions they have the ability to perform all of these actions. If you would like to control circulation permissions on a more granular level choose from these options:</p>
119
<ul>
120
	<li>circulate_remaining_permissions
121
<ul>
122
	<li>All circulation rights except override permissions</li>
123
</ul>
124
</li>
125
	<li>override_renewals
126
<ul>
127
	<li>Override blocked renewals</li>
128
</ul>
129
</li>
130
</ul>
131
<h3>Granular Holds Permissions</h3>
132
<p>If the staff member has 'reserveforothers' permissions they have the ability to perform all of these actions. If you would like to control holds permissions on a more granular level choose from these options:</p>
133
<ul>
134
	<li>modify_holds_priority
135
<ul>
136
	<li>Allow staff members to alter the holds priority (moving patrons up and down the queue)</li>
137
</ul>
138
</li>
139
	<li>place_holds
140
<ul>
141
	<li>All staff members to place holds for patrons via the staff interface</li>
142
</ul>
143
</li>
144
</ul>
145
<h3>Granular Cataloging Permissions</h3>
146
<p>If the staff member has 'editcatalogue' permissions they have the ability to perform all of these actions. If you would like to control cataloging permissions on a more granular level choose from these options:</p>
147
<ul>
148
	<li>edit_catalogue
149
<ul>
150
	<li>Ability to access all cataloging functions via the Cataloging page</li>
151
</ul>
152
</li>
153
	<li>edit_items
154
<ul>
155
	<li>Ability to make edits to item records, but not bib records</li>
156
</ul>
157
</li>
158
	<li>fast_cataloging
159
<ul>
160
	<li>The ability to catalog using only the Fast Add Framework found on the Circulation page</li>
161
</ul>
162
</li>
163
</ul>
164
<h3>Granular Acquisitions Permissions</h3>
165
<p>If the staff member has 'acquisition' permissions they have the ability to perform all of these actions. If you would like to control acquisitions permissions on a more granular level choose from these options:</p>
166
<ul>
167
	<li>budget_add_del
168
<ul>
169
	<li>Ability to add and delete budgets (not modify()</li>
170
</ul>
171
</li>
172
	<li>budget_manage
173
<ul>
174
	<li>Manage budgets</li>
175
</ul>
176
</li>
177
	<li>budget_modify
178
<ul>
179
	<li>Ability to edit existing budgets (not to add or delete)</li>
180
</ul>
181
</li>
182
	<li>contracts_manage
183
<ul>
184
	<li>Manage contracts</li>
185
</ul>
186
</li>
187
	<li>group_manage
188
<ul>
189
	<li>Manage orders and basket groups</li>
190
</ul>
191
</li>
192
	<li>order_manage
193
<ul>
194
	<li>Manage orders and baskets</li>
195
</ul>
196
</li>
197
	<li>order_receive
198
<ul>
199
	<li>Manage orders and baskets</li>
200
</ul>
201
</li>
202
	<li>period_manage
203
<ul>
204
	<li>Manage periods</li>
205
</ul>
206
</li>
207
	<li>planning_manage
208
<ul>
209
	<li>Manage budget planning</li>
210
</ul>
211
</li>
212
	<li>vendors_manage
213
<ul>
214
	<li>Manage vendors</li>
215
</ul>
216
</li>
217
</ul>
218
<h3>Granular Serials Permissions</h3>
219
<p>If the staff member has 'serials' permissions they have the ability to perform all of these actions. If you would like to control serials permissions on a more granular level choose from these options:</p>
220
<ul>
221
	<li>check_expiration
222
<ul>
223
	<li>Check the expiration of a serial</li>
224
</ul>
225
</li>
226
	<li>claim_serials
227
<ul>
228
	<li>Claim missing serials</li>
229
</ul>
230
</li>
231
	<li>create_subscription
232
<ul>
233
	<li>Create a new subscription</li>
234
</ul>
235
</li>
236
	<li>delete_subscription
237
<ul>
238
	<li>Delete an existing subscription</li>
239
</ul>
240
</li>
241
	<li>edit_subscription
242
<ul>
243
	<li>Edit (but not delete or create) an existing subscription</li>
244
</ul>
245
</li>
246
	<li>receive_serials
247
<ul>
248
	<li>Receive serials on existing subscriptions</li>
249
</ul>
250
</li>
251
	<li>renew_subscription
252
<ul>
253
	<li>Renew an existing subscription</li>
254
</ul>
255
</li>
256
	<li>routing
257
<ul>
258
	<li>Manage routing lists</li>
259
</ul>
260
</li>
261
</ul>
262
<h3>Granular Tools Permissions</h3>
263
<p>If the staff member has 'tools' permissions they have the ability to access and use all items under the Tools menu. If you would like to control which tools staff members have access to on a more granular level choose from these options:</p>
264
<ul>
265
	<li>batch_upload_patron_images
266
<ul>
267
	<li>Upload patron images in batch or one at a time (Access to the Image Upload Tool)</li>
268
</ul>
269
</li>
270
	<li>delete_anonymize_patrons
271
<ul>
272
	<li>Delete old borrowers and anonymize circulation/reading history (Access to the Anonymize Patron Tool)</li>
273
</ul>
274
</li>
275
	<li>edit_calendar
276
<ul>
277
	<li>Define days when the library is closed (Access to the Calendar/Holidays Tool)</li>
278
</ul>
279
</li>
280
	<li>edit_news
281
<ul>
282
	<li>Write news for the OPAC and staff interfaces (Access to the News Tool)</li>
283
</ul>
284
</li>
285
	<li>edit_notice_status_triggers
286
<ul>
287
	<li>Set notice/status triggers for overdue items (Access to the Overdue Notice Status/Triggers Tool)</li>
288
</ul>
289
</li>
290
	<li>edit_notices
291
<ul>
292
	<li>Define notices (Access to the Notices Tool)</li>
293
</ul>
294
</li>
295
	<li>export_catalog
296
<ul>
297
	<li>Export bibliographic and holdings data (Access to the Export Bibliographic &amp; Holdings Data Tool)</li>
298
</ul>
299
</li>
300
	<li>import_patrons
301
<ul>
302
	<li>Import patron data (Access to the Import Patrons Tool)</li>
303
</ul>
304
</li>
305
	<li>inventory
306
<ul>
307
	<li>Perform inventory (stocktaking) of your catalog (Access to the Inventory Tool)</li>
308
</ul>
309
</li>
310
	<li>items_batchdel
311
<ul>
312
	<li>Perform batch deletion of items (Access to the Delete a queryset of items Tool)</li>
313
</ul>
314
</li>
315
	<li>items_batchmod
316
<ul>
317
	<li>Perform batch modification of items (Access to the Modify a queryset of items Tool)</li>
318
</ul>
319
</li>
320
	<li>label_creator
321
<ul>
322
	<li>Create printable labels and barcodes from catalog and patron data (Access to the Label Creator and Quick Label Creator Tools)</li>
323
</ul>
324
</li>
325
	<li>manage_csv_profiles
326
<ul>
327
	<li>Create and edit CSV profiles (Access to the CSV Profiles Tool)</li>
328
</ul>
329
</li>
330
	<li>manage_staged_marc
331
<ul>
332
	<li>Managed staged MARC records, including completing and reversing imports (Access to the Manage Staged MARC Records Tool)</li>
333
</ul>
334
</li>
335
	<li>moderate_comments
336
<ul>
337
	<li>Moderate patron comments (Access to the Comments and Tags Tools)</li>
338
</ul>
339
</li>
340
	<li>schedule_tasks
341
<ul>
342
	<li>Schedule tasks to run (Access to the Task Scheduler Tool)</li>
343
</ul>
344
</li>
345
	<li>stage_marc_import
346
<ul>
347
	<li>Stage MARC records into the reservoir (Access to the Stage MARC Records Tool)</li>
348
</ul>
349
</li>
350
	<li>view_system_logs
351
<ul>
352
	<li>Browse the system logs (Access to the Log Viewer Tool)</li>
353
</ul>
354
</li>
355
</ul>
356
<h3>Granular Reports Permissions</h3>
357
<p>If the staff member has 'reports' permissions they have the ability to perform all of these actions. If you would like to control reports permissions on a more granular level choose from these options:</p>
358
<ul>
359
	<li>create_reports
360
<ul>
361
	<li>The ability to create and edit but not run SQL reports</li>
362
</ul>
363
</li>
364
	<li>execute_reports
365
<ul>
366
	<li>The ability to run but not create or edit SQL reports</li>
367
</ul>
368
</li>
369
</ul>
370
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-password.tmpl (-7 / +6 lines)
Lines 3-15 Link Here
3
<h1>Change Patron Password</h1>
3
<h1>Change Patron Password</h1>
4
4
5
<p>Koha cannot display existing passwords, so this form can only be used to change a patron's username and/or password, but not to recover an existing password.</p>
5
<p>Koha cannot display existing passwords, so this form can only be used to change a patron's username and/or password, but not to recover an existing password.</p>
6
		<div class="hint">	The default minimum password length is 3 characters long.  To change this value, update your system preferences.
6
7
		</div>
7
<p>The default minimum password length is 3 characters long.  To change this value, update your system preferences.</p>
8
		<div class="hint">
8
9
			<ul>
9
<ul>
10
				<li><em>Get there:</em> More &gt; Administration &gt; Global System Preferences &gt; Patrons &gt; minPasswordLength</li>
10
	<li><em>Get there:</em> More &gt; Administration &gt; Global System Preferences &gt; Patrons &gt; minPasswordLength</li>
11
			</ul>
11
</ul>
12
		</div>
13
12
14
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
13
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
15
14
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tmpl (-1 / +2 lines)
Lines 1-5 Link Here
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->   
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->   
2
   <h1>Patron Search</h1>
2
3
<h1>Patron Search</h1>
3
4
4
<p>Clicking on the link to the Patron module will bring you to a search/browse screen for patrons. From here you can search for a patron by entering any part of their name or barcode in the search box at the top.</p>
5
<p>Clicking on the link to the Patron module will bring you to a search/browse screen for patrons. From here you can search for a patron by entering any part of their name or barcode in the search box at the top.</p>
5
6
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/memberentry.tmpl (-169 / +77 lines)
Lines 2-175 Link Here
2
2
3
<h1>Add Patrons</h1>
3
<h1>Add Patrons</h1>
4
4
5
<h2>Adding a New Patron</h2>   
5
<p>Patron categories belong to one of six overreaching categories in Koha.</p>
6
   <p>IMPORTANT: System preferences should be defined before adding new patrons.<p>
7
	<ul>
8
		<li>
9
<em>Get there:</em></span>More &gt; Administration </li>
10
	</ul>	Add a new patron:<br/>
11
	<ul>
12
		<li>Click the 'New' button</li>
13
		<li>Choose the type of patron you'd like to add:
14
		<ul>
15
			<li>Staff = A user that can be configured to perform functions in the staff client.</li>
16
			<li>Adult = A regular patron (can have child patrons attached to it).</li>
17
			<li>Child = A patron who can have an adult guarantor. </li>
18
			<li>Organization = An organization that can have professional patrons attached to it.</li>
19
			<li>Professional = A patron that can have an organization as a guarantor. </li>
20
			<li>Statistical =		   
21
		   A &quot;fake&quot; patron card. When items are scanned on to a Statistical patron card, the items are not checked out, but recorded. 
22
			<ul>
23
				<li>
24
			    <span style="background-color: #ffe599">
25
TIP: This can be used to record statistics of items that are used, but do not get checked out, such as reference items, magazines, etc. You can then run a report to gather the statistics from this card</span></li>
26
			</ul></li>
27
		</ul></li>
28
	</ul>
29
	<ul>
30
		<li>	   
31
	   	   
32
	   Each patron type will have slightly different options.</li>	   
33
		<li>	   
34
	   	   
35
	   Fill in the fields related to your patron
36
		<ul>
37
			<li>		   
38
		   		   
39
		   Note that the Surname (or Last Name) is required for each patron as a default setting. You can define which fields, if any, should be required. 
40
			<ul>
41
				<li>			   
42
6
43
<em>Get there</em>: Administration &gt; System Preferences &gt; Patrons &gt; BorrowerMandatoryField.</li>
7
<ul>
44
			</ul></li>		   
8
	<li>Staff = A user that can be configured to perform functions in the staff client</li>
45
			<li>		   
9
	<li>Adult = A regular patron (can have child patrons attached to it)</li>
46
<span style="background-color: #ffe599">
10
	<li>Child = A patron who can belong to an Adult patron</li>
47
TIP: 'Initials' and 'Other name' are great for internal use when recognizing patrons</span></li>
11
	<li>Organization = An organization that can have Professional patrons attached to it</li>
48
		</ul></li>
12
	<li>Professional = A patron that can belong to an Organization</li>
49
	</ul>
13
	<li>Statistical = A patron type used solely for tracking in house usage
50
	<ul>
14
<ul>
51
		<li>If you're adding a 'Child' or 'Professional' you will see an additional field, asking you to define a Guarantor.
15
	<li><span style="background-color: #ffe599;">TIP: This can be used to record statistics of items that are used, but do not get checked out, such as reference items, magazines, etc. You can then run a report to gather the statistics from this card</span></li>
52
		<ul>
16
</ul>
53
			<li>		   
17
</li>
54
		   		   
18
</ul>
55
		   From this menu you must choose the patron record to link to the child or professional.
19
<h2>Add a new Patron</h2>
56
			<ul>
20
<ul>
57
				<li>			   
21
	<li>Click 'New'</li>
58
			   			   
22
	<li>Enter the identifying information regarding your patron
59
			   Click 'Find guarantor' and pick a patron from the resulting list.
23
<ul>
60
				<ul>
24
	<li>Required fields are defined in the BorrowerMandatoryField system preference</li>
61
					<li>
25
	<li>Salutation is populated by the BorrowersTitles system preference</li>
62
				    <span style="background-color: #ffe599">
26
</ul>
63
TIP: Only patrons of type &quot;A&quot; (adult) are searched for when you look for guarantors through the &quot;find guarantor&quot; interface.  This means that (for example) library staff (type &quot;S&quot;) and other children (type &quot;C&quot;) cannot be found as guarantors</span></li>
27
</li>
64
					<li style="color: #ff0000">				   
28
	<li>Next enter the contact information</li>
65
				   				   
29
	<li>If this patron is a child, you will be asked to attach the child patron to an adult patron
66
				   IMPORTANT: Entering a patron by hand will not work the way you'd expect - you must search</li>
30
<ul>
67
				</ul></li>
31
	<li>Click 'Set to Patron' to search your system for an existing patron</li>
68
			</ul></li>
32
	<li>If the Guarantor is not in the system, you can enter the first and last name in the fields available</li>
69
			<li>		   
33
	<li>The relationships are set using the borrowerRelationship system preference</li>
70
		   		   
34
</ul>
71
		   
35
</li>
72
		    <span style="background-color: #ffe599">
36
	<li>If this patron is a professional, you will be asked to attach the patron to an organizational patron
73
TIP: You can define the terms used in the Guarantor field. 'Mother' and 'Father' are default settings, but you can add &quot;Grandparent&quot; or &quot;Legal Guardian&quot; for instance</span>
37
<ul>
74
			<ul>
38
	<li>Click 'Set to Patron to search your system for an existing patron</li>
75
				<li>			   
39
</ul>
76
			   			   
40
</li>
77
			   
41
	<li>Each patron can have an alternate contact
78
			    <span>
42
<ul>
79
<em>Get there: </em></span>Administration &gt; Global system preferences &gt; Patrons &gt;borrowerRelationship</li>
43
	<li>An alternate contact could be a parent or guardian. It can also be used in academic settings to store the patron's home address.</li>
80
			</ul></li>
44
</ul>
81
		</ul></li>
45
</li>
82
	</ul>
46
	<li>The library management section includes values that are used within the library
83
	<ul>
47
<ul>
84
		<li>	   
48
	<li>The card number field is automatically calculated if you have the autoMemberNum system preference set that way</li>
85
	   	   
49
	<li>If you accidentally chose the wrong patron category at the beginning you can fix that here</li>
86
	   If you're adding an 'Organization' you will see fewer fields in this first section.</li>
50
	<li>Sort 1 and 2 are used for statistical purposes within your library</li>
87
		<li>	   
51
</ul>
88
	   	   
52
</li>
89
	   Enter your patron's main address.
53
	<li>Next, the Library Setup section includes additional library settings
90
		<ul>
54
<ul>
91
			<li>		   
55
	<li>The registration date will automatically be filled in with today's date</li>
92
		   		   
56
	<li>If your patron cards expire (based on your patron category settings) the Expiry date will automatically be calculated</li>
93
		   The 'Street type' dropdown menu comes from your Patrons and Circulation parameters.
57
	<li>The OPAC Note is a note for the patron - it will appear in the OPAC on the patron's record</li>
94
			<ul>
58
	<li>The Circulation Note is meant solely for your library staff and will appear when the circulation staff goes to check an item out to the patron</li>
95
				<li>			   
59
	<li>The OPAC Login and Password are used by the patron to log into their account in the OPAC. They are also used for staff accounts to provide them access to the staff client.</li>
96
			   			   
60
</ul>
97
			   
61
</li>
98
			    <span>
62
	<li>If you have set additional patron attributes up, these will appear next</li>
99
<em>Get there: </em></span>Administration &gt; Patrons and Circulation &gt; Road types</li>
63
	<li>Finally, if you have EnhancedMessagingPreferences set to 'allow,' you can choose the messaging preferences for this patron.
100
			</ul></li>
64
<ul>
101
			<li>		   
65
	<li>These preferences will override any you set via the patron categories</li>
102
		   		   
66
	<li>These preference can be altered by the patron via the OPAC</li>
103
		   The City, State dropdown menu comes from your Patrons and Circulation parameters.
67
</ul>
104
			<ul>
68
</li>
105
				<li>
69
	<li>Once finished, click 'Save'</li>
106
			    <span>
70
	<li>At this point if the system suspects this patron is a duplicate of another it will warn you.</li>
107
<em>Get there: </em></span>Administration &gt; Patrons and circulation &gt; Cities</li>
71
</ul>
108
			</ul></li>
109
		</ul></li>
110
		<li>Enter additional contact information for your patron.<br/>
111
		<ul>
112
			<li>
113
		    <span style="background-color: #ffe599">
114
TIP: Encourage your patrons to provide an email address. Koha will use this email address to contact patrons when an item they reserved is available and to send overdue notices.</span></li>
115
		</ul></li>
116
	</ul>
117
	<ul>
118
		<li>Enter an alternate address (if you require one for your library).
119
		<ul>
120
			<li>
121
		    <span style="background-color: #ffe599">
122
TIP: This is handy if your patron has a PO Box and you want their home address as well.</span></li>
123
		</ul></li>
124
	</ul>
125
	<ul>
126
		<li>Enter in an additional contact (if you require one for your library)</li>
127
		<li>Enter information necessary for patron management in the library
128
		<ul>
129
			<li>The card number can be auto-calculated, scanned in from a barcode scanner or entered in by hand. The auto-calculated card number can be turned ON and OFF in your system preferences.
130
			<ul>
131
				<li>
132
			    <span>
133
<em>Get there</em></span>: Administration &gt; System Preferences &gt; Patrons &gt;  autoMemberNum.</li>
134
			</ul></li>
135
			<li>Library branches are defined in your Basic Parameters.<ul>
136
				<li>
137
			    <span>
138
<em>Get There:</em></span>Administration &gt; Basic Parameters &gt; Libraries, branches and groups</li>
139
			</ul></li>
140
			<li>Patron Categories are defined in Patrons and Circulation.<ul>
141
				<li>
142
			    <span>
143
<em>Get There:</em></span>Administration &gt; Patrons and circulation &gt; Patron categories</li>
144
			</ul></li>
145
			<li>The sort fields are used for internal use and reports.</li>
146
		</ul></li>
147
	</ul>
148
	<ul>
149
		<li>Enter information specific to you library policies.
150
72
151
		<ul>
73
<h2>Add a Staff Patron</h2>
152
			<li>
74
153
		    <span style="background-color: #ffe599">
75
<p>All staff members must be entered into Koha as patrons of the 'Staff' type. Follow the steps in Add a Patron to add a staff member. To give the staff member permissions to access the staff client, follow the steps in Patron Permissions</p>
154
TIP: Use 'Library note' for notes you'd like your circulation staff to see.</span></li>
76
155
			<li>
77
<p style="color: #990000">Remember to assign your staff secure usernames and passwords since these will be used to log into the staff client.</p>
156
		    <span style="background-color: #ffe599">
78
157
TIP: Use 'OPAC note' for notes you'd like the patron to see.<br/></span></li>
79
<p>All staff members must be entered into Koha as patrons of the 'Staff' type. Follow the steps in Add a Patron to add a staff member. To give the staff member permissions to access the staff client, follow the steps in Patron Permissions</p>
158
			<li>
80
159
		    <span style="background-color: #ffe599">
81
<p style="color: #990000">Remember to assign your staff secure usernames and passwords since these will be used to log into the staff client.</span></p>
160
		   		   
82
161
		    <span style="background-color: #ffffff">
83
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
162
IMPORTANT: Make sure your staff understands the difference between these fields. 'Library note' is a private note that ONLY staff can view. 'OPAC note' WILL be viewed by the patron.<br/></span></span></li>
163
		</ul></li>
164
	</ul>
165
	<ul>
166
		<li>Provide patrons with a login for the OPAC.
167
		<ul>
168
			<li>
169
		    <span style="background-color: #ffe599">
170
TIP: Patrons will be able to update/change their password via the OPAC</span></li>
171
		</ul></li>
172
	</ul>
173
	<ul>
174
		<li>Click 'Save' to finish the process.</li>
175
	</ul><!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tmpl (-2 / +3 lines)
Lines 2-8 Link Here
2
2
3
<h1>Patrons help</h1>
3
<h1>Patrons help</h1>
4
4
5
<p>This is the Patrons module of Koha.</p>
6
<p>The Patrons portion stores the information you add about your patrons.</p>
5
<p>The Patrons portion stores the information you add about your patrons.</p>
7
	<ul>
6
	<ul>
8
		<li>To add a patron, type their name into the search box and click the 'Search' button.</li>
7
		<li>To add a patron, type their name into the search box and click the 'Search' button.</li>
Lines 12-15 Link Here
12
		</ul></li>
11
		</ul></li>
13
		<li>Alternatively, you can browse a section of patron by selecting the first letter of the Patron's last name from the list on the right.</li>
12
		<li>Alternatively, you can browse a section of patron by selecting the first letter of the Patron's last name from the list on the right.</li>
14
		<li>If the patron does not already have an account, click the 'New' button and choose the patron type you'd like to add</li>
13
		<li>If the patron does not already have an account, click the 'New' button and choose the patron type you'd like to add</li>
15
	</ul><!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
14
	</ul>
15
	
16
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/messaging.tmpl (-11 / +5 lines)
Lines 1-15 Link Here
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
2
3
<h1>Patron Messaging Queue</h1>
3
<h1>Patron Messaging</h1>
4
4
5
<p>This tab shows the status of patron notification messages.   Once a message is sent it will say so in the status column.</p>
5
<p>The patron's messaging preferences are set when adding or editing the patron. This tab will show the messages that have been sent and those that are queued to be sent</p>
6
		<ul>
6
7
			<li>
7
<p>Once a message is sent it will say so in the status column.</p>
8
		    <span style="background-color: #ffe599">
9
TIP: To turn on messaging options you will need to turn the 'EnhancedMessagingPreferences' system preference to 'ON'</span>
10
			<ul>
11
				<li><em>Get there</em>: Administration &gt; System Preferences &gt; Patrons &gt;  EnhancedMessagingPreferences.</li>
12
			</ul></li>
13
		</ul>
14
8
15
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
9
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tmpl (-10 / +89 lines)
Lines 1-12 Link Here
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
2
3
<h1>Member Information Screen</h1>
3
<h1>Patron Details</h1>
4
4
5
<p>This screen shows the information associated with a given patron.</p>
5
<p>When viewing a patron record you have the option to view information from one of many tabs found on the left hand side of the record.</p>
6
<p>On the top left is their address and card number.</p>
6
7
<p>A patron's annual membership fee payment status also shows on this screen.</p>
7
<h2>Check Out</h2>
8
<p>At the bottom of the patron information page you will find quick access to items the patron has checked out, overdue and on hold.</p>
8
9
<p>You can get information on what a patron has read in the past by clicking on the Circulation History button.</p>
9
<p>For instruction on checking items out click the Check Out tab and read the help file there.</p>
10
<p>If you would like to edit a patron's information, click the 'Edit' button.  You can also click one of the 'Edit' links below each section on the patron record.</p>
10
11
<p>If you would like to PERMANENTLY delete a user, click 'Delete' under 'More'. A confirmation box will appear, so don't worry about accidentally deleting a record. Just be absolutely sure before you delete!</p>
11
<h2>Details</h2>
12
<p>If no patron image exists for this patron, click the &quot;Add Patron Images&quot; link to add an image or images. The pixel dimensions should not exceed 200 X 300 and the file size should be under 520K. Only PNG, GIF, JPEG, XPM formats are supported.</p><!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
12
13
<p>All patron information will appear on the Details tab. This includes all the contact information, notes, messaging preferences, etc entered when adding the patron.
14
In the case of patrons who are marked as 'Child' or 'Professional' and their Guarantors additional information will appear on their record.</p>
15
16
<ul>
17
<li>A child patron will list their Guarantor</li>
18
<li>On the Guarantor's record, all children and/or professionals will be listed</li>
19
</ul>

20
<h2>Fines</h2>
21
22
<p>The patron's complete accounting history will appear on the Fines tab. Contrary to its name, the Fines tab does not just show fine data, it also shows membership fees, rental fees, reserve fees and any other charge you may have for patrons.</p>
23
24
<h2>Circulation History</h2>
25
26
<p>The circulation history tab will appear if you have set the intranetreadinghistory preference to allow it to appear. If you have the OPACPrivacy system preference set to 'Allow' and the patron has decided that the library cannot keep this information this tab will only show currently checked out items.</p>
27
28
<h2>Modification Log</h2>
29
30
<p>If you have set your BorrowersLog to track changes to patron records, then this tab will appear. The Modification Log will show all changes made to the patron record.</p>
31
32
<ul>
33
<li>The Librarian field shows the patron number for the librarian who made the changes</li>
34
<li>The Object field lists the patron that is being modified</li>
35
</ul>
36
37
<h2>Messaging</h2>
38
39
<p>The patron's messaging preferences are set when adding or editing the patron. This tab will show the messages that have been sent and those that are queued to be sent</p>
40
41
<h2>Notices</h2>
42
43
<p>The patron's messaging preferences are set when adding or editing the patron. This tab will show the messages that have been sent and those that are queued to be sent with their entire body content</p>
44
45
<h2>Editing Patrons</h2>
46
47
<p>Patrons in Koha can be edited using one of many edit buttons.</p>
48
<ul>
49
	<li>To edit the entire patron record simply click the 'Edit' button at the top of the patron record.</li>
50
	<li>To only change the patron's password, click the 'Change Password' button
51
<ul>
52
	<li>Patron passwords are encrypted and cannot be recovered by the library staff</li>
53
	<li>This form will automatically generate a random password, this password is not the patron's current password, just a new random password</li>
54
</ul>
55
</li>
56
	<li>To edit a specific section of the patron record (for example the Library Use section) click the 'Edit' link below the section</li>
57
	<li>A patron image can be added by browsing for the image on your machine from the 'Manage Patron Image' section
58
<ul>
59
	<li>This form will not appear if you have the patronimages system preference to allow patron images</li>
60
	<li>To add patron images in bulk, use the Upload Patron Images Tool</li>
61
</ul>
62
</li>
63
	<li>Patrons can also be blocked from checking items out by setting Patron Flags
64
<ul>
65
	<li>If you would like your circulation staff to confirm a patron's address before checking items out to the patron, you can see the 'Gone no Address' flag</li>
66
	<li>If you would like to bar a patron from the library you can set the 'Debarred' flag
67
<ul>
68
	<li>This flag can automatically be set with the Overdue/Notice Status Triggers</li>
69
</ul>
70
</li>
71
	<li>If the patron reports that they have lost their card you can set the 'Lost Card' flag to prevent someone else from using that card to check items out</li>
72
</ul>
73
</li>
74
</ul>
75
76
<h2>Duplicate a Patron</h2>
77
78
<p>Sometimes when you're adding a new family to your system you don't want to type the contact information over and over. Koha allows for you to duplicate a patron and change only the parts you want to (or need to) change.</p>
79
80
<ul>
81
	<li>Open the patron you want to use as your base (the patron you want to duplicate information from)</li>
82
	<li>Click the 'Duplicate' button at the top of their record</li>
83
	<li>All of the fields with the exception of first name, card number, opac login and opac password have been duplicated. Fill in the missing pieces and click 'Save'
84
<ul>
85
	<li><span style="background-color: #ffe599;">TIP: Clicking in a field that is already populated with data will clear that field of all information (making it easier for you to type in something different)</span></li>
86
</ul>
87
</li>
88
	<li>You will be brought to your new patron</li>
89
</ul>
90
91
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/notices.tmpl (+7 lines)
Line 0 Link Here
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
3
<h1>Patron Notices</h1>
4
5
<p>The patron's messaging preferences are set when adding or editing the patron. This tab will show the messages that have been sent and those that are queued to be sent with their entire body content</p>
6
7
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tmpl (-13 / +14 lines)
Lines 1-17 Link Here
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
2
3
<h1>Pay Fines</h1>
3
<h1>Pay/Reverse Fines</h1>
4
		<ul>
4
5
			<li>To pay fines, click the 'Pay fines' tab</li>
5
<p>Each line item can be paid in full (or written off) using the 'Pay Fines' tab.</p>
6
			<li>Each charge gives you a menu which lets you decide whether to mark items paid or not</li>
6
7
			<li>By choosing 'Paid' the system assumes that a full payment is being made</li>
7
<ul>
8
			<li>Payments will appear on the Account tab</li>
8
	<li>Choose the payment type (Unpaid, Paid, Writeoff) from the pull down menu</li>
9
			<li>You can also create manual invoices/charges or apply manual credits to patron's accounts
9
	<li>Click 'Make Payment'</li>
10
			<ul>
10
	<li>A line item will be added to the account information showing the fee paid in full (or written off)</li>
11
				<li>
11
	<li>If you accidentally mark and item as paid, you can reverse that line item by clicking 'Reverse' to the right of the line
12
			    <span style="background-color: #ffe599">
12
<ul>
13
TIP: If you create a manual credit, be aware that it won't be applied to any particular lost or late item</span></li>
13
	<li>Once clicked a new line item will be added to the account, showing the payment as reversed</li>
14
			</ul></li>
14
</ul>
15
		</ul>
15
</li>
16
</ul>
16
17
17
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
18
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tmpl (-13 / +2 lines)
Lines 1-17 Link Here
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
1
<!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
2
3
<h1>Patron Cirulation History Help</h1>
3
<h1>Patron Cirulation History Help</h1>
4
		<ul>
4
5
			<li>To see the patron's reading history, click on the 'Circulation History' tab on the menu to the left.</li>
5
<p>The circulation history tab will appear if you have set the intranetreadinghistory preference to allow it to appear. If you have the OPACPrivacy system preference set to 'Allow' and the patron has decided that the library cannot keep this information this tab will only show currently checked out items.</p>
6
			<li>
7
		    <span style="background-color: #ffe599">
8
TIP: This will only show a reading history if you have the 'intranetreadinghistory' preference turned 'ON'</span>
9
			<ul>
10
				<li>
11
			    <span>
12
<em>Get there:</em></span>Administration &gt; Global system preferences &gt; Patrons &gt; intranetreadinghistory</li>
13
			</ul></li>
14
			<li>To see the history of changes to the patron record click on 'Modification Log' on the menu to the left.</li>
15
		</ul>
16
6
17
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
7
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
18
- 

Return to bug 5940