Ordering

Providers (Required)

Providers are the vendors from whom you order titles.

  1. To add a provider record, select Admin > Server Administration > Acquisitions > Providers.
  2. Enter information about the provider. At a minimum, you need to add a Provider Name, Code, Owner, and Currency. You also need to select the Active checkbox to use the provider.

Distribution Formulas (Optional)

If you are ordering for a multi-branch library system, distribution formulas are a useful way to specify the number of copies that should be distributed to specific branches and copy locations.

  1. To create a distribution formula, select Admin > Server Administration > Acquisitions > Distribution Formulas. Click the New Formula button. Enter the formula name and select the owning library. Ignore the Skip Count field.
  2. Click New Entry. Select an Owning Library from the drop down menu. This indicates the branch that will receive the items.
  3. Select a Shelving Location from the drop down menu.
  4. In the Item Count field, enter the number of items that should be distributed to that branch and copy location. You can enter the number or use the arrows on the right side of the field.
  5. Keep adding entries until the distribution formula is complete.

Helpful acquisitions Library Settings

There are several acquisitions Library Settings available that will help with acquisitions workflow. These settings can be found at Admin > Local Administration > Library Settings Editor.

  • Default circulation modifier - Automatically applies a default circulation modifier to all of your acquisitions copies. Useful if you use a specific circulation modifier for on-order copies.
  • Default copy location - Automatically applies a default copy location (e.g. On Order) to acquisitions copies.
  • Temporary barcode prefix - Applies a unique prefix to the barcode that is automatically generated during the acquisitions process.
  • Temporary call number prefix - Applies a unique prefix to the start of the call number that is automatically generated during the acquisitions process.

Preparing for order record loading

If your library is planning to upload order records in a batch, you need to add some information to your provider records so that Evergreen knows how to map the copy data contained in the order record.

  1. Retrieve the record for the provider that has supplied the order records by selecting Admin > Server Administration > Acquisitions > Providers. Click on the hyperlinked Provider name.
  2. In the top frame, add the MARC tag that contains your holdings data in the Holdings Tag field (this tag can also be entered at the time you create the provider record.)
  3. To map the tag’s subfields to the appropriate copy data, click the Holding Subfield tab. Click the New Holding Subfield button and select the copy data that you are mapping. Add the subfield that contains that data and click Save.

    media/order_record_loading.png
  4. If your vendor is sending other data in a MARC tag that needs to be mapped to a field in acquisitions, you can do so by clicking the Attribute Definitions tab. As an example, if you need to import the PO Name, you could set up an attribute definition by adding an XPath similar to:

    code => purchase_order
    xpath => //*[@tag="962"]/*[@code="p"]
    Is Identifier => false

    where 962 is the holdings tag and p is the subfield that contains the PO Name.

Preparing to send electronic orders from Evergreen

If your library wants to transmit electronic order information to a vendor, you will need to configure your server to use EDI. You need to install the EDI translator and EDI scripts on your server by following the instructions in the Evergreen 2.3 documentation. (http://docs.evergreen-ils.org/2.3/_installation.html)

Configure your provider’s EDI information by selecting Admin > Server Administration > Acquisitions > EDI Accounts. Give the account a name in the Label box.

  1. Host is the vendor-assigned FTP/SFTP/SSH hostname.
  2. Username is the vendor-assigned FTP/SFTP/SSH username.
  3. Password is the vendor-assigned FTP/SFTP/SSH password.
  4. Account This field enables you to add a supplemental password for entry to a remote system after log in has been completed. This field is optional for the ILS but may be required by your provider.
  5. Owner is the organizational unit who owns the EDI account
  6. Last Activity is the date of last activity for the account
  7. Provider is a link to the codes for the Provider record.
  8. Path is the path on the vendor’s server where Evergreen will deposit its outgoing order files.
  9. Incoming Directory is the path on the vendor’s server where Evergreen will retrieve incoming order responses and invoices.
  10. Vendor Account Number is the Vendor assigned account number.
  11. Vendor Assigned Code is usually a sub-account designation. It can be used with or without the Vendor Account Number.

You now need to add this EDI Account and the SAN code to the provider’s record.

  1. Select Admin > Server Administration > Acquisitions > Providers.
  2. Click the hyperlinked Provider name.
  3. Select the account you just created in the EDI Default field.
  4. Add the vendor-provided SAN code to the SAN field.

The last step is to add your library’s SAN code to Evergreen.

  1. Select Admin > Server Administration > Organizational Units.
  2. Select your library from the organizational hierarchy in the left pane.
  3. Click the Addresses tab and add your library’s SAN code to the SAN field.