Skip to content

Instantly share code, notes, and snippets.

@jeff
Created July 22, 2015 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeff/3306d9efe6e6680b1eee to your computer and use it in GitHub Desktop.
Save jeff/3306d9efe6e6680b1eee to your computer and use it in GitHub Desktop.
id | code | description
-----+-----------------------------+-----------------------------------------------------------------
12 | RENEW_CIRC | RENEW_CIRC
28 | VIEW_USER | VIEW_USER
49 | VIEW_PERMIT_CHECKOUT | Allows a user to determine of another user can checkout an item
70 | COPY_CHECKOUT | Allows a user to check out a copy
103 | COPY_ALERT_MESSAGE.override | Allows a user to check in/out an item that has an alert message
43 | VIEW_CIRCULATIONS | Allows a user to see what another use has checked out
77 | VIEW_COPY_CHECKOUT_HISTORY | Allows a user to view which users have checked out a given copy
13 | VIEW_USER_FINES_SUMMARY | VIEW_USER_FINES_SUMMARY
14 | VIEW_USER_TRANSACTIONS | VIEW_USER_TRANSACTIONS
29 | COPY_CHECKIN | COPY_CHECKIN
33 | CREATE_PAYMENT | CREATE_PAYMENT
(11 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment