How to Define Separate Order Counters for Separate Sub-Libraries

Slides:



Advertisements
Similar presentations
South Dakota Library Network ALEPH Acquisitions Overview South Dakota Library Network 1200 University, Unit 9672 Spearfish, SD © South.
Advertisements

Gathering Collection Data in Batches: Now what? (Two ways to use portable barcode readers)
BIAF Print Label software setup
Chapter Seven Advanced Shell Programming. 2 Lesson A Developing a Fully Featured Program.
South Dakota Library Network ALEPH v21 Staff User Upgrade Information Cataloging and Systems South Dakota Library Network 1200 University, Unit 9672 Spearfish,
InvEasy (Project1) Please use speaker notes for additional information!
Items 14.2 Seminar 5 March Seminar Items 2 Session Agenda Item record - structural changes Call No. Filing Item sorting routines Item Form.
Trader Registration Form Trader Registration Input Printing a Trade Card Adding a New Car Printing a Cars for Sale List Moving Blocked Cars Moving Sold.
How to sort the “Order Information report” from the service “Print Acquisitions Records acq-03” Yoel Kortick.
How to create a prompt in an Alma Analytics report Yoel Kortick | Senior Librarian.
1 Audible Alert for Return Item on Hold rep_ver in V20 Yoel Kortick Aleph Support Manager.
V. 21. Automatic LKR field creation from item. Rep_ver and Yoel Kortick Aleph Support Manager.
Web OPAC Developments 14.2 Seminar March Seminar 2 WEB OPAC: Major Changes 1.Apache 2.UTF-8 environment 3.Profile sensitive user environment.
1 PeopleSoft Financials v9.0 Upgrade. 2 Accounts Receivable.
V. 21. Controlling and limiting the creation of photocopy and hold requests according to “service hours”. Rep_Ver Yoel Kortick.
How to Combine Items of Separate Bibliographic Records Version 16 and up Yoel Kortick.
How to add additional privileges to user_function.lng (originally SI ) Presenter: Yoel Kortick.
1 Controlling directionality with Unicode Characters Yoel Kortick Aleph Support manager.
Excel Functions. Part 1. Introduction 2 An Excel function is a formula or a procedure that is performed in the Visual Basic environment, outside the.
Full text indexing of multi character PDF documents as ADAM digital objects. V18 RC 2089 This presentation applies to Version 18 and up Presenter: Yoel.
COMPUTER PROGRAMMING I Apply Procedures to Develop List Box and Combo Box Objects.
Performing ISO ILL borrowing and lending requests on the same server Yoel Kortick 2008.
© 2015 Ex Libris | Confidential & Proprietary Yoel Kortick Senior Librarian Cataloging introductory flow.
Yoel Kortick Circulation Request Refusal Version 21 rep_ver #
1 Yoel Kortick Senior Librarian Working with the Alma Community Zone and Electronic Resources.
Setting up and using Acquisitions-related indexes and logical bases. Version 18 and up Yoel Kortick.
Aleph Publishing services with a special focus on PRIMO-FULL and PRIMO-AVAIL version 18 Presenter: Yoel Kortick.
1 Yoel Kortick | Senior Librarian Serials automation tasks for summary holdings.
How to reduce extra line spaces in xsl forms Yoel Kortick.
Yoel Kortick Senior Librarian
SMS Messaging in Aleph 500 Version 20 and up
How to use the job list Version Yoel Kortick.
How to separate semicolon delimited values to separate columns
ILL2 with partner type Aleph
How to add a non-Analytics widget to the Alma Dashboard
How to print barcodes in batch mode via item-03
Working in the Forms Developer Environment
New and emerging acquisitions workflows Purchase requests
Version 20 Feature Developments
Introduction The Custom Store Groups folders and functions allows you to create, modify and use store accounts of specific interest to you or your team.
How to configure and use title hold requests version 18
Digital Assets Module Services adam-01 and adam-02 versions 17 and up
Creating links from an Alma Analytics report to an external web page
New Features in Acquisitions
Receiving New Lending requests
Collecting Information from the User
How to change default item status after binding version 16 and up
Building bases according to sub library
ReturnLoadPatron RC 2024 in V20
Licenses and e-resources in the consortial environment
Alma Consortial Analytics
Metadata Editor Introduction
 Here you need to navigate to Settings, Update and Security and Activation  After this, you have to select the option of “Change Product key”  Here.
