Checking In Library Items

To see the CML application's check-in page, administrators click the Check In Materials link on Menu.asp, which launches Checkin.asp. For an administrator to check in an item, two pieces of information must be entered on this page:

Note  All library items should have UPC bar codes (for use by magnetic scanners).The item's bar code is represented alphanumerically by the barcode field in the item table in the FmLib database. Do not confuse a library item's ISBN number with its bar code.

The Check-in Process

These steps are performed when items are checked in:

  1. Using the frmCheckin form on the Checkin.asp page, the administrator enters the bar code and the return location of the item being checked in. Optionally, the auto-checkout box can be selected.
  2. Items are checked in with the fm_admin_checkin stored procedure. This is called from the Checkin method of the Admin object. If auto-checkout is selected, the checked-in item will be automatically assigned to the next request in the queue.
  3. Confirmation (with checkout details) is returned to the client for display.

About Auto-Checkout

Administrators check library items in one at a time. When checking in each item, the administrator can choose to use the auto-checkout feature. This feature lets the administrator, while still on the check-in screen, check out any item for which a request exists. This gives added flexibility to the Admin user interface. To invoke auto-checkout, the administrator selects a check box on the Check In Materials page.