...
Automated Item Block Examples | Circ Rule Format | Description |
---|---|---|
Maximum number of items borrowed for one loan type (e.g. course reserves, reading room) | t course-reserves : l three-hours r hold-only n send-notices o overdue-fine-policy i lost-item-policy | Loan Policy three-hours will contain the Loan limit for loan type course reserves. |
Maximum number of items borrowed for one material type (e.g. DVD, book) | m dvd : l three-days r hold-only n send-notices o overdue-fine-policy i lost-item-policy | Loan Policy three-days will contain the Loan limit for material type dvd. |
Maximum number of items borrowed for one loan type (e.g. course reserves, reading room) and one material type (e.g. DVD, book) | t course-reserves + m dvd : l two-days r hold-only n send-notices o overdue-fine-policy i lost-item-policy | Loan Policy two-days will contain the Loan limit for course reserves items that are dvds. |
Maximum number of items borrowed for one patron group and one loan type (e.g. course reserves, reading room) | g undergrad + t course-reserves : l ug-three-hours r hold-only n send-notices o overdue-fine-policy i lost-item-policy | Loan Policy ug-three-hours will contain the Loan limit for undergrads checking out course reserves items. |
Maximum number of items borrowed for one patron group andone material type (e.g. DVD, book) | g undergrad + m dvd : l ug-three-days r hold-only n send-notices o overdue-fine-policy i lost-item-policy | Loan Policy ug-three-days will contain the Loan limit for undergrads checking out dvds. |
Maximum number of items borrowed for one patron group,one loan type (e.g. course reserves, reading room) and one material type (e.g. DVD, book) | g undergrad + t course-reserves + m dvd : l ug-two-days r hold-only n send-notices o overdue-fine-policy i lost-item-policy | Loan Policy ug-two-days will contain the Loan limit for undergrads checking out course reserves items that are dvds. |
Maximum number of items borrowed for more than one patron group andone loan type (e.g. course reserves, reading room) | g undergrad graduate + t course-reserves : l s-three-days r hold-only n send-notices o overdue-fine-policy i lost-item-policy | Loan Policy s-three-days will contain the Loan limit for undergradsand graduates checking out course-reserves items. |
Maximum number of items borrowed for more than one patron group and one material type (e.g. DVD, book) | g undergrad graduate visitor + m dvd : l m-three-days r hold-only n send-notices o overdue-fine-policy i lost-item-policy | Loan Policy m-three-days will contain the Loan limit for undergrads, graduates and visitors checking out dvds. |
Maximum number of items borrowed for patron groupsgroup only will be handled via Automated Patron Blocks | g undergrad : l ug-6-weeks r hold-only n send-notices o overdue-fine-policy i lost-item-policy | If ug-six-weeks contains a Loan limit, it will be ignored. Loan limits for Patron Groups only are handled by Automated Patron Blocks, not Automated Item Blocks. |
Maximum number of items borrowed for more than one loan type (e.g. course reserves, reading room) | t course-reserves reading-room : l cr-three-hours r hold-only n send-notices o overdue-fine-policy i lost-item-policy | Loan Policy cr-three-hours will contain the Loan limit for loan types course-reserves and reading-room. For example, if the Loan Policy Loan Limit is 3, the patron will be allowed to check out 3 course-reserves items and 3 reading-room items. Originally we planned for the limit to be applied across the 2 loan types combined, but this resulted in too much processing time. After the MVP version of Automated Item Blocks is implemented, the RA SIG will determine what improvements are needed. |
Maximum number of items borrowed for more than one material type (e.g. DVD, book) | m dvd cd : l media-three-days r hold-only n send-notices o overdue-fine-policy i lost-item-policy | Loan Policy media-three-days will contain the Loan limit for material types dvds and cds. For example, if the Loan Policy Loan Limit is 3, the patron will be allowed to check out 3 dvds and 3 cds. Originally we planned for the limit to be applied across the 2 loan types combined, but this resulted in too much processing time. After the MVP version of Automated Item Blocks is implemented, the RA SIG will determine what improvements are needed. |
Maximum number of items borrowed for more than one loan type (e.g. course reserves, reading room) and one material type (e.g. DVD, book) | t course-reserves reading-room new-books + m book : l b-four-days r hold-only n send-notices o overdue-fine-policy i lost-item-policy | Loan Policy b-four-days will contain the Loan limit for course reserves that are books, reading-room items that are books and new-books that are books. For example, if the Loan Policy Loan Limit is 3, the patron will be allowed to check out 3 course-reserves booksand 3 reading-room booksand3 new-books books. Originally we planned for the limit to be applied across the 3 loan types combined, but this resulted in too much processing time. After the MVP version of Automated Item Blocks is implemented, the RA SIG will determine what improvements are needed. |
Maximum number of items borrowed for more than one material type (e.g. DVD, book) and one loan type (e.g. course reserves, reading room) | t course-reserves + m dvd cd : l media-cr r hold-only n send-notices o overdue-fine-policy i lost-item-policy | Loan Policy media-cr will contain the Loan limit for course reserves that are dvds or are cds. For example, if the Loan Policy Loan Limit is 3, the patron will be allowed to check out 3 course-reserves dvds and 3 course-reserves cds. Originally we planned for the limit to be applied across the 3 loan types combined, but this resulted in too much processing time. After the MVP version of Automated Item Blocks is implemented, the RA SIG will determine what improvements are needed. |
...