Cataloging introductory flow
Yoel Kortick Senior Librarian Alma Product Management
Presenter: Yoel Kortick
Integrated ILL GUI desktop
ALEPH Version 22 Beginning Cataloging
Lesson 6: Protecting, Maintaining and Managing Databases
Coding Concepts (Basics)
Yoel Kortick Senior Librarian
CIS 16 Application Development Programming with Visual Basic
Aleph Circulation Loans & Returns Version 19
SCViSiON Salumatics Coding Viewer Users Guide
Designing and Using Normalization Rules
The LKR field in Cataloging Version 16 and up
Introduction to Computer Programming IT-104
Configuring and using the Accession Number and Inventory Number
Prediction Patterns and Summary Holdings
Presentation transcript:

How to Define Separate Order Counters for Separate Sub-Libraries Version 16 and up Yoel Kortick

Introduction It is possible in ALEPH to define various order number counters for various “types” of orders. In addition to the actual order number, a default prefix to the order number may also be defined. In this presentation we will review a popular utilization of this option: We will define separate order number counters for separate sublibraries, and make a prefix for each sub library counter. In our case, the prefix code will be identical to the sub library code. Acquisitions

Sub Libraries In our case we will define a counter code for two of the five sub libraries. The same procedure may be used for all sub libraries. Here are our sub libraries as defined in $alephe_tab/tab_sub_library.eng and viewed in tables navigator We will define order number counter codes for the first sub library here, INFOS (Information Science Library) and the fourth sub library YOELK (Yoel’s Library). Acquisitions

Defining counter codes The counter codes are defined in util G/2 after performing “dlib” to the administrative library. Acquisitions

Defining counter codes The following line means that when no counter code is used the last order number “existing” will be 51560 and therefore the next order number will be 51561. Sequence Name Value Suppress Type Prefix -------------------- --------- -------- ---- -------- last-order-number 51650 y S In this case there is no prefix. We will now add a new counter as follows: No prefix here Acquisitions

Defining counter codes dlib to administrative library UTIL G/2 Type NEW to create new sequence Acquisitions

Defining counter codes The commands will appear as follows: Enter sequence number to update, or return to continue, or NEW to create new sequence, or 0 to exit: new Enter sequence name (lower case): last-order-no-infos Enter sequence start number: 0 Enter prefix for format output: infos- Do you want to suppress leading zeros in format output (y/n): y Enter type (S/U): U Confirm (y/n): y Acquisitions

Defining counter codes The new line in util/G/2 will appear as follows: Sequence Name Value Suppress Type Prefix -------------------- --------- -------- ---- -------- last-order-no-infos 0 Y U infos- Acquisitions

Using the new counter code We will now create a new order using the new counter code. Acquisitions

Using the new counter code From Order List in acquisitions module click “Add” and then enter your counter code as defined in UTIL G/2 Acquisitions

Using the new counter code The first order number given will now be INFOS-1 It begins with INFOS- and is number 1 because in UTIL G/2 we defined prefix “INFOS” and last order number is defined as 0 (thus the next new number is 1”). There are no leading zeroes because we stated to suppress the leading zeroes. Acquisitions

Using the new counter code The second order number given will be INFOS-2 The counter “infos” will be used as long as we define the counter code when opening the order Acquisitions

Defining the default Counter code Each PC may be given a different default order no. counter code when opening a new order. This is done in the file AL500/acq/tab/acq.ini in the following lines Acquisitions

Defining the default Counter code The “EnablePrexix=Y means that the user may enter a prefix when adding an order. If this were N no such input box would appear when creating an order. The prefix string is the default counter code, which may be changed by the user when creating the order prefix string Acquisitions

The Counter code As new orders are made, UTIL G/2 automatically updates itself. This is true for all other counters as well: Sequence Name Value Suppress Type Prefix -------------------- --------- -------- ---- -------- last-order-no-infos 2 Y U infos- This is the case after entering two orders. The next order entered which will have counter code infos will have number “infos-3” and the counter value will change to “3”. Acquisitions

Multiple Counter codes A separate counter code will behave differently Enter sequence number to update, or return to continue, or NEW to create new sequence, or 0 to exit: new Enter sequence name (lower case): last-order-no-yoelk Enter sequence start number: 10 Enter prefix for format output: yoelk- Do you want to suppress leading zeros in format output (y/n): n Enter type (S/U): U Confirm (y/n): y This counter, called yoelk, will start with number 11 and have prefix yoelk. The leading zeros will not be suppressed. Acquisitions

Multiple Counter codes Sequence Name Value Suppress Type Prefix -------------------- --------- -------- ---- -------- last-order-no-yoelk 10 N U yoelk- Acquisitions

Multiple Counter codes Acquisitions

Conclusion Various counter codes may be set up with different names and values Each counter may include a prefix (which is important to prevent duplicate order numbers from different counters) The counters and prefixes may be based on various methods. A popular way of differentiating between counters is to base them on sub library codes, as was the case in this presentation. Acquisitions