bcff76b6635db492bdfcb2bceb62772e025acb65
[koha-equinox.git] / koha-tmpl / intranet-tmpl / prog / en / includes / permissions.inc
1 [%- BLOCK main_permissions -%]
2     [% SWITCH name %]
3     [%- CASE 'superlibrarian' -%]<span>Access to all librarian functions</span>
4     [%- CASE 'circulate' -%]<span>Check out and check in items</span>
5     [%- CASE 'catalogue' -%]<span><b>Required for staff login.</b> Staff access, allows viewing of catalogue in staff client.</span>
6     [%- CASE 'parameters' -%]<span>Manage Koha system settings (Administration panel)</span>
7     [%- CASE 'borrowers' -%]<span>Add, modify and view patron information</span>
8     [%- CASE 'permissions' -%]<span>Set user permissions</span>
9     [%- CASE 'reserveforothers' -%]<span>Place and modify holds for patrons</span>
10     [%- CASE 'editcatalogue' -%]<span>Edit catalog (Modify bibliographic/holdings data)</span>
11     [%- CASE 'updatecharges' -%]<span>Manage patrons fines and fees</span>
12     [%- CASE 'acquisition' -%]<span>Acquisition and/or suggestion management</span>
13     [%- CASE 'management' -%]<span>Set library management parameters (deprecated)</span>
14     [%- CASE 'tools' -%]<span>Use all tools (expand for granular tools permissions)</span>
15     [%- CASE 'editauthorities' -%]<span>Edit authorities</span>
16     [%- CASE 'serials' -%]<span>Manage serial subscriptions</span>
17     [%- CASE 'reports' -%]<span>Allow access to the reports module</span>
18     [%- CASE 'staffaccess' -%]<span>Allow staff members to modify permissions for other staff members</span>
19     [%- CASE 'coursereserves' -%]<span>Course reserves</span>
20     [%- CASE 'plugins' -%]<span>Koha plugins</span>
21     [%- CASE 'lists' -%]<span>Lists</span>
22     [%- END -%]
23 [%- END -%]
24
25 [%- BLOCK sub_permissions -%]
26     [% SWITCH name %]
27     [%- CASE 'circulate_remaining_permissions' -%]<span>Remaining circulation permissions</span>
28     [%- CASE 'force_checkout' -%]<span>Force checkout if a limitation exists</span>
29     [%- CASE 'manage_restrictions' -%]<span>Manage restrictions for accounts</span>
30     [%- CASE 'overdues_report' -%]<span>Execute overdue items report</span>
31     [%- CASE 'override_renewals' -%]<span>Override blocked renewals</span>
32     [%- CASE 'self_checkout' -%]<span>Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID</span>
33     [%- CASE 'manage_circ_rules' -%]<span>manage circulation rules</span>
34     [%- CASE 'parameters_remaining_permissions' -%]<span>Remaining system parameters permissions</span>
35     [%- CASE 'modify_holds_priority' -%]<span>Modify holds priority</span>
36     [%- CASE 'place_holds' -%]<span>Place holds for patrons</span>
37     [%- CASE 'delete_all_items' -%]<span>Delete all items at once</span>
38     [%- CASE 'edit_catalogue' -%]<span>Edit catalog (Modify bibliographic/holdings data)</span>
39     [%- CASE 'edit_items' -%]<span>Edit items</span>
40     [%- CASE 'edit_items_restricted' -%]<span>Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_item is still required)</span>
41     [%- CASE 'fast_cataloging' -%]<span>Fast cataloging</span>
42     [%- CASE 'remaining_permissions' -%]<span>Remaining permissions for managing fines and fees</span>
43     [%- CASE 'writeoff' -%]<span>Write off fines and fees</span>
44     [%- CASE 'budget_add_del' -%]<span>Add and delete budgets (but can't modify budgets)</span>
45     [%- CASE 'budget_manage' -%]<span>Manage budgets</span>
46     [%- CASE 'budget_manage_all' -%]<span>Manage all budgets</span>
47     [%- CASE 'budget_modify' -%]<span>Modify budget (can't create lines, but can modify existing ones)</span>
48     [%- CASE 'contracts_manage' -%]<span>Manage contracts</span>
49     [%- CASE 'group_manage' -%]<span>Manage orders & basketgroups</span>
50     [%- CASE 'order_manage' -%]<span>Manage orders & basket</span>
51     [%- CASE 'order_manage_all' -%]<span>Manage all orders and baskets, regardless of restrictions on them</span>
52     [%- CASE 'order_receive' -%]<span>Manage orders & basket</span>
53     [%- CASE 'period_manage' -%]<span>Manage periods</span>
54     [%- CASE 'planning_manage' -%]<span>Manage budget plannings</span>
55     [%- CASE 'vendors_manage' -%]<span>Manage vendors</span>
56     [%- CASE 'batch_upload_patron_images' -%]<span>Upload patron images in a batch or one at a time</span>
57     [%- CASE 'delete_anonymize_patrons' -%]<span>Delete old borrowers and anonymize circulation history (deletes borrower reading history)</span>
58     [%- CASE 'edit_calendar' -%]<span>Define days when the library is closed</span>
59     [%- CASE 'edit_news' -%]<span>Write news for the OPAC and staff interfaces</span>
60     [%- CASE 'edit_notice_status_triggers' -%]<span>Set notice/status triggers for overdue items</span>
61     [%- CASE 'edit_notices' -%]<span>Define notices</span>
62     [%- CASE 'edit_patrons' -%]<span>Perform batch modification of patrons</span>
63     [%- CASE 'edit_quotes' -%]<span>Edit quotes for quote-of-the-day feature</span>
64     [%- CASE 'export_catalog' -%]<span>Export bibliographic and holdings data</span>
65     [%- CASE 'import_patrons' -%]<span>Import patron data</span>
66     [%- CASE 'inventory' -%]<span>Perform inventory of your catalog</span>
67     [%- CASE 'items_batchdel' -%]<span>Perform batch deletion of items</span>
68     [%- CASE 'items_batchmod' -%]<span>Perform batch modification of items</span>
69     [%- CASE 'items_batchmod_restricted' -%]<span>Limit batch item modification to subfields defined in the SubfieldsToAllowForRestrictedBatchmod preference (please note that items_batchmod is still required)</span>
70     [%- CASE 'label_creator' -%]<span>Create printable labels and barcodes from catalog and patron data</span>
71     [%- CASE 'manage_csv_profiles' -%]<span>Manage CSV export profiles</span>
72     [%- CASE 'manage_patron_lists' -%]<span>Add, edit and delete patron lists and their contents</span>
73     [%- CASE 'manage_staged_marc' -%]<span>Managed staged MARC records, including completing and reversing imports</span>
74     [%- CASE 'marc_modification_templates' -%]<span>Manage marc modification templates</span>
75     [%- CASE 'moderate_comments' -%]<span>Moderate patron comments</span>
76     [%- CASE 'moderate_tags' -%]<span>Moderate patron tags</span>
77     [%- CASE 'records_batchdel' -%]<span>Perform batch deletion of records (bibliographic or authority)</span>
78     [%- CASE 'records_batchmod' -%]<span>Perform batch modification of records (biblios or authorities)</span>
79     [%- CASE 'rotating_collections' -%]<span>Manage rotating collections</span>
80     [%- CASE 'schedule_tasks' -%]<span>Schedule tasks to run</span>
81     [%- CASE 'stage_marc_import' -%]<span>Stage MARC records into the reservoir</span>
82     [%- CASE 'upload_local_cover_images' -%]<span>Upload local cover images</span>
83     [%- CASE 'view_system_logs' -%]<span>Browse the system logs</span>
84     [%- CASE 'check_expiration' -%]<span>Check the expiration of a serial</span>
85     [%- CASE 'claim_serials' -%]<span>Claim missing serials</span>
86     [%- CASE 'create_subscription' -%]<span>Create a new subscription</span>
87     [%- CASE 'delete_subscription' -%]<span>Delete an existing subscription</span>
88     [%- CASE 'edit_subscription' -%]<span>Edit an existing subscription</span>
89     [%- CASE 'receive_serials' -%]<span>Serials receiving</span>
90     [%- CASE 'renew_subscription' -%]<span>Renew a subscription</span>
91     [%- CASE 'routing' -%]<span>Routing</span>
92     [%- CASE 'superserials' -%]<span>Manage subscriptions from any branch (only applies when IndependentBranches is used)</span>
93     [%- CASE 'delete_reports' -%]<span>Delete SQL reports</span>
94     [%- CASE 'create_reports' -%]<span>Create SQL reports</span>
95     [%- CASE 'execute_reports' -%]<span>Execute SQL reports</span>
96     [%- CASE 'add_reserves' -%]<span>Add course reserves</span>
97     [%- CASE 'delete_reserves' -%]<span>Remove course reserves</span>
98     [%- CASE 'manage_courses' -%]<span>Add, edit and delete courses</span>
99     [%- CASE 'configure' -%]<span>Configure plugins</span>
100     [%- CASE 'manage' -%]<span>Manage plugins ( install / uninstall )</span>
101     [%- CASE 'report' -%]<span>Use report plugins</span>
102     [%- CASE 'tool' -%]<span>Use tool plugins</span>
103     [%- CASE 'delete_public_lists' -%]<span>Delete public lists</span>
104     [%- CASE 'upload_general_files' -%]<span>Upload any file</span>
105     [%- CASE 'upload_manage' -%]<span>Manage uploaded files (<i>Useless without upload_general_files</i>)</span>
106     [%- END -%]
107 [%- END -%]