====== Stock Permission Groups ====== select * from permission.grp_tree; id | name | parent | usergroup | perm_interval | description | application_perm | hold_priority ----+----------------------------+--------+-----------+---------------+-----------------------------------------+-------------------------------------------------+--------------- 1 | Users | | f | 3 years | | group_application.user | 0 2 | Patrons | 1 | t | 3 years | | group_application.user.patron | 0 3 | Staff | 1 | f | 3 years | | group_application.user.staff | 0 4 | Catalogers | 3 | t | 3 years | | group_application.user.staff.cat | 0 5 | Circulators | 3 | t | 3 years | | group_application.user.staff.circ | 0 6 | Acquisitions | 3 | t | 3 years | | group_application.user.staff.acq | 0 7 | Acquisitions Administrator | 3 | t | 3 years | | group_application.user.staff.acq_admin | 0 8 | Cataloging Administrator | 3 | t | 3 years | | group_application.user.staff.cat_admin | 0 9 | Circulation Administrator | 3 | t | 3 years | | group_application.user.staff.circ_admin | 0 10 | Local Administrator | 3 | t | 3 years | Can do anything at the Branch level | group_application.user.staff.admin.local_admin | 0 11 | Serials | 3 | t | 3 years | Serials (includes admin features) | group_application.user.staff.serials | 0 12 | System Administrator | 3 | t | 3 years | Can do anything at the System level | group_application.user.staff.admin.system_admin | 0 13 | Global Administrator | 3 | t | 3 years | Can do anything at the Consortium level | group_application.user.staff.admin.global_admin | 0 14 | Data Review | 3 | t | 3 years | | group_application.user.staff.data_review | 0 15 | Volunteers | 3 | t | 3 years | | group_application.user.staff.volunteers | 0 ====== Permissions and the stock permission groups that use them ====== select code, p.description, string_agg(g.name,',') as "stock perm groups" from permission.perm_list p, permission.grp_tree g, permission.grp_perm_map m where g.id = m.grp and p.id = m.perm group by 1,2 order by 1,2; -[ RECORD 1 ]-----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ABORT_REMOTE_TRANSIT description | Allow a user to abort a copy transit if the user is not at the transit source or dest stock perm groups | Circulators -[ RECORD 2 ]-----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ABORT_TRANSIT description | Allow a user to abort a copy transit if the user is at the transit destination or source stock perm groups | Circulators -[ RECORD 3 ]-----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ABORT_TRANSIT_ON_LOST description | Allows a user to abort a transit on a copy with status of LOST stock perm groups | Circulation Administrator -[ RECORD 4 ]-----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ABORT_TRANSIT_ON_MISSING description | Allows a user to abort a transit on a copy with status of MISSING stock perm groups | Circulation Administrator -[ RECORD 5 ]-----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ACQ_INVOICE_REOPEN description | Allows a user to reopen an Acquisitions invoice stock perm groups | Acquisitions Administrator -[ RECORD 6 ]-----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ACQ_XFER_MANUAL_DFUND_AMOUNT description | Allow a user to transfer different amounts of money out of one fund and into another stock perm groups | Acquisitions Administrator -[ RECORD 7 ]-----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADJUST_BILLS description | Allow a user to adjust a bill (generally to zero) stock perm groups | Circulators,Circulation Administrator -[ RECORD 8 ]-----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_ACQ_CANCEL_CAUSE description | Allow a user to create/update/delete reasons for order cancellations stock perm groups | Acquisitions Administrator -[ RECORD 9 ]-----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_ACQ_CLAIM description | ADMIN_ACQ_CLAIM stock perm groups | Acquisitions Administrator -[ RECORD 10 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_ACQ_CLAIM_EVENT_TYPE description | ADMIN_ACQ_CLAIM_EVENT_TYPE stock perm groups | Acquisitions Administrator -[ RECORD 11 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_ACQ_CLAIM_TYPE description | ADMIN_ACQ_CLAIM_TYPE stock perm groups | Acquisitions Administrator -[ RECORD 12 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_ACQ_DISTRIB_FORMULA description | ADMIN_ACQ_DISTRIB_FORMULA stock perm groups | Acquisitions Administrator -[ RECORD 13 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_ACQ_FISCAL_YEAR description | ADMIN_ACQ_FISCAL_YEAR stock perm groups | Acquisitions Administrator -[ RECORD 14 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_ACQ_FUND description | Allow a user to create/view/update/delete a fund stock perm groups | Acquisitions Administrator -[ RECORD 15 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_ACQ_FUND_ALLOCATION_PERCENT description | ADMIN_ACQ_FUND_ALLOCATION_PERCENT stock perm groups | Acquisitions Administrator -[ RECORD 16 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_ACQ_FUND_TAG description | ADMIN_ACQ_FUND_TAG stock perm groups | Acquisitions Administrator -[ RECORD 17 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_ASSET_COPY_TEMPLATE description | ADMIN_ASSET_COPY_TEMPLATE stock perm groups | Serials -[ RECORD 18 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_BOOKING_RESERVATION description | Enables the user to create/update/delete booking reservations stock perm groups | Circulators,Circulation Administrator -[ RECORD 19 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_BOOKING_RESERVATION_ATTR_MAP description | ADMIN_BOOKING_RESERVATION_ATTR_MAP stock perm groups | Circulation Administrator -[ RECORD 20 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_BOOKING_RESERVATION_ATTR_VALUE_MAP description | Enables the user to create/update/delete booking reservation attribute value maps stock perm groups | Circulation Administrator -[ RECORD 21 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_BOOKING_RESOURCE description | Enables the user to create/update/delete booking resources stock perm groups | Circulation Administrator,Circulators -[ RECORD 22 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_BOOKING_RESOURCE_ATTR description | Enables the user to create/update/delete booking resource attributes stock perm groups | Circulators,Circulation Administrator -[ RECORD 23 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_BOOKING_RESOURCE_ATTR_MAP description | Enables the user to create/update/delete booking resource attribute maps stock perm groups | Circulation Administrator,Circulators -[ RECORD 24 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_BOOKING_RESOURCE_ATTR_VALUE description | Enables the user to create/update/delete booking resource attribute values stock perm groups | Circulators,Circulation Administrator -[ RECORD 25 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_BOOKING_RESOURCE_TYPE description | Enables the user to create/update/delete booking resource types stock perm groups | Circulators,Circulation Administrator -[ RECORD 26 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_CLAIM_POLICY description | ADMIN_CLAIM_POLICY stock perm groups | Acquisitions Administrator -[ RECORD 27 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_COPY_LOCATION_ORDER description | Allow a user to create/view/update/delete a copy location order stock perm groups | Circulation Administrator -[ RECORD 28 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_CURRENCY_TYPE description | Allow a user to create/view/update/delete a currency_type stock perm groups | Acquisitions Administrator -[ RECORD 29 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_FUND description | (Deprecated) Allow a user to create/view/update/delete a fund stock perm groups | Acquisitions Administrator -[ RECORD 30 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_FUNDING_SOURCE description | Allow a user to create/view/update/delete a funding source stock perm groups | Acquisitions Administrator -[ RECORD 31 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_HOLD_CANCEL_CAUSE description | ADMIN_HOLD_CANCEL_CAUSE stock perm groups | Circulation Administrator -[ RECORD 32 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_IMPORT_ITEM_ATTR_DEF description | ADMIN_IMPORT_ITEM_ATTR_DEF stock perm groups | Cataloging Administrator -[ RECORD 33 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_INVOICE description | ADMIN_INVOICE stock perm groups | Acquisitions Administrator -[ RECORD 34 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_INVOICE_METHOD description | ADMIN_INVOICE_METHOD stock perm groups | Acquisitions Administrator -[ RECORD 35 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_INVOICE_PAYMENT_METHOD description | ADMIN_INVOICE_PAYMENT_METHOD stock perm groups | Acquisitions Administrator -[ RECORD 36 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_LINEITEM_MARC_ATTR_DEF description | ADMIN_LINEITEM_MARC_ATTR_DEF stock perm groups | Acquisitions Administrator -[ RECORD 37 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_MAX_FINE_RULE description | ADMIN_MAX_FINE_RULE stock perm groups | Circulation Administrator -[ RECORD 38 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_MERGE_PROFILE description | ADMIN_MERGE_PROFILE stock perm groups | Cataloging Administrator -[ RECORD 39 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_PROVIDER description | Allow a user to create/view/update/delete a provider stock perm groups | Acquisitions Administrator -[ RECORD 40 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_SERIAL_CAPTION_PATTERN description | ADMIN_SERIAL_CAPTION_PATTERN stock perm groups | Serials -[ RECORD 41 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_SERIAL_DISTRIBUTION description | ADMIN_SERIAL_DISTRIBUTION stock perm groups | Serials -[ RECORD 42 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_SERIAL_ITEM description | Create/Retrieve/Update/Delete Serial Item stock perm groups | Serials -[ RECORD 43 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_SERIAL_STREAM description | ADMIN_SERIAL_STREAM stock perm groups | Serials -[ RECORD 44 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_SERIAL_SUBSCRIPTION description | ADMIN_SERIAL_SUBSCRIPTION stock perm groups | Serials -[ RECORD 45 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_SMS_CARRIER description | Allows a user to add/create/delete SMS Carrier entries. stock perm groups | Global Administrator -[ RECORD 46 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_TOOLBAR description | Allows a user to create, edit, and delete custom toolbars stock perm groups | Staff -[ RECORD 47 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ADMIN_USER_REQUEST_TYPE description | ADMIN_USER_REQUEST_TYPE stock perm groups | Acquisitions Administrator -[ RECORD 48 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ALLOW_ALT_TCN description | Allows staff to import a record using an alternate TCN to avoid conflicts stock perm groups | Acquisitions,Catalogers -[ RECORD 49 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ASSIGN_GROUP_PERM description | ASSIGN_GROUP_PERM stock perm groups | Circulators,Circulation Administrator -[ RECORD 50 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | BAR_PATRON description | Allow a user to bar a patron stock perm groups | Circulation Administrator -[ RECORD 51 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CANCEL_HOLDS description | Allow a user to cancel holds stock perm groups | Staff -[ RECORD 52 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CAPTURE_RESERVATION description | Allows a user to capture booking reservations stock perm groups | Circulators -[ RECORD 53 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CIRC_CLAIMS_RETURNED.override description | Allow a user to check in or check out an item that has a status of 'claims returned' stock perm groups | Circulators -[ RECORD 54 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CIRC_EXCEEDS_COPY_RANGE.override description | Allow staff to override circulation copy range failure stock perm groups | Circulators -[ RECORD 55 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CIRC_OVERRIDE_DUE_DATE description | Allow a user to change the due date on an item to any date stock perm groups | Circulators -[ RECORD 56 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CIRC_PERMIT_OVERRIDE description | Allow a user to bypass the circulation permit call for check out stock perm groups | Circulators -[ RECORD 57 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | COPY_ALERT_MESSAGE.override description | Allow a user to check in/out an item that has an alert message stock perm groups | Circulators -[ RECORD 58 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | COPY_BAD_STATUS.override description | Allow a user to check out an item in a non-circulatable status stock perm groups | Circulators -[ RECORD 59 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | COPY_CHECKIN description | Allow a user to check in a copy stock perm groups | Users -[ RECORD 60 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | COPY_CHECKOUT description | Allow a user to check out a copy stock perm groups | Staff,Volunteers,Data Review -[ RECORD 61 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | COPY_CIRC_NOT_ALLOWED.override description | Allow a user to checkout an item that is marked as non-circ stock perm groups | Circulators -[ RECORD 62 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | COPY_HOLDS description | Allow a user to place a hold on a specific copy stock perm groups | Data Review,Staff,Circulation Administrator -[ RECORD 63 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | COPY_IS_REFERENCE.override description | Allow a user to override the copy_is_reference event stock perm groups | Circulators -[ RECORD 64 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | COPY_NEEDED_FOR_HOLD.override description | Allow a user to force renewal of an item that could fulfill a hold request stock perm groups | Circulators -[ RECORD 65 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | COPY_NOT_AVAILABLE.override description | Allow staff to force checkout of Missing/Lost type items stock perm groups | Circulators -[ RECORD 66 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | COPY_STATUS_LOST.override description | Allow a user to remove the lost status from a copy stock perm groups | Circulators -[ RECORD 67 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | COPY_STATUS_MISSING.override description | Allow a user to change the missing status on a copy stock perm groups | Circulators -[ RECORD 68 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | COPY_TRANSIT_RECEIVE description | Allow a user to close out a transit on a copy stock perm groups | Staff,Circulation Administrator -[ RECORD 69 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_ACQ_FUNDING_SOURCE description | CREATE_ACQ_FUNDING_SOURCE stock perm groups | Acquisitions Administrator -[ RECORD 70 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_BIB_IMPORT_FIELD_DEF description | CREATE_BIB_IMPORT_FIELD_DEF stock perm groups | Cataloging Administrator -[ RECORD 71 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_BIB_IMPORT_QUEUE description | CREATE_BIB_IMPORT_QUEUE stock perm groups | Acquisitions,Catalogers -[ RECORD 72 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_BIB_PTYPE description | Create Bibliographic Record Peer Type stock perm groups | Cataloging Administrator -[ RECORD 73 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_BIB_SOURCE description | CREATE_BIB_SOURCE stock perm groups | Cataloging Administrator -[ RECORD 74 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_BILL description | Allow a user to create a new bill on a transaction stock perm groups | Circulation Administrator,Staff,Volunteers -[ RECORD 75 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_BILLING_TYPE description | CREATE_BILLING_TYPE stock perm groups | Circulation Administrator -[ RECORD 76 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_CIRC_DURATION description | CREATE_CIRC_DURATION stock perm groups | Circulation Administrator -[ RECORD 77 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_CONTAINER description | Allow a user to create a new container for another user stock perm groups | Staff -[ RECORD 78 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_CONTAINER_ITEM description | Allow a user to create a container item for another user stock perm groups | Staff -[ RECORD 79 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_COPY description | Allow a user to create a new copy object stock perm groups | Catalogers -[ RECORD 80 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_COPY_NOTE description | Allow a user to create a new copy note stock perm groups | Catalogers -[ RECORD 81 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_COPY_STAT_CAT description | User may create a copy statistical category stock perm groups | Cataloging Administrator -[ RECORD 82 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_COPY_STAT_CAT_ENTRY description | User may create an entry in a copy statistical category stock perm groups | Cataloging Administrator -[ RECORD 83 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_COPY_STAT_CAT_ENTRY_MAP description | User may link a copy to an entry in a statistical category stock perm groups | Cataloging Administrator -[ RECORD 84 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_COPY_TRANSIT description | Allow a user to create a transit_copy object for transiting a copy stock perm groups | Staff,Data Review,Volunteers -[ RECORD 85 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_DUPLICATE_HOLDS description | Allow a user to create duplicate holds (two or more holds on the same title) stock perm groups | Circulators -[ RECORD 86 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_FUND description | Allow a user to create a new fund stock perm groups | Acquisitions Administrator -[ RECORD 87 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_FUNDING_SOURCE description | Allow a user to create a new funding source stock perm groups | Acquisitions Administrator -[ RECORD 88 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_FUND_ALLOCATION description | Allow a user to create a new fund allocation stock perm groups | Acquisitions Administrator -[ RECORD 89 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_HOLD_NOTIFICATION description | Allow a user to create new hold notifications stock perm groups | Staff -[ RECORD 90 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_IMPORT_ITEM description | CREATE_IMPORT_ITEM stock perm groups | Acquisitions,Catalogers -[ RECORD 91 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_IMPORT_ITEM_ATTR_DEF description | CREATE_IMPORT_ITEM_ATTR_DEF stock perm groups | Cataloging Administrator -[ RECORD 92 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_IMPORT_TRASH_FIELD description | CREATE_IMPORT_TRASH_FIELD stock perm groups | Cataloging Administrator -[ RECORD 93 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_INVOICE description | CREATE_INVOICE stock perm groups | Acquisitions -[ RECORD 94 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_INVOICE_ITEM_TYPE description | CREATE_INVOICE_ITEM_TYPE stock perm groups | Acquisitions Administrator -[ RECORD 95 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_INVOICE_METHOD description | CREATE_INVOICE_METHOD stock perm groups | Acquisitions Administrator -[ RECORD 96 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_IN_HOUSE_USE description | Allow a user to create a new in-house-use stock perm groups | Volunteers,Data Review,Staff -[ RECORD 97 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_MARC description | Allow a user to create new MARC records stock perm groups | Catalogers,Acquisitions -[ RECORD 98 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_MERGE_PROFILE description | CREATE_MERGE_PROFILE stock perm groups | Cataloging Administrator -[ RECORD 99 ]----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_MFHD_RECORD description | Allows a user to create a new MFHD record stock perm groups | Catalogers -[ RECORD 100 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_MONOGRAPH_PART description | Create monograph part definition. stock perm groups | Cataloging Administrator -[ RECORD 101 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_MY_CONTAINER description | Allow a user to create a container for themselves stock perm groups | Users -[ RECORD 102 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_NON_CAT_TYPE description | Allow a user to create a new non-cataloged item type stock perm groups | Circulation Administrator -[ RECORD 103 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_PATRON_STAT_CAT description | User may create a new patron statistical category stock perm groups | Circulation Administrator -[ RECORD 104 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_PATRON_STAT_CAT_ENTRY description | User may create an entry in a patron statistical category stock perm groups | Circulation Administrator -[ RECORD 105 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_PATRON_STAT_CAT_ENTRY_DEFAULT description | User may set a default entry in a patron statistical category stock perm groups | Circulation Administrator -[ RECORD 106 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_PATRON_STAT_CAT_ENTRY_MAP description | User may link another user to an entry in a statistical category stock perm groups | Circulation Administrator -[ RECORD 107 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_PAYMENT description | Allow a user to record payments in the Billing Interface stock perm groups | Staff,Volunteers -[ RECORD 108 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_PICKLIST description | Allows a user to create a picklist stock perm groups | Acquisitions -[ RECORD 109 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_PROVIDER description | Allow a user to create a new provider stock perm groups | Acquisitions Administrator -[ RECORD 110 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_PURCHASE_ORDER description | Allows a user to create a purchase order stock perm groups | Acquisitions -[ RECORD 111 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_PURCHASE_REQUEST description | Create User Purchase Request stock perm groups | Users -[ RECORD 112 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_REPORT_TEMPLATE description | Allows a user to create report templates stock perm groups | Cataloging Administrator,Acquisitions Administrator -[ RECORD 113 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_TITLE_NOTE description | Allow a user to create a new title note stock perm groups | Catalogers -[ RECORD 114 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_TRANSACTION description | Allow a user to create a new billable transaction stock perm groups | Volunteers,Staff,Data Review -[ RECORD 115 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_TRANSIT description | Allow a user to place an item in transit stock perm groups | Volunteers,Staff -[ RECORD 116 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_USER description | Allow a user to create another user stock perm groups | Staff -[ RECORD 117 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_USER_GROUP_LINK description | Allow a user to add other users to permission groups stock perm groups | Circulation Administrator,Circulators -[ RECORD 118 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_VOLUME description | Allow a user to create a volume stock perm groups | Catalogers -[ RECORD 119 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_VOLUME_NOTE description | Allow a user to create a new volume note stock perm groups | Catalogers -[ RECORD 120 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_VOLUME_PREFIX description | Create prefix label definition. stock perm groups | Cataloging Administrator -[ RECORD 121 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | CREATE_VOLUME_SUFFIX description | Create suffix label definition. stock perm groups | Cataloging Administrator -[ RECORD 122 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_ACQ_FUNDING_SOURCE description | DELETE_ACQ_FUNDING_SOURCE stock perm groups | Acquisitions Administrator -[ RECORD 123 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF description | DELETE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF stock perm groups | Cataloging Administrator -[ RECORD 124 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_BIB_IMPORT_QUEUE description | DELETE_BIB_IMPORT_QUEUE stock perm groups | Catalogers,Acquisitions -[ RECORD 125 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_BIB_PTYPE description | Delete Bibliographic Record Peer Type stock perm groups | Cataloging Administrator -[ RECORD 126 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_BIB_SOURCE description | DELETE_BIB_SOURCE stock perm groups | Cataloging Administrator -[ RECORD 127 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_BILLING_TYPE description | DELETE_BILLING_TYPE stock perm groups | Circulation Administrator -[ RECORD 128 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_CIRC_DURATION description | DELETE_CIRC_DURATION stock perm groups | Circulation Administrator -[ RECORD 129 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_CONTAINER description | Allow a user to delete another user's container stock perm groups | Staff -[ RECORD 130 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_CONTAINER_ITEM description | Allow a user to delete an item out of another user's container stock perm groups | Staff -[ RECORD 131 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_COPY description | Allow a user to delete a copy stock perm groups | Catalogers -[ RECORD 132 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_COPY_NOTE description | Allow a user to delete another user's copy notes stock perm groups | Catalogers -[ RECORD 133 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_FUND description | Allow a user to delete a fund stock perm groups | Acquisitions Administrator -[ RECORD 134 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_FUNDING_SOURCE description | Allow a user to delete a funding source stock perm groups | Acquisitions Administrator -[ RECORD 135 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_FUND_ALLOCATION description | Allow a user to delete a fund allocation stock perm groups | Acquisitions Administrator -[ RECORD 136 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_IMPORT_ITEM description | DELETE_IMPORT_ITEM stock perm groups | Acquisitions,Catalogers -[ RECORD 137 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_IMPORT_ITEM_ATTR_DEF description | DELETE_IMPORT_ITEM_ATTR_DEF stock perm groups | Cataloging Administrator -[ RECORD 138 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_IMPORT_TRASH_FIELD description | DELETE_IMPORT_TRASH_FIELD stock perm groups | Cataloging Administrator -[ RECORD 139 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_INVOICE_ITEM_TYPE description | DELETE_INVOICE_ITEM_TYPE stock perm groups | Acquisitions Administrator -[ RECORD 140 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_INVOICE_METHOD description | DELETE_INVOICE_METHOD stock perm groups | Acquisitions Administrator -[ RECORD 141 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_MERGE_PROFILE description | DELETE_MERGE_PROFILE stock perm groups | Cataloging Administrator -[ RECORD 142 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_MFHD_RECORD description | Allows a user to delete an MFHD record stock perm groups | Catalogers -[ RECORD 143 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_MONOGRAPH_PART description | Delete monograph part definition. stock perm groups | Cataloging Administrator -[ RECORD 144 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_NON_CAT_TYPE description | Allow a user to delete a non cataloged type stock perm groups | Circulation Administrator -[ RECORD 145 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_PATRON_STAT_CAT description | User may delete a patron statistical category stock perm groups | Circulation Administrator -[ RECORD 146 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_PATRON_STAT_CAT_ENTRY description | User may delete an entry from a patron statistical category stock perm groups | Circulation Administrator -[ RECORD 147 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_PATRON_STAT_CAT_ENTRY_DEFAULT description | User may unset a default entry in a patron statistical category stock perm groups | Circulation Administrator -[ RECORD 148 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_PATRON_STAT_CAT_ENTRY_MAP description | User may delete a patron statistical category entry map stock perm groups | Circulation Administrator -[ RECORD 149 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_PROVIDER description | Allow a user to delete a provider stock perm groups | Acquisitions Administrator -[ RECORD 150 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_RECORD description | Allow a staff member to directly remove a bibliographic record stock perm groups | Catalogers,Acquisitions -[ RECORD 151 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_TITLE_NOTE description | Allow a user to delete another user's title note stock perm groups | Catalogers -[ RECORD 152 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_TRANSIT description | DELETE_TRANSIT stock perm groups | Circulation Administrator,Circulators -[ RECORD 153 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_USER description | Allow a user to mark a user as deleted stock perm groups | Circulation Administrator -[ RECORD 154 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_VOLUME description | Allow a user to delete a volume stock perm groups | Catalogers,Acquisitions -[ RECORD 155 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_VOLUME_NOTE description | Allow a user to delete another user's volume note stock perm groups | Catalogers,Acquisitions -[ RECORD 156 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_VOLUME_PREFIX description | Delete prefix label definition. stock perm groups | Cataloging Administrator -[ RECORD 157 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | DELETE_VOLUME_SUFFIX description | Delete suffix label definition. stock perm groups | Cataloging Administrator -[ RECORD 158 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | EVERYTHING description | EVERYTHING stock perm groups | System Administrator,Local Administrator,Global Administrator -[ RECORD 159 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | GENERAL_ACQ description | Lowest level permission required to access the ACQ interface stock perm groups | Acquisitions -[ RECORD 160 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | HOLD_EXISTS.override description | Allow a user to place multiple holds on a single title stock perm groups | Circulators -[ RECORD 161 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | HOLD_ITEM_CHECKED_OUT.override description | Allows a user to place a hold on an item that they already have checked out stock perm groups | Circulators -[ RECORD 162 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | IMPORT_ACQ_LINEITEM_BIB_RECORD description | Allows a user to import a bib record from the acq staging area (on-order record) into the ILS bib data set stock perm groups | Acquisitions,Catalogers -[ RECORD 163 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | IMPORT_AUTHORITY_MARC description | Allows a user to create new authority records stock perm groups | Catalogers -[ RECORD 164 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | IMPORT_MARC description | Allow a user to import a MARC record via the Z39.50 interface stock perm groups | Catalogers,Acquisitions -[ RECORD 165 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ISSUANCE_HOLDS description | Allow a user to place holds on serials issuances stock perm groups | Serials,Circulators -[ RECORD 166 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ITEM_AGE_PROTECTED.override description | Allow a user to place a hold on an age-protected item stock perm groups | Circulators -[ RECORD 167 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | ITEM_ON_HOLDS_SHELF.override description | Allow staff to override item on holds shelf failure stock perm groups | Circulators -[ RECORD 168 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MANAGE_CLAIM description | MANAGE_CLAIM stock perm groups | Acquisitions -[ RECORD 169 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MANAGE_FUND description | Allow a user to view/credit/debit a fund stock perm groups | Acquisitions -[ RECORD 170 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MANAGE_FUNDING_SOURCE description | Allow a user to view/credit/debit a funding source stock perm groups | Acquisitions -[ RECORD 171 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MANAGE_PROVIDER description | Allow a user to view and purchase from a provider stock perm groups | Acquisitions -[ RECORD 172 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MAP_MONOGRAPH_PART description | Create/Update/Delete Copy Monograph Part Map stock perm groups | Catalogers,Cataloging Administrator -[ RECORD 173 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MARK_ITEM_AVAILABLE description | Allow a user to mark an item status as 'available' stock perm groups | Catalogers,Circulators,Circulation Administrator,Acquisitions -[ RECORD 174 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MARK_ITEM_BINDERY description | Allow a user to mark an item status as 'bindery' stock perm groups | Circulation Administrator,Acquisitions,Catalogers,Circulators -[ RECORD 175 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MARK_ITEM_CHECKED_OUT description | Allow a user to mark an item status as 'checked out' stock perm groups | Circulation Administrator,Acquisitions,Catalogers,Circulators -[ RECORD 176 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MARK_ITEM_ILL description | Allow a user to mark an item status as 'inter-library loan' stock perm groups | Catalogers,Circulation Administrator,Circulators,Acquisitions -[ RECORD 177 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MARK_ITEM_IN_PROCESS description | Allow a user to mark an item status as 'in process' stock perm groups | Circulation Administrator,Catalogers,Circulators,Acquisitions -[ RECORD 178 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MARK_ITEM_IN_TRANSIT description | Allow a user to mark an item status as 'in transit' stock perm groups | Acquisitions,Catalogers,Circulators,Circulation Administrator -[ RECORD 179 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MARK_ITEM_LOST description | Allow a user to mark an item status as 'lost' stock perm groups | Circulation Administrator,Catalogers,Acquisitions,Circulators -[ RECORD 180 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MARK_ITEM_MISSING description | Allow a user to mark an item status as 'missing' stock perm groups | Catalogers,Circulation Administrator,Circulators,Acquisitions -[ RECORD 181 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MARK_ITEM_MISSING_PIECES description | Allows the Mark Item Missing Pieces action. stock perm groups | Circulation Administrator,Circulators -[ RECORD 182 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MARK_ITEM_ON_HOLDS_SHELF description | Allow a user to mark an item status as 'on holds shelf' stock perm groups | Circulators,Acquisitions,Catalogers,Circulation Administrator -[ RECORD 183 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MARK_ITEM_ON_ORDER description | Allow a user to mark an item status as 'on order' stock perm groups | Acquisitions,Circulators,Circulation Administrator,Catalogers -[ RECORD 184 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MARK_ITEM_RESHELVING description | Allow a user to mark an item status as 'reshelving' stock perm groups | Circulators,Circulation Administrator,Catalogers,Acquisitions -[ RECORD 185 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MAX_RENEWALS_REACHED.override description | Allow a user to renew an item past the maximum renewal count stock perm groups | Circulators -[ RECORD 186 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MERGE_AUTH_RECORDS description | Allow a user to merge authority records together stock perm groups | Catalogers -[ RECORD 187 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MERGE_BIB_RECORDS description | MERGE_BIB_RECORDS stock perm groups | Catalogers -[ RECORD 188 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MERGE_USERS description | Allows user records to be merged stock perm groups | Circulation Administrator -[ RECORD 189 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | MR_HOLDS description | Allow a user to create a metarecord holds stock perm groups | Users -[ RECORD 190 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | OFFLINE_EXECUTE description | Allow a user to execute an offline script batch stock perm groups | Data Review,Circulation Administrator -[ RECORD 191 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | OFFLINE_UPLOAD description | Allow a user to upload an offline script stock perm groups | Circulation Administrator,Circulators -[ RECORD 192 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | OFFLINE_VIEW description | Allow a user to view uploaded offline script information stock perm groups | Circulation Administrator,Data Review,Circulators -[ RECORD 193 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | OPAC_LOGIN description | Allow a user to log in to the OPAC stock perm groups | Users -[ RECORD 194 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | OVERRIDE_HOLD_HAS_LOCAL_COPY description | Allow a user to override the circ.holds.hold_has_copy_at.block setting stock perm groups | Circulators -[ RECORD 195 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | PATRON_EXCEEDS_CHECKOUT_COUNT.override description | Allow staff to override checkout count failure stock perm groups | Circulators -[ RECORD 196 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | PATRON_EXCEEDS_FINES.override description | Allow staff to override fine amount checkout failure stock perm groups | Circulators -[ RECORD 197 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | PATRON_EXCEEDS_OVERDUE_COUNT.override description | Allow staff to override overdue count failure stock perm groups | Circulators -[ RECORD 198 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | PERSISTENT_LOGIN description | Allows a user to authenticate and get a long-lived session (length configured in opensrf.xml) stock perm groups | Users -[ RECORD 199 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | RECEIVE_PURCHASE_ORDER description | Allows a user to mark a purchase order, lineitem, or individual copy as received stock perm groups | Acquisitions -[ RECORD 200 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | RECEIVE_SERIAL description | Receive serial items stock perm groups | Serials -[ RECORD 201 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | REGISTER_WORKSTATION description | Allow a user to register a new workstation stock perm groups | Staff -[ RECORD 202 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | REMOTE_Z3950_QUERY description | Allow a user to perform Z39.50 queries against remote servers stock perm groups | Staff -[ RECORD 203 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | REMOVE_USER_GROUP_LINK description | Allow a user to remove other users from permission groups stock perm groups | Circulators,Circulation Administrator -[ RECORD 204 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | RENEW_CIRC description | Allow a user to renew items stock perm groups | Users -[ RECORD 205 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | RENEW_HOLD_OVERRIDE description | Allow a user to continue to renew an item even if it is required for a hold stock perm groups | Staff -[ RECORD 206 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | REQUEST_HOLDS description | Allow a user to create holds for another user (if true, we still check to make sure they have permission to make the type of hold they are requesting, for example, COPY_HOLDS) stock perm groups | Staff -[ RECORD 207 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | RETRIEVE_RESERVATION_PULL_LIST description | Allows a user to retrieve a booking reservation pull list stock perm groups | Circulators -[ RECORD 208 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | RUN_REPORTS description | Allow a user to run reports stock perm groups | Cataloging Administrator,Acquisitions Administrator -[ RECORD 209 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | SET_CIRC_CLAIMS_RETURNED description | Allow a user to mark an item as 'claims returned' stock perm groups | Circulators,Circulation Administrator -[ RECORD 210 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | SET_CIRC_CLAIMS_RETURNED.override description | Allows staff to override the max claims returned value for a patron stock perm groups | Circulators,Circulation Administrator -[ RECORD 211 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | SET_CIRC_LOST description | Allow a user to mark an item as 'lost' stock perm groups | Circulation Administrator,Circulators -[ RECORD 212 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | SET_CIRC_MISSING description | Allow a user to mark an item as 'missing' stock perm groups | Circulation Administrator,Circulators -[ RECORD 213 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | SHARE_REPORT_FOLDER description | Allow a user to share report his own folders stock perm groups | Acquisitions Administrator,Cataloging Administrator -[ RECORD 214 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | STAFF_LOGIN description | Allow a user to log in to the staff client stock perm groups | Volunteers,Staff,Data Review -[ RECORD 215 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | TITLE_HOLDS description | Allow a user to place a hold at the title level stock perm groups | Users -[ RECORD 216 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | TRANSIT_CHECKIN_INTERVAL_BLOCK.override description | Allows a user to override the TRANSIT_CHECKIN_INTERVAL_BLOCK event stock perm groups | Circulation Administrator -[ RECORD 217 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | TRANSIT_COPY description | TRANSIT_COPY stock perm groups | Volunteers,Staff -[ RECORD 218 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UNBAR_PATRON description | Allow a user to un-bar a patron stock perm groups | Circulation Administrator -[ RECORD 219 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_ACQ_FUNDING_SOURCE description | UPDATE_ACQ_FUNDING_SOURCE stock perm groups | Acquisitions Administrator -[ RECORD 220 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF description | UPDATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF stock perm groups | Cataloging Administrator -[ RECORD 221 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_AUTHORITY_IMPORT_QUEUE description | UPDATE_AUTHORITY_IMPORT_QUEUE stock perm groups | Catalogers -[ RECORD 222 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_AUTHORITY_RECORD_NOTE description | UPDATE_AUTHORITY_RECORD_NOTE stock perm groups | Catalogers -[ RECORD 223 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_BATCH_COPY description | Allow a user to edit copies in batch stock perm groups | Acquisitions -[ RECORD 224 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_BIB_IMPORT_IMPORT_FIELD_DEF description | UPDATE_BIB_IMPORT_IMPORT_FIELD_DEF stock perm groups | Cataloging Administrator -[ RECORD 225 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_BIB_IMPORT_QUEUE description | UPDATE_BIB_IMPORT_QUEUE stock perm groups | Acquisitions,Catalogers -[ RECORD 226 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_BIB_PTYPE description | Update Bibliographic Record Peer Type stock perm groups | Cataloging Administrator -[ RECORD 227 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_BILL_NOTE description | Allows staff to edit the note for a bill on a transaction stock perm groups | Circulation Administrator,Circulators -[ RECORD 228 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_CIRC_DURATION description | UPDATE_CIRC_DURATION stock perm groups | Circulation Administrator -[ RECORD 229 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_CONTAINER description | Allow a user to update another user's container stock perm groups | Staff -[ RECORD 230 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_COPY description | Allow a user to edit a copy stock perm groups | Acquisitions,Catalogers,Staff -[ RECORD 231 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_COPY_LOCATION description | Allow a user to update a copy location stock perm groups | Cataloging Administrator -[ RECORD 232 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_COPY_NOTE description | UPDATE_COPY_NOTE stock perm groups | Catalogers -[ RECORD 233 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_COPY_STAT_CAT description | User may update a copy statistical category stock perm groups | Cataloging Administrator -[ RECORD 234 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_COPY_STAT_CAT_ENTRY description | User may update an entry in a copy statistical category stock perm groups | Cataloging Administrator -[ RECORD 235 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_FUND description | Allow a user to update a fund stock perm groups | Acquisitions -[ RECORD 236 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_FUNDING_SOURCE description | Allow a user to update a funding source stock perm groups | Acquisitions -[ RECORD 237 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_FUND_ALLOCATION description | Allow a user to update a fund allocation stock perm groups | Acquisitions -[ RECORD 238 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_HOLD description | Allow a user to update another user's hold stock perm groups | Circulators -[ RECORD 239 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_HOLD_REQUEST_TIME description | Allows editing of a hold's request time, and/or its Cut-in-line/Top-of-queue flag. stock perm groups | Circulation Administrator -[ RECORD 240 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_IMPORT_ITEM description | UPDATE_IMPORT_ITEM stock perm groups | Catalogers,Acquisitions -[ RECORD 241 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_IMPORT_ITEM_ATTR_DEF description | UPDATE_IMPORT_ITEM_ATTR_DEF stock perm groups | Cataloging Administrator -[ RECORD 242 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_IMPORT_TRASH_FIELD description | UPDATE_IMPORT_TRASH_FIELD stock perm groups | Cataloging Administrator -[ RECORD 243 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_INVOICE_ITEM_TYPE description | UPDATE_INVOICE_ITEM_TYPE stock perm groups | Acquisitions Administrator -[ RECORD 244 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_INVOICE_METHOD description | UPDATE_INVOICE_METHOD stock perm groups | Acquisitions Administrator -[ RECORD 245 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_MARC description | Allow a user to edit a MARC record stock perm groups | Acquisitions,Catalogers -[ RECORD 246 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_MERGE_PROFILE description | UPDATE_MERGE_PROFILE stock perm groups | Cataloging Administrator -[ RECORD 247 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_MFHD_RECORD description | Allows a user to update an MFHD record stock perm groups | Catalogers -[ RECORD 248 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_MONOGRAPH_PART description | Update monograph part definition. stock perm groups | Cataloging Administrator -[ RECORD 249 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_NET_ACCESS_LEVEL description | UPDATE_NET_ACCESS_LEVEL stock perm groups | Circulation Administrator -[ RECORD 250 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_NON_CAT_TYPE description | Allow a user to update a non-cataloged item type stock perm groups | Circulation Administrator -[ RECORD 251 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_PATRON_CLAIM_NEVER_CHECKED_OUT_COUNT description | Allows staff to manually change a patron's claims never checkout out count stock perm groups | Circulation Administrator,Circulators -[ RECORD 252 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_PATRON_CLAIM_RETURN_COUNT description | Allows staff to manually change a patron's claims returned count stock perm groups | Circulators,Circulation Administrator -[ RECORD 253 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_PATRON_COLLECTIONS_EXEMPT description | Allows a user to indicate that a patron is exempt from collections processing stock perm groups | Circulation Administrator -[ RECORD 254 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_PAYMENT_NOTE description | Allows staff to edit the note for a payment on a transaction stock perm groups | Circulators -[ RECORD 255 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_PICKLIST description | Allows update/re-use of an acquisitions pick/selection list. stock perm groups | Acquisitions Administrator,Acquisitions -[ RECORD 256 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_PICKUP_LIB_FROM_HOLDS_SHELF description | UPDATE_PICKUP_LIB_FROM_HOLDS_SHELF stock perm groups | Circulators,Circulation Administrator -[ RECORD 257 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_PICKUP_LIB_FROM_TRANSIT description | Allow a user to change the pickup and transit destination for a captured hold item already in transit stock perm groups | Circulation Administrator -[ RECORD 258 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_RECORD description | UPDATE_RECORD stock perm groups | Catalogers,Acquisitions -[ RECORD 259 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_USER description | Allow a user to edit a user's record stock perm groups | Circulation Administrator,Staff -[ RECORD 260 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_VOLUME description | Allow a user to edit volumes - needed for merging records. This is a duplicate of VOLUME_UPDATE; user must have both permissions at appropriate level to merge records. stock perm groups | Catalogers,Staff,Acquisitions -[ RECORD 261 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_VOLUME_NOTE description | UPDATE_VOLUME_NOTE stock perm groups | Catalogers -[ RECORD 262 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_VOLUME_PREFIX description | Update prefix label definition. stock perm groups | Cataloging Administrator -[ RECORD 263 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | UPDATE_VOLUME_SUFFIX description | Update suffix label definition. stock perm groups | Cataloging Administrator -[ RECORD 264 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_ACQ_FUNDING_SOURCE description | VIEW_ACQ_FUNDING_SOURCE stock perm groups | Acquisitions -[ RECORD 265 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_ACQ_FUND_ALLOCATION_PERCENT description | VIEW_ACQ_FUND_ALLOCATION_PERCENT stock perm groups | Acquisitions -[ RECORD 266 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_AUTHORITY_RECORD_NOTES description | VIEW_AUTHORITY_RECORD_NOTES stock perm groups | Catalogers -[ RECORD 267 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_BILLING_TYPE description | Allow a user to view billing types stock perm groups | Data Review,Volunteers,Staff -[ RECORD 268 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_CIRCULATIONS description | Allow a user to see what another user has checked out stock perm groups | Data Review,Staff -[ RECORD 269 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_CIRC_MATRIX_MATCHPOINT description | VIEW_CIRC_MATRIX_MATCHPOINT stock perm groups | Circulation Administrator -[ RECORD 270 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_CONTAINER description | Allow a user to view another user's containers (buckets) stock perm groups | Staff -[ RECORD 271 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_COPY_CHECKOUT_HISTORY description | Allow a user to view which users have checked out a given copy stock perm groups | Staff -[ RECORD 272 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_COPY_NOTES description | Allow a user to view all notes attached to a copy stock perm groups | Staff,Data Review -[ RECORD 273 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_FUND description | Allow a user to view a fund stock perm groups | Acquisitions -[ RECORD 274 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_FUNDING_SOURCE description | Allow a user to view a funding source stock perm groups | Acquisitions -[ RECORD 275 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_FUND_ALLOCATION description | Allow a user to view a fund allocation stock perm groups | Acquisitions -[ RECORD 276 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_GROUP_PENALTY_THRESHOLD description | VIEW_GROUP_PENALTY_THRESHOLD stock perm groups | Circulators -[ RECORD 277 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_HOLD description | Allow a user to view another user's holds stock perm groups | Data Review,Staff,Volunteers -[ RECORD 278 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_HOLD_MATRIX_MATCHPOINT description | VIEW_HOLD_MATRIX_MATCHPOINT stock perm groups | Circulation Administrator -[ RECORD 279 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_HOLD_NOTIFICATION description | Allow a user to view notifications attached to a hold stock perm groups | Staff -[ RECORD 280 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_HOLD_PERMIT description | Allow a user to see if another user has permission to place a hold on a given copy stock perm groups | Staff -[ RECORD 281 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_INVOICE description | VIEW_INVOICE stock perm groups | Acquisitions -[ RECORD 282 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_ORG_SETTINGS description | Allows a user to view all org settings at the specified level stock perm groups | Data Review,Acquisitions,Staff,Volunteers -[ RECORD 283 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_PERMISSION description | Allow a user to view user permissions within the user permissions editor stock perm groups | Staff -[ RECORD 284 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_PERMIT_CHECKOUT description | Allow a user to determine whether another user can check out an item stock perm groups | Staff -[ RECORD 285 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_PERM_GROUPS description | Allow a user to view other users' permission groups stock perm groups | Staff -[ RECORD 286 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_PICKLIST description | Allow a user to view another users picklist stock perm groups | Acquisitions -[ RECORD 287 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_PROVIDER description | Allow a user to view a provider stock perm groups | Acquisitions -[ RECORD 288 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_PURCHASE_ORDER description | Allows a user to view a purchase order stock perm groups | Acquisitions -[ RECORD 289 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_REPORT_OUTPUT description | Allow a user to view report output stock perm groups | Cataloging Administrator,Circulation Administrator,Acquisitions -[ RECORD 290 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_SERIAL_SUBSCRIPTION description | VIEW_SERIAL_SUBSCRIPTION stock perm groups | Catalogers -[ RECORD 291 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_STANDING_PENALTY description | VIEW_STANDING_PENALTY stock perm groups | Circulators,Circulation Administrator -[ RECORD 292 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_TITLE_NOTES description | Allow a user to view all notes attached to a title stock perm groups | Data Review,Staff -[ RECORD 293 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_TRANSACTION description | Allow a user may view another user's transactions stock perm groups | Staff,Volunteers,Data Review -[ RECORD 294 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_TRIGGER_EVENT description | Allows a user to view circ- and hold-related action/trigger events stock perm groups | System Administrator -[ RECORD 295 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_TRIGGER_EVENT_DEF description | Allow a user to view trigger event definitions stock perm groups | System Administrator -[ RECORD 296 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_USER description | Allow a user to view another user's Patron Record stock perm groups | Staff,Data Review,Volunteers -[ RECORD 297 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_USER_FINES_SUMMARY description | Allow a user to view bill details stock perm groups | Volunteers,Staff,Data Review -[ RECORD 298 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_USER_SETTING_TYPE description | Allows viewing of configurable user setting types. stock perm groups | Staff -[ RECORD 299 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_USER_TRANSACTIONS description | Allow a user to see another user's grocery or circulation transactions in the Bills Interface; duplicate of VIEW_TRANSACTION stock perm groups | Data Review,Staff,Volunteers -[ RECORD 300 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_VOLUME_NOTES description | Allow a user to view all notes attached to a volume stock perm groups | Data Review,Staff -[ RECORD 301 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VIEW_ZIP_DATA description | Allow a user to query the ZIP code data method stock perm groups | Data Review -[ RECORD 302 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VOID_BILLING description | Allow a user to void a bill stock perm groups | Circulators,Circulation Administrator -[ RECORD 303 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | VOLUME_HOLDS description | Allow a user to place a volume level hold stock perm groups | Circulators,Staff,Data Review,Circulation Administrator -[ RECORD 304 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | group_application.user description | Allow a user to add/remove users to/from the "User" group stock perm groups | Staff -[ RECORD 305 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | group_application.user.patron description | Allow a user to add/remove users to/from the "Patron" group stock perm groups | Staff -[ RECORD 306 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | group_application.user.staff description | Allow a user to add/remove users to/from the "Staff" group stock perm groups | Circulation Administrator -[ RECORD 307 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | money.collections_tracker.create description | Allow a user to put someone into collections stock perm groups | Circulation Administrator -[ RECORD 308 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | money.collections_tracker.delete description | Allow a user to remove someone from collections stock perm groups | Circulation Administrator -[ RECORD 309 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | user_request.create description | user_request.create stock perm groups | Users -[ RECORD 310 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | user_request.delete description | user_request.delete stock perm groups | Acquisitions -[ RECORD 311 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | user_request.update description | user_request.update stock perm groups | Acquisitions -[ RECORD 312 ]---+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- code | user_request.view description | user_request.view stock perm groups | Catalogers,Acquisitions