exlibris-aleph 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +3 -0
- data/lib/exlibris/aleph/tab_helper.rb +8 -7
- data/lib/exlibris/aleph/version.rb +1 -1
- data/test/dummy/config/aleph/alephe/sub_libraries.yml +1 -0
- data/test/dummy/config/aleph/{NYU50 → nyu50}/collections.yml +1 -0
- data/test/dummy/config/aleph/{NYU50 → nyu50}/item_permissions_by_item_process_status.yml +1 -0
- data/test/dummy/config/aleph/{NYU50 → nyu50}/item_permissions_by_item_status.yml +105 -104
- data/test/dummy/config/aleph/{NYU50 → nyu50}/items.yml +1 -0
- data/test/dummy/config/aleph/{NYU50 → nyu50}/patron_permissions.yml +28 -27
- data/test/dummy/config/aleph/{NYU50 → nyu50}/patrons.yml +1 -0
- data/test/dummy/config/aleph/{NYU50 → nyu50}/pickup_locations.yml +1 -0
- data/test/dummy/config/aleph/{NYU51 → nyu51}/collections.yml +1 -0
- data/test/dummy/config/aleph/{NYU51 → nyu51}/item_permissions_by_item_process_status.yml +1 -0
- data/test/dummy/config/aleph/{NYU51 → nyu51}/item_permissions_by_item_status.yml +7 -6
- data/test/dummy/config/aleph/{NYU51 → nyu51}/items.yml +1 -0
- data/test/dummy/config/aleph/{NYU51 → nyu51}/patron_permissions.yml +28 -27
- data/test/dummy/config/aleph/{NYU51 → nyu51}/patrons.yml +1 -0
- data/test/dummy/config/aleph/{NYU51 → nyu51}/pickup_locations.yml +1 -0
- data/test/dummy/config/initializers/aleph.rb +1 -1
- data/test/dummy/config/initializers/session_store.rb +1 -1
- data/test/dummy/config/initializers/wrap_parameters.rb +1 -1
- data/test/dummy/log/test.log +162 -0
- data/test/mnt/aleph_tab/alephe/tab/tab_sub_library.eng +378 -0
- data/test/mnt/aleph_tab/nyu50/tab/pc_tab_exp_field_extended.eng +158 -0
- data/test/mnt/aleph_tab/nyu50/tab/tab15.eng +4742 -0
- data/test/mnt/aleph_tab/nyu50/tab/tab16 +3792 -0
- data/test/mnt/aleph_tab/nyu50/tab/tab31 +998 -0
- data/test/mnt/aleph_tab/nyu50/tab/tab37 +405 -0
- data/test/mnt/aleph_tab/nyu50/tab/tab40.eng +335 -0
- data/test/mnt/aleph_tab/nyu50/tab/tab_www_item_desc.eng +208 -0
- data/test/mnt/aleph_tab/nyu51/tab/pc_tab_exp_field_extended.eng +178 -0
- data/test/mnt/aleph_tab/nyu51/tab/tab15.eng +593 -0
- data/test/mnt/aleph_tab/nyu51/tab/tab16 +630 -0
- data/test/mnt/aleph_tab/nyu51/tab/tab31 +412 -0
- data/test/mnt/aleph_tab/nyu51/tab/tab37 +202 -0
- data/test/mnt/aleph_tab/nyu51/tab/tab40.eng +52 -0
- data/test/mnt/aleph_tab/nyu51/tab/tab_www_item_desc.eng +208 -0
- data/test/mnt/aleph_tab/pc_tab_exp_field_extended.eng +158 -0
- data/test/mnt/aleph_tab/tab15.eng +4742 -0
- data/test/mnt/aleph_tab/tab16 +3792 -0
- data/test/mnt/aleph_tab/tab31 +998 -0
- data/test/mnt/aleph_tab/tab37 +405 -0
- data/test/mnt/aleph_tab/tab40.eng +335 -0
- data/test/mnt/aleph_tab/tab_sub_library.eng +378 -0
- data/test/mnt/aleph_tab/tab_www_item_desc.eng +208 -0
- data/test/test_helper.rb +34 -2
- data/test/unit/bor_auth_test.rb +16 -12
- data/test/unit/patron_test.rb +19 -15
- data/test/unit/record_test.rb +15 -11
- data/test/unit/tab_helper_benchmarks.rb +1 -1
- data/test/unit/tab_helper_test.rb +7 -7
- data/test/vcr_cassettes/bor_auth.yml +44 -0
- data/test/vcr_cassettes/patron.yml +83 -0
- data/test/vcr_cassettes/record.yml +145 -0
- metadata +149 -82
- data/test/dummy/config/aleph/sub_libraries.yml +0 -776
@@ -1 +1 @@
|
|
1
|
-
Exlibris::Aleph::TabHelper.init("
|
1
|
+
Exlibris::Aleph::TabHelper.init("#{Rails.root}/../mnt/aleph_tab", ["NYU50", "NYU51"])
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# Be sure to restart your server when you modify this file.
|
2
2
|
|
3
|
-
Dummy::Application.config.session_store :cookie_store, key
|
3
|
+
Dummy::Application.config.session_store :cookie_store, :key => '_dummy_session'
|
4
4
|
|
5
5
|
# Use the database for sessions instead of the cookie-based default,
|
6
6
|
# which shouldn't be used to store highly confidential information
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
|
7
7
|
ActiveSupport.on_load(:action_controller) do
|
8
|
-
wrap_parameters format
|
8
|
+
wrap_parameters :format => [:json]
|
9
9
|
end
|
10
10
|
|
11
11
|
# Disable root element in JSON by default.
|
data/test/dummy/log/test.log
CHANGED
@@ -4996,3 +4996,165 @@
|
|
4996
4996
|
[1m[35m (0.1ms)[0m rollback transaction
|
4997
4997
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4998
4998
|
[1m[35m (0.0ms)[0m rollback transaction
|
4999
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
5000
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5001
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5002
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5003
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5004
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5005
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5006
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5007
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5008
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5009
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5010
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
5011
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5012
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5013
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5014
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5015
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5016
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5017
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5018
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5019
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5020
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5021
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5022
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5023
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5024
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5025
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5026
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5027
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5028
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5029
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5030
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5031
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5032
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5033
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5034
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5035
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5036
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5037
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5038
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5039
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5040
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5041
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5042
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5043
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5044
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5045
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5046
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5047
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5048
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5049
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5050
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5051
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5052
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5053
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5054
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5055
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5056
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5057
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5058
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5059
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5060
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5061
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5062
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5063
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5064
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5065
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5066
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5067
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5068
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5069
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5070
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5071
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5072
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5073
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5074
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5075
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5076
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5077
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5078
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5079
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5080
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5081
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5082
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5083
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5084
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5085
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5086
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5087
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5088
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5089
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5090
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5091
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5092
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5093
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5094
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5095
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5096
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5097
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5098
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5099
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5100
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5101
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5102
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5103
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5104
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5105
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5106
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5107
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
5108
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5109
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5110
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5111
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5112
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5113
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5114
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5115
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5116
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5117
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5118
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5119
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5120
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5121
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5122
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5123
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5124
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5125
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5126
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5127
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5128
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5129
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5130
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5131
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5132
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5133
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5134
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5135
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5136
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5137
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5138
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5139
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5140
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5141
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5142
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5143
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5144
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5145
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5146
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5147
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5148
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5149
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5150
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5151
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5152
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5153
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5154
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5155
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5156
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5157
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5158
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5159
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5160
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
@@ -0,0 +1,378 @@
|
|
1
|
+
!
|
2
|
+
! NOTE - 1) do not edit this header sectionB
|
3
|
+
! - 2) this header is created from the template located
|
4
|
+
! in $aleph_headers (sub-folders)
|
5
|
+
! - 3) to add remarks within the table,
|
6
|
+
! start the line with !rem or !*
|
7
|
+
! - 4) to mark a line as non-used (but restorable)
|
8
|
+
! add ! at start of line, retaining column structure
|
9
|
+
! displaced by one position to the right
|
10
|
+
! - 5) all internal codes must be Latin characters A-Z,0-9
|
11
|
+
!
|
12
|
+
!=============================================================================
|
13
|
+
! tab_sub_library.eng
|
14
|
+
! List of libraries and their sublibraries
|
15
|
+
!=============================================================================
|
16
|
+
! Last header change: 29/02/2004
|
17
|
+
!
|
18
|
+
! HELP
|
19
|
+
! .
|
20
|
+
! This table defines the sublibraries of all the ADM libraries
|
21
|
+
! on the server. In the list of items display in the ALEPH WEB
|
22
|
+
! OPAC, it is possible to "gather together" all the sublibraries
|
23
|
+
! in one list, regardless of the connection to separate ADM libraries.
|
24
|
+
! For all other ALEPH functions (USER, CIRC, ITEMS, SERIALS, ILL,
|
25
|
+
! ACQ) it is required that the operater "connects" to a specific ADM
|
26
|
+
! library (e.g. USM50).
|
27
|
+
! The number of sublibraries in the table is not limited. However,
|
28
|
+
! there are places in the system where the total number of
|
29
|
+
! sublibraries relevant to the situation cannot surpass 200.
|
30
|
+
! For example, when sorting a list of items or list holding
|
31
|
+
! libraries for a single bibliographic record.
|
32
|
+
! "Connect" in GUI updating modules is to an ADM library (which is
|
33
|
+
! a group of sublibraries). This is a physical group, and one
|
34
|
+
! sublibrary can be assigned to one ADM library ONLY. Each
|
35
|
+
! sublibrary code must be unique in this table (unless a special
|
36
|
+
! setup for testing conversions has been installed by Ex Libris).
|
37
|
+
! .
|
38
|
+
! Library names (col.5):
|
39
|
+
! Names of the sub_libraries display in WEB OPAC and GUI modules.
|
40
|
+
! For libraries who use more than one language interface, each
|
41
|
+
! language is a separate tab_sub_library.<lng> table. All rows
|
42
|
+
! and columns should be exactly the same, except for column 5
|
43
|
+
! (library name).
|
44
|
+
! Note! In order to define library names for the WEB Opac use table
|
45
|
+
! tab_www_item_desc.eng.
|
46
|
+
! .
|
47
|
+
! Library types (col.2):
|
48
|
+
! In addition to actual sub_libraries (library type 1), some of
|
49
|
+
! the sub_libraries are defined for local patron records (type 2,
|
50
|
+
! in which case the code can be ALEPH or the ADM library code),
|
51
|
+
! for delivery of requested material (type 3, must be coordinated
|
52
|
+
! with tab27, tab37 and tab38), and for transfer of material to a reading
|
53
|
+
! room (type 4, must be coordinated with tab27). You may define
|
54
|
+
! administrative units for acquisitions orders activities (type 5 -
|
55
|
+
! Ordering Unit).
|
56
|
+
! .
|
57
|
+
! link to tab15 (col.6):
|
58
|
+
! The code registered in this column identifies the lines in
|
59
|
+
! tab15 (Item statuses) that are relevant for this sublibrary.
|
60
|
+
! The code here must match the code in column 1 of tab15.
|
61
|
+
! This allows you to define statuses in tab15 that are used
|
62
|
+
! in common by a number of sublibraries.
|
63
|
+
! .
|
64
|
+
! link to tab16 (col.7):
|
65
|
+
! The code registered in this column identifies the lines in
|
66
|
+
! tab16 (Fines, due dates and loan limits) that are relevant
|
67
|
+
! for this sublibrary.
|
68
|
+
! The code here must match the code in column 1 of tab16.
|
69
|
+
! This allows you to define lines in tab16 that are used
|
70
|
+
! in common by a number of sublibraries.
|
71
|
+
! .
|
72
|
+
! link to tab17 (col.8):
|
73
|
+
! The code registered in this column identifies the lines in
|
74
|
+
! tab17 (Library hours) that are relevant for this sublibrary.
|
75
|
+
! The code here must match the code in column 1 of tab17.
|
76
|
+
! This allows you to define lines in tab17 that are used
|
77
|
+
! in common by a number of sublibraries that share a set of
|
78
|
+
! open/close hours.
|
79
|
+
! .
|
80
|
+
! link to patron record (col.9-13):
|
81
|
+
! Columns 9 through 13 are used to define the preferred
|
82
|
+
! local patron record, when matching the patron and the
|
83
|
+
! item to a line in tab16 (loan due dates, loan, request and
|
84
|
+
! renew limits, etc.). The five columns are alternatives, and
|
85
|
+
! the system checks one after the other, in an attempt to
|
86
|
+
! find a matching local patron record. For example, if the
|
87
|
+
! first of these 5 columns has sublibrary XYZAB, but
|
88
|
+
! the patron does not have an XYZAB local patron record, the
|
89
|
+
! next of the 5 columns will be consulted, and so on.
|
90
|
+
! If, in the end, no matching local patron record is found
|
91
|
+
! the patron does not have privileges for this item, and he
|
92
|
+
! cannot take it on loan.
|
93
|
+
! Therefore, at least one sublibrary code is mandatory for
|
94
|
+
! sublibraries type 1, and sublibrary type 2 must have one
|
95
|
+
! sublibrary code.
|
96
|
+
! For example, for library type 1:
|
97
|
+
! ULINC USM50 ALEPH
|
98
|
+
! - checks for ULINC local patron record, if not found checks for
|
99
|
+
! USM50 (general library patron) and lastly checks for
|
100
|
+
! ALEPH (general ALEPH patron)
|
101
|
+
! UHLTH
|
102
|
+
! - patron can loan items from UHLTH library only
|
103
|
+
! For example, for library type 2:
|
104
|
+
! ALEPH
|
105
|
+
! - the system uses the patron status in the ALEPH
|
106
|
+
! local patron record in order to find the matching line in
|
107
|
+
! tab16 for global loan and hold limits.
|
108
|
+
! END_HELP
|
109
|
+
! COL 1. 5; ALPHA_NUM, UPPER; ;
|
110
|
+
! Sublibrary;
|
111
|
+
! Sublibrary;
|
112
|
+
! COL 2. 1; NUM {1,2,3,4,5,6}; ;
|
113
|
+
! Type;
|
114
|
+
! Sublibrary Type:
|
115
|
+
! 1 - full sublibrary (patron and items)
|
116
|
+
! 2 - patron sublibrary only (no items)
|
117
|
+
! 3 - pickup location that is not a library
|
118
|
+
! 4 - reading room sublibrary (1 + special request handling)
|
119
|
+
! 5 - Ordering unit
|
120
|
+
! COL 3. 5; ALPHA_NUM, UPPER; ;
|
121
|
+
! ADM code;
|
122
|
+
! ADM library code;
|
123
|
+
! COL 4. 1; ALPHA {L,H,A,R,S}, UPPER; ;
|
124
|
+
! Alpha;
|
125
|
+
! Alpha;
|
126
|
+
! COL 5. 30; TEXT; ;
|
127
|
+
! Name;
|
128
|
+
! Sublibrary name;
|
129
|
+
! COL 6. 5; ALPHA_NUM, UPPER; ;
|
130
|
+
! tab15;
|
131
|
+
! Group ID for tab15:
|
132
|
+
! Only for Item sublibraries;
|
133
|
+
! COL 7. 5; ALPHA_NUM, UPPER; ;
|
134
|
+
! tab16;
|
135
|
+
! Group ID for tab16;
|
136
|
+
! COL 8. 5; ALPHA_NUM, UPPER; ;
|
137
|
+
! tab17;
|
138
|
+
! Group ID for tab17:
|
139
|
+
! Only for Item sublibraries;
|
140
|
+
! COL 9. 5; ALPHA_NUM, UPPER; ;
|
141
|
+
! Local patron record;
|
142
|
+
! First choice for local patron privileges record;
|
143
|
+
! COL 10. 5; ALPHA_NUM, UPPER; ;
|
144
|
+
! Local patron record;
|
145
|
+
! Second choice for local patron privileges record;
|
146
|
+
! COL 11. 5; ALPHA_NUM, UPPER; ;
|
147
|
+
! Local patron record;
|
148
|
+
! Third choice for local patron privileges record;
|
149
|
+
! COL 12. 5; ALPHA_NUM, UPPER; ;
|
150
|
+
! Local patron record;
|
151
|
+
! Fourth choice for local patron privileges record;
|
152
|
+
! COL 13. 5; ALPHA_NUM, UPPER; ;
|
153
|
+
! Local patron record;
|
154
|
+
! Fifth choice for local patron privileges record;
|
155
|
+
!
|
156
|
+
! NOTE!!!!!!
|
157
|
+
!
|
158
|
+
! Add demo sublibraries here
|
159
|
+
! Add customer sublibraries below
|
160
|
+
!
|
161
|
+
! 1 2 3 4 5 6 7 8 9 10 11 ! 12 13
|
162
|
+
!!!!!-!-!!!!!-!-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-!!!!!-!!!!!-!!!!!-!!!!!-!!!!!-!!!!!-!!!!!-!!!!!
|
163
|
+
USR00 2 L USR00 Library ALEPH ALEPH
|
164
|
+
!*
|
165
|
+
HOME 3 L Home address
|
166
|
+
!*
|
167
|
+
BOX 3 L In-house mailbox
|
168
|
+
!*
|
169
|
+
ILLDT 3 L ILL Department ALEPH ALEPH
|
170
|
+
|
171
|
+
!*===========================================================================
|
172
|
+
!* NYU Libraries
|
173
|
+
!*===========================================================================
|
174
|
+
!NYU50 2 NYU50 L NYU Library NYU50 ALEPH
|
175
|
+
BOBST 1 NYU50 L NYU Bobst BOBST BOBST BOBST BOBST NYU50 ALEPH
|
176
|
+
BAFC 1 NYU50 L NYU Bobst Avery Fisher Center BAFC BAFC BAFC BAFC NYU50 ALEPH
|
177
|
+
BFALE 1 NYU50 L NYU Bobst Special Collections BFALE BFALE BFALE BFALE NYU50 ALEPH
|
178
|
+
BLCC 1 NYU50 L NYU Bobst Library Computer Ctr BLCC BLCC BLCC BLCC NYU50 ALEPH
|
179
|
+
!BLEIS 1 NYU50 L NYU Bobst Library Leisure BLEIS BLEIS BLEIS BLEIS NYU50 ALEPH
|
180
|
+
BREF6 1 NYU50 L NYU Bobst 6th Floor Reference BREF6 BREF6 BREF6 BREF6 NYU50 ALEPH
|
181
|
+
BRES 1 NYU50 L NYU Bobst Reserve Collection BRES BRES BRES BRES NYU50 ALEPH
|
182
|
+
BTAM 1 NYU50 L NYU Bobst Tamiment BTAM BTAM BTAM BTAM NYU50 ALEPH
|
183
|
+
BWEB 1 NYU50 L NYU Restricted BWEB BWEB BWEB BWEB NYU50 ALEPH
|
184
|
+
CU 1 NYU50 L Cooper Union Library CU CU CU CU NYU50 ALEPH
|
185
|
+
KBHS 1 NYU50 L Brooklyn Historical Society KBHS KBHS KBHS KBHS NYU50 ALEPH
|
186
|
+
MISC 1 NYU50 L Miscellaneous for cleanup MISC MISC MISC MISC NYU50 ALEPH
|
187
|
+
!NABUD 1 NYU50 L NYU Abu Dhabi Library (UAE) NABUD NABUD NABUD NABUD NYU50 ALEPH
|
188
|
+
NBERL 3 NYU50 L NYU Berlin (Germany)
|
189
|
+
NCOUR 1 NYU50 L NYU Courant NCOUR NCOUR NCOUR NCOUR NYU50 ALEPH
|
190
|
+
NFLOR 3 NYU50 L NYU Florence (Italy)
|
191
|
+
NIFA 1 NYU50 L NYU Institute of Fine Arts NIFA NIFA NIFA NIFA NYU50 ALEPH
|
192
|
+
NIFAC 1 NYU50 L NYU IFA Conservation Center NIFAC NIFAC NIFAC NIFAC NYU50 ALEPH
|
193
|
+
NISAW 1 NYU50 L NYU Inst Study Ancient World NISAW NISAW NISAW NISAW NYU50 ALEPH
|
194
|
+
NKEV 1 NYU50 L NYU Kevorkian NKEV NKEV NKEV NKEV NYU50 ALEPH
|
195
|
+
NLAPI 1 NYU50 L NYU La Pietra Library (Italy) NLAPI NLAPI NLAPI NLAPI NYU50 ALEPH
|
196
|
+
NLOND 3 NYU50 L NYU London (England)
|
197
|
+
NOFFS 1 NYU50 L NYU Offsite Storage NOFFS NOFFS NOFFS NOFFS NYU50 ALEPH
|
198
|
+
NPOLY 1 NYU50 L NYU Poly BOBST BOBST NPOLY BOBST NYU50 ALEPH
|
199
|
+
NPRAG 3 NYU50 L NYU Prague (Czech Republic)
|
200
|
+
NREI 1 NYU50 L NYU Jack Brause NREI NREI NREI NREI NYU50 ALEPH
|
201
|
+
NSHEQ 1 NYU52 L NYU Shanghai Library Equipment NSHEQ NSHEQ NSHEQ NSHEQ NYU52 ALEPH
|
202
|
+
NSHNG 1 NYU52 L NYU Shanghai Library (China) NSHNG NSHNG NSHNG NSHNG NYU52 ALEPH
|
203
|
+
NWADC 3 NYU50 L NYU Washington, D.C.
|
204
|
+
NYHS 1 NYU50 L New-York Historical Society NYHS NYHS NYHS NYHS NYU50 ALEPH
|
205
|
+
NYSID 1 NYU50 L New York School of Int Des NYSID NYSID NYSID NYSID NYU50 ALEPH
|
206
|
+
NYUAB 3 NYU50 L NYU Abu Dhabi Library (UAE)
|
207
|
+
NYUSS 3 NYU50 L NYUAD Sama Fac Offices (UAE)
|
208
|
+
NYUSE 3 NYU50 L NYUAD Ctr for Sci & Eng (UAE)
|
209
|
+
SWEB 1 NYU52 L NYU NSHNG Restricted EResouces SWEB SWEB SWEB SWEB NYU52 ALEPH
|
210
|
+
TNSFO 1 NYU50 L New School Fogelman Library TNSFO TNSFO TNSFO TNSFO NYU50 ALEPH
|
211
|
+
TNSGI 1 NYU50 L New School Gimbel Library TNSGI TNSGI TNSGI TNSGI NYU50 ALEPH
|
212
|
+
TNSKE 1 NYU50 L New School Kellen Archives TNSKE TNSKE TNSKE TNSKE NYU50 ALEPH
|
213
|
+
TNSOS 1 NYU50 L New School Offsite Storage TNSOS TNSOS TNSOS TNSOS NYU50 ALEPH
|
214
|
+
TNSSC 1 NYU50 L New School Scherman Library TNSSC TNSSC TNSSC TNSSC NYU50 ALEPH
|
215
|
+
TWEB 1 NYU50 L New School Restricted TWEB TWEB TWEB TWEB NYU50 ALEPH
|
216
|
+
WEB 1 NYU50 L Unrestricted WEB WEB WEB WEB NYU50 ALEPH
|
217
|
+
NYU50 2 NYU50 L NYU50 NYU50 ALEPH
|
218
|
+
NYUAB 3 NYU50 L NYU Abu Dhabi Library (UAE)
|
219
|
+
|
220
|
+
!*============================
|
221
|
+
!* NYU Ordering Units
|
222
|
+
!*============================
|
223
|
+
AFC 5 NYU50 L Avery Fisher Center
|
224
|
+
BOBA 5 NYU50 L Bobst Acquisitions
|
225
|
+
BOBS 5 NYU50 L Bobst Serials
|
226
|
+
BOBE 5 NYU50 L Bobst Electronic
|
227
|
+
NCOU1 5 NYU50 L NYU Courant
|
228
|
+
CU1 5 NYU50 L Cooper Union
|
229
|
+
BFAL1 5 NYU50 L Fales Library
|
230
|
+
NIF1 5 NYU50 L Institute of Fine Arts
|
231
|
+
NIF2 5 NYU50 L Inst of Fine Arts Conserv
|
232
|
+
NISA1 5 NYU50 L Inst for Study of Anc World
|
233
|
+
TNSF1 5 NYU50 L New School Fogelman Library
|
234
|
+
TNSG1 5 NYU50 L New School Gimbel Library
|
235
|
+
TNSS1 5 NYU50 L New School Scherman Library
|
236
|
+
NEWA 5 NYU50 L New School University, Acq
|
237
|
+
NEWS 5 NYU50 L New School University, Ser
|
238
|
+
NYUSH 5 NYU52 L NYU Shanghai Library (China)
|
239
|
+
NYSI1 5 NYU50 L NY School of Interior Design
|
240
|
+
REI 5 NYU50 L Real Estate Institute
|
241
|
+
BTA1 5 NYU50 L Tamiment Library
|
242
|
+
REF6 5 NYU50 L NYU Bobst Library 6th Fl
|
243
|
+
|
244
|
+
!*===========================================================================
|
245
|
+
!* NYU Libraries for NYU51
|
246
|
+
!*===========================================================================
|
247
|
+
NABUD 1 NYU51 L NYU Abu Dhabi Library (UAE) NABUD NABUD NABUD NABUD NYU51 ALEPH
|
248
|
+
NADEQ 1 NYU51 L NYU Abu Dhabi Equipment NADEQ NADEQ NADEQ NADEQ NYU51 ALEPH
|
249
|
+
NADEX 1 NYU51 L NYU Abu Dhabi (UAE) Annex NABUD NABUD NABUD NADEX NYU51 ALEPH
|
250
|
+
NADSS 3 NYU51 L NYUAD Sama Fac Offices (UAE)
|
251
|
+
NADSE 3 NYU51 L NYUAD Ctr for Sci & Eng (UAE)
|
252
|
+
NWEB 1 NYU51 L Restricted Electronic ResourcesNWEB NWEB NWEB NWEB NYU51 ALEPH
|
253
|
+
NAFC 1 NYU51 L NYU Abu Dhabi Media in NY NAFC NAFC NAFC NAFC NYU51 ALEPH
|
254
|
+
NYUAD 5 NYU51 L NYU Abu Dhabi Library (UAE)
|
255
|
+
NYU51 2 NYU51 L NYU51 NYU51 ALEPH
|
256
|
+
ALEPH 2 L General Patron ALEPH ALEPH
|
257
|
+
|
258
|
+
!*===========================================================================
|
259
|
+
!* USM Demo Libraries
|
260
|
+
!*===========================================================================
|
261
|
+
USM50 2 USM50 L Exlibris Demo Libraries USM50 USM50 ALEPH
|
262
|
+
MED 1 USM50 L Medicine Library 15H CHE 17A MED ALEPH
|
263
|
+
HYL 1 USM50 L East Asian Library HYL HYL 17A HYL ALEPH
|
264
|
+
HIL 1 USM50 L Humanities Library HIL HIL 17A HIL ALEPH
|
265
|
+
LAM 1 USM50 L Main Undergraduate LAM LAM 17A LAM ALEPH
|
266
|
+
LAW 1 USM50 L Law Library LAW LAW 17A LAW ALEPH
|
267
|
+
LIT 1 USM50 L Economics Library LIT LIT 17A LIT ALEPH
|
268
|
+
MUS 1 USM50 L Music Library MUS MUS 17A MUS ALEPH
|
269
|
+
WID 1 USM50 L Main Library WID WID WID WID ALEPH
|
270
|
+
EXL 1 USM50 L PLIF Library EXL EXL EXL EXL ALEPH
|
271
|
+
CIRC 1 USM50 L PLIF ILL Library CIRC CIRC CIRC CIRC ALEPH
|
272
|
+
HILR 4 USM50 L Humanities Reading Room HIL HIL 17A HIL ALEPH
|
273
|
+
!*============================
|
274
|
+
!* USM50 Ordering Units
|
275
|
+
!*============================
|
276
|
+
HIL01 5 USM50 L Humanities (Ordering Unit)
|
277
|
+
HYL01 5 USM50 L East Asian (Chinese)
|
278
|
+
HYL02 5 USM50 L East Asian (Japanese)
|
279
|
+
HYL03 5 USM50 L East Asian (Korean)
|
280
|
+
HYL04 5 USM50 L East Asian (Vietnamese)
|
281
|
+
HYL05 5 USM50 L East Asian (Western)
|
282
|
+
HYL06 5 USM50 L East Asian (Serials)
|
283
|
+
LAM01 5 USM50 L Undergraduate (Monographs)
|
284
|
+
LAM02 5 USM50 L Undergraduate (Serials)
|
285
|
+
LAM03 5 USM50 L Undergraduate (Standing Orders )
|
286
|
+
LAW01 5 USM50 L Law
|
287
|
+
LAW02 5 USM50 L Law (East Asian Acquisitions)
|
288
|
+
LAW03 5 USM50 L Law (Islamic Acquisitions)
|
289
|
+
LIT01 5 USM50 L Economics (Monograph)
|
290
|
+
LIT02 5 USM50 L Economics (Serials)
|
291
|
+
MED01 5 USM50 L Medicine (Unit 1)
|
292
|
+
MED02 5 USM50 L Medicine (Unit 2)
|
293
|
+
MUS01 5 USM50 L Music (Unit 1)
|
294
|
+
MUS02 5 USM50 L Music (Unit 2)
|
295
|
+
WID01 5 USM50 L Main Library (General)
|
296
|
+
WID02 5 USM50 L Main Library (Serial)
|
297
|
+
WID03 5 USM50 L Main Library (Slavic)
|
298
|
+
WID04 5 USM50 L Main Library (Judaica)
|
299
|
+
WID05 5 USM50 L Main Library (Middle East)
|
300
|
+
!*============================
|
301
|
+
!* USM50 ILL Units
|
302
|
+
!*============================
|
303
|
+
U60WD 6 USM50 L ILL unit-WID ALEPH
|
304
|
+
U60HL 6 USM50 L ILL unit-HYL ALEPH
|
305
|
+
U60LA 6 USM50 L ILL unit-LAW ALEPH
|
306
|
+
U70WD 6 USM50 L ILL unit-WID 17 ALEPH
|
307
|
+
!*============================================================================
|
308
|
+
!* PICA test
|
309
|
+
!*============================================================================
|
310
|
+
CBAB 1 USM50 L CBAB 15H 16H 17A CBAB ALEPH
|
311
|
+
BCU 1 USM50 L BCU 15H 16H 17A BCU ALEPH
|
312
|
+
MBAZU 1 USM50 L MBAZU 15H 16H 17A MBAZU ALEPH
|
313
|
+
!*============================================================================
|
314
|
+
!* USM51 Demo Libraries
|
315
|
+
!*============================================================================
|
316
|
+
USM51 2 USM51 L USM51 Demo Libraries USM51 USM51 ALEPH
|
317
|
+
ELEC5 1 USM51 L Electronic Resources 51 15A 16A 17A ELEC5 ALEPH
|
318
|
+
GDOC5 1 USM51 L Government Documents 51 15A 16A 17A GDOC5 ALEPH
|
319
|
+
EDUC5 1 USM51 L Education Library 51 15A 16A 17A EDUC5 ALEPH
|
320
|
+
LINC5 1 USM51 L Lincoln Library 51 15A 16A 17A LINC5 ALEPH
|
321
|
+
RRLIN 4 USM51 L LINC5 Reading Room 51 15A 16A 17A RRLIN ALEPH
|
322
|
+
!*============================
|
323
|
+
!* USM51 Ordering Units
|
324
|
+
!*============================
|
325
|
+
OU511 5 USM51 L Ordering Unit 1 usm51
|
326
|
+
OR512 5 USM51 L Ordering Unit 2 usm51
|
327
|
+
OR513 5 USM51 L Ordering Unit 3 usm51
|
328
|
+
OR514 5 USM51 L Ordering Unit 4 usm51
|
329
|
+
OR515 5 USM51 L Ordering Unit 5 usm51
|
330
|
+
!*============================
|
331
|
+
!* USM51 ILL Units
|
332
|
+
!*============================
|
333
|
+
U61ED 6 USM51 L ILL unit-EDUC5
|
334
|
+
U61EL 6 USM51 L ILL unit-ELEC5
|
335
|
+
U61LN 6 USM51 L ILL unit-LINC5
|
336
|
+
S61GD 6 USM51 L ILL unit-GDOC5 SMTP
|
337
|
+
!*============================================================================
|
338
|
+
!* USM53 Demo Libraries
|
339
|
+
!*============================================================================
|
340
|
+
USM53 2 USM53 L USM53 Demo Libraries USM53 USM53 ALEPH
|
341
|
+
ELEC7 1 USM53 L Electronic Resources 53 15A 16A 17A ELEC7 ALEPH
|
342
|
+
GDOC7 1 USM53 L Government Documents 53 15A 16A 17A GDOC7 ALEPH
|
343
|
+
EDUC7 1 USM53 L Education Library 53 15A 16A 17A EDUC7 ALEPH
|
344
|
+
LINC7 1 USM53 L Lincoln Library 53 15A 16A 17A LINC7 ALEPH
|
345
|
+
!*============================================================================
|
346
|
+
!* USM54 Demo Libraries
|
347
|
+
!*============================================================================
|
348
|
+
USM54 2 USM54 L USM54 Demo Libraries USM54 USM54 ALEPH
|
349
|
+
ELEC4 1 USM54 L Electronic Resources 54 15A 16A 17A ELEC4 ALEPH
|
350
|
+
!*============================================================================
|
351
|
+
!* USM55 Demo Libraries
|
352
|
+
!*============================================================================
|
353
|
+
USM55 2 USM55 L USM55 Demo Libraries USM55 USM55 ALEPH
|
354
|
+
ELEC5 1 USM55 L Electronic Resources 55 15A 16A 17A ELEC5 ALEPH
|
355
|
+
!*============================================================================
|
356
|
+
!* CUN50
|
357
|
+
!*============================================================================
|
358
|
+
CUN50 2 CUN50 L CUN50 Demo Libraries CUN50 CUN50 ALEPH
|
359
|
+
CLEC5 1 CUN50 L Electronic Resources 15A 16A 17A CLEC5 ALEPH
|
360
|
+
CDOC5 1 CUN50 L Government Documents 15A 16A 17A CDOC5 ALEPH
|
361
|
+
CDUC5 1 CUN50 L Education Library 15A 16A 17A CDUC5 ALEPH
|
362
|
+
CINC5 1 CUN50 L Lincoln Library 15A 16A 17A CINC5 ALEPH
|
363
|
+
!*============================================================================
|
364
|
+
!* UNI Demo Libraries
|
365
|
+
!*===========================================================================
|
366
|
+
UNI50 2 UNI50 L Exlibris UNIMARC Libraries UNI50 UNI50 ALEPH
|
367
|
+
NARCV 1 UNI50 L Archives Library 15A NARCV UARCV UARCV
|
368
|
+
NELEC 1 UNI50 L Electronic Resources 15A NELEC NELEC NELEC
|
369
|
+
NRLEC 4 UNI50 L NELEC Reading Room 15A NELEC NELEC NELEC
|
370
|
+
NGDOC 1 UNI50 L Government Documents 15A NGDOC 17A NGDOC
|
371
|
+
NRDOC 4 UNI50 L NGDOC Reading Room 15A NGDOC 17A NGDOC
|
372
|
+
NEDUC 1 UNI50 L Education Library 15A 16A 17A NEDUC ALEPH
|
373
|
+
NHLTH 1 UNI50 L Health Library 15A 16A 17A NHLTH ALEPH
|
374
|
+
NLINC 1 UNI50 L Lincoln Library 15A 16A 17A NLINC ALEPH
|
375
|
+
NLAW 1 UNI50 L Law Library 15A 16A 17A NLAW ALEPH
|
376
|
+
NMUSI 1 UNI50 L Music Library 15A 16A 17A NMUSI ALEPH
|
377
|
+
NSCI 1 UNI50 L Science Library 15A 16A 17A NSCI ALEPH
|
378
|
+
NUPTN 1 UNI50 L Uptown Branch 15B NUPTN NUPTN NUPTN ALEPH
|