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
data/README.rdoc
CHANGED
@@ -1,4 +1,7 @@
|
|
1
1
|
= Exlibris::Aleph
|
2
|
+
{<img src="https://secure.travis-ci.org/scotdalton/exlibris-aleph.png" alt="Build Status" />}[https://secure.travis-ci.org/scotdalton/exlibris-aleph]
|
3
|
+
{<img src="https://gemnasium.com/scotdalton/exlibris-aleph.png" alt="Dependency Status" />}[https://gemnasium.com/scotdalton/exlibris-aleph]
|
4
|
+
{<img src="https://codeclimate.com/badge.png" />}[https://codeclimate.com/github/scotdalton/exlibris-aleph]
|
2
5
|
|
3
6
|
Exlibris::Primo offers a set of libraries for interacting with the ExLibris Aleph ILS.
|
4
7
|
|
@@ -45,20 +45,21 @@ module Exlibris
|
|
45
45
|
# Initialize TabHelper based on path to tabs, path to store yml configs,
|
46
46
|
# path for log file, and the ADMs for the Aleph implementation
|
47
47
|
# Exlibris::Aleph::TabHelper.init("/mnt/aleph_tab", ["ADM50", "ADM51"])
|
48
|
-
def self.init(tab_path, adms, refresh_time =
|
49
|
-
@@tab_path, @@
|
48
|
+
def self.init(tab_path, adms, refresh_time = lambda{1.day.ago})
|
49
|
+
@@tab_path, @@refresh_time = tab_path, refresh_time
|
50
|
+
@@adms = adms.collect{|adm| adm.downcase} unless adms.nil?
|
50
51
|
# Set yml path and log path and make directories.
|
51
52
|
@@yml_path, @@log_path = File.join(Rails.root, "config/aleph"), File.join(Rails.root, "log")
|
52
|
-
Dir.mkdir(@@yml_path) unless @@yml_path.nil? or
|
53
|
-
Dir.mkdir(File.join(@@yml_path, "alephe")) unless @@yml_path.nil? or
|
53
|
+
Dir.mkdir(@@yml_path) unless @@yml_path.nil? or File.directory?(@@yml_path)
|
54
|
+
Dir.mkdir(File.join(@@yml_path, "alephe")) unless @@yml_path.nil? or File.directory?(File.join(@@yml_path, "alephe"))
|
54
55
|
@@adms.each { |adm|
|
55
|
-
Dir.mkdir(File.join(@@yml_path, adm)) unless @@yml_path.nil? or
|
56
|
+
Dir.mkdir(File.join(@@yml_path, adm)) unless @@yml_path.nil? or File.directory?(File.join(@@yml_path, adm))
|
56
57
|
} unless @@adms.nil?
|
57
|
-
Dir.mkdir(@@log_path) unless @@log_path.nil? or
|
58
|
+
Dir.mkdir(@@log_path) unless @@log_path.nil? or File.directory?(@@log_path)
|
58
59
|
# Make readers for each class variable
|
59
60
|
class_variables.each do |class_variable|
|
60
61
|
define_method "#{class_variable}".sub('@@', '') do
|
61
|
-
self.class.class_variable_get "#{class_variable}"
|
62
|
+
self.class.send(:class_variable_get, "#{class_variable}")
|
62
63
|
end
|
63
64
|
end
|
64
65
|
end
|
@@ -61874,3 +61874,4 @@ TNSOS:
|
|
61874
61874
|
:reloaning_limit: '00'
|
61875
61875
|
:booking_permission: N
|
61876
61876
|
:booking_hours: A
|
61877
|
+
...
|
@@ -119,9 +119,9 @@ BAFC:
|
|
119
119
|
:reloaning_limit: '00'
|
120
120
|
:booking_permission: N
|
121
121
|
:booking_hours: A
|
122
|
-
08:
|
122
|
+
'08':
|
123
123
|
:sub_library: BAFC
|
124
|
-
:item_status: 08
|
124
|
+
:item_status: '08'
|
125
125
|
:item_process_status: ! '##'
|
126
126
|
:text: Reference
|
127
127
|
:loan: N
|
@@ -136,9 +136,9 @@ BAFC:
|
|
136
136
|
:reloaning_limit: '00'
|
137
137
|
:booking_permission: N
|
138
138
|
:booking_hours: A
|
139
|
-
09:
|
139
|
+
'09':
|
140
140
|
:sub_library: BAFC
|
141
|
-
:item_status: 09
|
141
|
+
:item_status: '09'
|
142
142
|
:item_process_status: ! '##'
|
143
143
|
:text: Recorded music
|
144
144
|
:loan: Y
|
@@ -868,9 +868,9 @@ BFALE:
|
|
868
868
|
:reloaning_limit: '00'
|
869
869
|
:booking_permission: N
|
870
870
|
:booking_hours: A
|
871
|
-
08:
|
871
|
+
'08':
|
872
872
|
:sub_library: BFALE
|
873
|
-
:item_status: 08
|
873
|
+
:item_status: '08'
|
874
874
|
:item_process_status: ! '##'
|
875
875
|
:text: Reference
|
876
876
|
:loan: Y
|
@@ -885,9 +885,9 @@ BFALE:
|
|
885
885
|
:reloaning_limit: '00'
|
886
886
|
:booking_permission: N
|
887
887
|
:booking_hours: A
|
888
|
-
09:
|
888
|
+
'09':
|
889
889
|
:sub_library: BFALE
|
890
|
-
:item_status: 09
|
890
|
+
:item_status: '09'
|
891
891
|
:item_process_status: ! '##'
|
892
892
|
:text: Recorded music
|
893
893
|
:loan: Y
|
@@ -1600,9 +1600,9 @@ BLCC:
|
|
1600
1600
|
:reloaning_limit: '00'
|
1601
1601
|
:booking_permission: N
|
1602
1602
|
:booking_hours: A
|
1603
|
-
08:
|
1603
|
+
'08':
|
1604
1604
|
:sub_library: BLCC
|
1605
|
-
:item_status: 08
|
1605
|
+
:item_status: '08'
|
1606
1606
|
:item_process_status: ! '##'
|
1607
1607
|
:text: Reference
|
1608
1608
|
:loan: N
|
@@ -1617,9 +1617,9 @@ BLCC:
|
|
1617
1617
|
:reloaning_limit: '00'
|
1618
1618
|
:booking_permission: N
|
1619
1619
|
:booking_hours: A
|
1620
|
-
09:
|
1620
|
+
'09':
|
1621
1621
|
:sub_library: BLCC
|
1622
|
-
:item_status: 09
|
1622
|
+
:item_status: '09'
|
1623
1623
|
:item_process_status: ! '##'
|
1624
1624
|
:text: Recorded music
|
1625
1625
|
:loan: N
|
@@ -2315,9 +2315,9 @@ BOBST:
|
|
2315
2315
|
:reloaning_limit: '00'
|
2316
2316
|
:booking_permission: N
|
2317
2317
|
:booking_hours: A
|
2318
|
-
08:
|
2318
|
+
'08':
|
2319
2319
|
:sub_library: BOBST
|
2320
|
-
:item_status: 08
|
2320
|
+
:item_status: '08'
|
2321
2321
|
:item_process_status: ! '##'
|
2322
2322
|
:text: Reference
|
2323
2323
|
:loan: N
|
@@ -2332,9 +2332,9 @@ BOBST:
|
|
2332
2332
|
:reloaning_limit: '00'
|
2333
2333
|
:booking_permission: N
|
2334
2334
|
:booking_hours: A
|
2335
|
-
09:
|
2335
|
+
'09':
|
2336
2336
|
:sub_library: BOBST
|
2337
|
-
:item_status: 09
|
2337
|
+
:item_status: '09'
|
2338
2338
|
:item_process_status: ! '##'
|
2339
2339
|
:text: Recorded music
|
2340
2340
|
:loan: Y
|
@@ -3030,9 +3030,9 @@ BREF6:
|
|
3030
3030
|
:reloaning_limit: '00'
|
3031
3031
|
:booking_permission: N
|
3032
3032
|
:booking_hours: A
|
3033
|
-
08:
|
3033
|
+
'08':
|
3034
3034
|
:sub_library: BREF6
|
3035
|
-
:item_status: 08
|
3035
|
+
:item_status: '08'
|
3036
3036
|
:item_process_status: ! '##'
|
3037
3037
|
:text: Reference
|
3038
3038
|
:loan: Y
|
@@ -3047,9 +3047,9 @@ BREF6:
|
|
3047
3047
|
:reloaning_limit: '00'
|
3048
3048
|
:booking_permission: N
|
3049
3049
|
:booking_hours: A
|
3050
|
-
09:
|
3050
|
+
'09':
|
3051
3051
|
:sub_library: BREF6
|
3052
|
-
:item_status: 09
|
3052
|
+
:item_status: '09'
|
3053
3053
|
:item_process_status: ! '##'
|
3054
3054
|
:text: Recorded music
|
3055
3055
|
:loan: Y
|
@@ -3779,9 +3779,9 @@ BRES:
|
|
3779
3779
|
:reloaning_limit: '00'
|
3780
3780
|
:booking_permission: N
|
3781
3781
|
:booking_hours: A
|
3782
|
-
08:
|
3782
|
+
'08':
|
3783
3783
|
:sub_library: BRES
|
3784
|
-
:item_status: 08
|
3784
|
+
:item_status: '08'
|
3785
3785
|
:item_process_status: ! '##'
|
3786
3786
|
:text: Reference
|
3787
3787
|
:loan: N
|
@@ -3796,9 +3796,9 @@ BRES:
|
|
3796
3796
|
:reloaning_limit: '00'
|
3797
3797
|
:booking_permission: N
|
3798
3798
|
:booking_hours: A
|
3799
|
-
09:
|
3799
|
+
'09':
|
3800
3800
|
:sub_library: BRES
|
3801
|
-
:item_status: 09
|
3801
|
+
:item_status: '09'
|
3802
3802
|
:item_process_status: ! '##'
|
3803
3803
|
:text: Recorded music
|
3804
3804
|
:loan: N
|
@@ -4494,9 +4494,9 @@ BTAM:
|
|
4494
4494
|
:reloaning_limit: '00'
|
4495
4495
|
:booking_permission: N
|
4496
4496
|
:booking_hours: A
|
4497
|
-
08:
|
4497
|
+
'08':
|
4498
4498
|
:sub_library: BTAM
|
4499
|
-
:item_status: 08
|
4499
|
+
:item_status: '08'
|
4500
4500
|
:item_process_status: ! '##'
|
4501
4501
|
:text: Reference
|
4502
4502
|
:loan: Y
|
@@ -4511,9 +4511,9 @@ BTAM:
|
|
4511
4511
|
:reloaning_limit: '00'
|
4512
4512
|
:booking_permission: N
|
4513
4513
|
:booking_hours: A
|
4514
|
-
09:
|
4514
|
+
'09':
|
4515
4515
|
:sub_library: BTAM
|
4516
|
-
:item_status: 09
|
4516
|
+
:item_status: '09'
|
4517
4517
|
:item_process_status: ! '##'
|
4518
4518
|
:text: Recorded music
|
4519
4519
|
:loan: Y
|
@@ -5226,9 +5226,9 @@ BWEB:
|
|
5226
5226
|
:reloaning_limit: '00'
|
5227
5227
|
:booking_permission: N
|
5228
5228
|
:booking_hours: A
|
5229
|
-
08:
|
5229
|
+
'08':
|
5230
5230
|
:sub_library: BWEB
|
5231
|
-
:item_status: 08
|
5231
|
+
:item_status: '08'
|
5232
5232
|
:item_process_status: ! '##'
|
5233
5233
|
:text: Reference
|
5234
5234
|
:loan: Y
|
@@ -5243,9 +5243,9 @@ BWEB:
|
|
5243
5243
|
:reloaning_limit: '00'
|
5244
5244
|
:booking_permission: N
|
5245
5245
|
:booking_hours: A
|
5246
|
-
09:
|
5246
|
+
'09':
|
5247
5247
|
:sub_library: BWEB
|
5248
|
-
:item_status: 09
|
5248
|
+
:item_status: '09'
|
5249
5249
|
:item_process_status: ! '##'
|
5250
5250
|
:text: Recorded music
|
5251
5251
|
:loan: Y
|
@@ -5975,9 +5975,9 @@ CU:
|
|
5975
5975
|
:reloaning_limit: '00'
|
5976
5976
|
:booking_permission: N
|
5977
5977
|
:booking_hours: A
|
5978
|
-
08:
|
5978
|
+
'08':
|
5979
5979
|
:sub_library: CU
|
5980
|
-
:item_status: 08
|
5980
|
+
:item_status: '08'
|
5981
5981
|
:item_process_status: ! '##'
|
5982
5982
|
:text: Reference
|
5983
5983
|
:loan: N
|
@@ -5992,9 +5992,9 @@ CU:
|
|
5992
5992
|
:reloaning_limit: '00'
|
5993
5993
|
:booking_permission: N
|
5994
5994
|
:booking_hours: A
|
5995
|
-
09:
|
5995
|
+
'09':
|
5996
5996
|
:sub_library: CU
|
5997
|
-
:item_status: 09
|
5997
|
+
:item_status: '09'
|
5998
5998
|
:item_process_status: ! '##'
|
5999
5999
|
:text: Recorded music
|
6000
6000
|
:loan: N
|
@@ -6707,9 +6707,9 @@ KBHS:
|
|
6707
6707
|
:reloaning_limit: '00'
|
6708
6708
|
:booking_permission: N
|
6709
6709
|
:booking_hours: A
|
6710
|
-
08:
|
6710
|
+
'08':
|
6711
6711
|
:sub_library: KBHS
|
6712
|
-
:item_status: 08
|
6712
|
+
:item_status: '08'
|
6713
6713
|
:item_process_status: ! '##'
|
6714
6714
|
:text: Reference
|
6715
6715
|
:loan: Y
|
@@ -6724,9 +6724,9 @@ KBHS:
|
|
6724
6724
|
:reloaning_limit: '00'
|
6725
6725
|
:booking_permission: N
|
6726
6726
|
:booking_hours: A
|
6727
|
-
09:
|
6727
|
+
'09':
|
6728
6728
|
:sub_library: KBHS
|
6729
|
-
:item_status: 09
|
6729
|
+
:item_status: '09'
|
6730
6730
|
:item_process_status: ! '##'
|
6731
6731
|
:text: Recorded music
|
6732
6732
|
:loan: Y
|
@@ -7439,9 +7439,9 @@ MISC:
|
|
7439
7439
|
:reloaning_limit: '00'
|
7440
7440
|
:booking_permission: N
|
7441
7441
|
:booking_hours: A
|
7442
|
-
08:
|
7442
|
+
'08':
|
7443
7443
|
:sub_library: MISC
|
7444
|
-
:item_status: 08
|
7444
|
+
:item_status: '08'
|
7445
7445
|
:item_process_status: ! '##'
|
7446
7446
|
:text: Reference
|
7447
7447
|
:loan: Y
|
@@ -7456,9 +7456,9 @@ MISC:
|
|
7456
7456
|
:reloaning_limit: '00'
|
7457
7457
|
:booking_permission: N
|
7458
7458
|
:booking_hours: A
|
7459
|
-
09:
|
7459
|
+
'09':
|
7460
7460
|
:sub_library: MISC
|
7461
|
-
:item_status: 09
|
7461
|
+
:item_status: '09'
|
7462
7462
|
:item_process_status: ! '##'
|
7463
7463
|
:text: Recorded music
|
7464
7464
|
:loan: Y
|
@@ -8171,9 +8171,9 @@ NCOUR:
|
|
8171
8171
|
:reloaning_limit: '00'
|
8172
8172
|
:booking_permission: N
|
8173
8173
|
:booking_hours: A
|
8174
|
-
08:
|
8174
|
+
'08':
|
8175
8175
|
:sub_library: NCOUR
|
8176
|
-
:item_status: 08
|
8176
|
+
:item_status: '08'
|
8177
8177
|
:item_process_status: ! '##'
|
8178
8178
|
:text: Reference
|
8179
8179
|
:loan: N
|
@@ -8188,9 +8188,9 @@ NCOUR:
|
|
8188
8188
|
:reloaning_limit: '00'
|
8189
8189
|
:booking_permission: N
|
8190
8190
|
:booking_hours: A
|
8191
|
-
09:
|
8191
|
+
'09':
|
8192
8192
|
:sub_library: NCOUR
|
8193
|
-
:item_status: 09
|
8193
|
+
:item_status: '09'
|
8194
8194
|
:item_process_status: ! '##'
|
8195
8195
|
:text: Recorded music
|
8196
8196
|
:loan: N
|
@@ -8903,9 +8903,9 @@ NIFA:
|
|
8903
8903
|
:reloaning_limit: '00'
|
8904
8904
|
:booking_permission: N
|
8905
8905
|
:booking_hours: A
|
8906
|
-
08:
|
8906
|
+
'08':
|
8907
8907
|
:sub_library: NIFA
|
8908
|
-
:item_status: 08
|
8908
|
+
:item_status: '08'
|
8909
8909
|
:item_process_status: ! '##'
|
8910
8910
|
:text: Reference
|
8911
8911
|
:loan: N
|
@@ -8920,9 +8920,9 @@ NIFA:
|
|
8920
8920
|
:reloaning_limit: '00'
|
8921
8921
|
:booking_permission: N
|
8922
8922
|
:booking_hours: A
|
8923
|
-
09:
|
8923
|
+
'09':
|
8924
8924
|
:sub_library: NIFA
|
8925
|
-
:item_status: 09
|
8925
|
+
:item_status: '09'
|
8926
8926
|
:item_process_status: ! '##'
|
8927
8927
|
:text: Recorded music
|
8928
8928
|
:loan: N
|
@@ -9584,9 +9584,9 @@ NIFAC:
|
|
9584
9584
|
:reloaning_limit: '00'
|
9585
9585
|
:booking_permission: N
|
9586
9586
|
:booking_hours: A
|
9587
|
-
08:
|
9587
|
+
'08':
|
9588
9588
|
:sub_library: NIFAC
|
9589
|
-
:item_status: 08
|
9589
|
+
:item_status: '08'
|
9590
9590
|
:item_process_status: ! '##'
|
9591
9591
|
:text: Reference
|
9592
9592
|
:loan: N
|
@@ -9601,9 +9601,9 @@ NIFAC:
|
|
9601
9601
|
:reloaning_limit: '00'
|
9602
9602
|
:booking_permission: N
|
9603
9603
|
:booking_hours: A
|
9604
|
-
09:
|
9604
|
+
'09':
|
9605
9605
|
:sub_library: NIFAC
|
9606
|
-
:item_status: 09
|
9606
|
+
:item_status: '09'
|
9607
9607
|
:item_process_status: ! '##'
|
9608
9608
|
:text: Recorded music
|
9609
9609
|
:loan: N
|
@@ -10265,9 +10265,9 @@ NISAW:
|
|
10265
10265
|
:reloaning_limit: '00'
|
10266
10266
|
:booking_permission: N
|
10267
10267
|
:booking_hours: A
|
10268
|
-
08:
|
10268
|
+
'08':
|
10269
10269
|
:sub_library: NISAW
|
10270
|
-
:item_status: 08
|
10270
|
+
:item_status: '08'
|
10271
10271
|
:item_process_status: ! '##'
|
10272
10272
|
:text: Reference
|
10273
10273
|
:loan: Y
|
@@ -10282,9 +10282,9 @@ NISAW:
|
|
10282
10282
|
:reloaning_limit: '00'
|
10283
10283
|
:booking_permission: N
|
10284
10284
|
:booking_hours: A
|
10285
|
-
09:
|
10285
|
+
'09':
|
10286
10286
|
:sub_library: NISAW
|
10287
|
-
:item_status: 09
|
10287
|
+
:item_status: '09'
|
10288
10288
|
:item_process_status: ! '##'
|
10289
10289
|
:text: Recorded music
|
10290
10290
|
:loan: Y
|
@@ -10946,9 +10946,9 @@ NKEV:
|
|
10946
10946
|
:reloaning_limit: '00'
|
10947
10947
|
:booking_permission: N
|
10948
10948
|
:booking_hours: A
|
10949
|
-
08:
|
10949
|
+
'08':
|
10950
10950
|
:sub_library: NKEV
|
10951
|
-
:item_status: 08
|
10951
|
+
:item_status: '08'
|
10952
10952
|
:item_process_status: ! '##'
|
10953
10953
|
:text: Reference
|
10954
10954
|
:loan: Y
|
@@ -10963,9 +10963,9 @@ NKEV:
|
|
10963
10963
|
:reloaning_limit: '00'
|
10964
10964
|
:booking_permission: N
|
10965
10965
|
:booking_hours: A
|
10966
|
-
09:
|
10966
|
+
'09':
|
10967
10967
|
:sub_library: NKEV
|
10968
|
-
:item_status: 09
|
10968
|
+
:item_status: '09'
|
10969
10969
|
:item_process_status: ! '##'
|
10970
10970
|
:text: Recorded music
|
10971
10971
|
:loan: Y
|
@@ -11627,9 +11627,9 @@ NLAPI:
|
|
11627
11627
|
:reloaning_limit: '00'
|
11628
11628
|
:booking_permission: N
|
11629
11629
|
:booking_hours: A
|
11630
|
-
08:
|
11630
|
+
'08':
|
11631
11631
|
:sub_library: NLAPI
|
11632
|
-
:item_status: 08
|
11632
|
+
:item_status: '08'
|
11633
11633
|
:item_process_status: ! '##'
|
11634
11634
|
:text: Reference
|
11635
11635
|
:loan: Y
|
@@ -11644,9 +11644,9 @@ NLAPI:
|
|
11644
11644
|
:reloaning_limit: '00'
|
11645
11645
|
:booking_permission: N
|
11646
11646
|
:booking_hours: A
|
11647
|
-
09:
|
11647
|
+
'09':
|
11648
11648
|
:sub_library: NLAPI
|
11649
|
-
:item_status: 09
|
11649
|
+
:item_status: '09'
|
11650
11650
|
:item_process_status: ! '##'
|
11651
11651
|
:text: Recorded music
|
11652
11652
|
:loan: Y
|
@@ -12308,9 +12308,9 @@ NOFFS:
|
|
12308
12308
|
:reloaning_limit: '00'
|
12309
12309
|
:booking_permission: N
|
12310
12310
|
:booking_hours: A
|
12311
|
-
08:
|
12311
|
+
'08':
|
12312
12312
|
:sub_library: NOFFS
|
12313
|
-
:item_status: 08
|
12313
|
+
:item_status: '08'
|
12314
12314
|
:item_process_status: ! '##'
|
12315
12315
|
:text: Reference
|
12316
12316
|
:loan: Y
|
@@ -12325,9 +12325,9 @@ NOFFS:
|
|
12325
12325
|
:reloaning_limit: '00'
|
12326
12326
|
:booking_permission: N
|
12327
12327
|
:booking_hours: A
|
12328
|
-
09:
|
12328
|
+
'09':
|
12329
12329
|
:sub_library: NOFFS
|
12330
|
-
:item_status: 09
|
12330
|
+
:item_status: '09'
|
12331
12331
|
:item_process_status: ! '##'
|
12332
12332
|
:text: Recorded music
|
12333
12333
|
:loan: Y
|
@@ -13007,9 +13007,9 @@ NREI:
|
|
13007
13007
|
:reloaning_limit: '00'
|
13008
13008
|
:booking_permission: N
|
13009
13009
|
:booking_hours: A
|
13010
|
-
08:
|
13010
|
+
'08':
|
13011
13011
|
:sub_library: NREI
|
13012
|
-
:item_status: 08
|
13012
|
+
:item_status: '08'
|
13013
13013
|
:item_process_status: ! '##'
|
13014
13014
|
:text: Reference
|
13015
13015
|
:loan: Y
|
@@ -13024,9 +13024,9 @@ NREI:
|
|
13024
13024
|
:reloaning_limit: '00'
|
13025
13025
|
:booking_permission: N
|
13026
13026
|
:booking_hours: A
|
13027
|
-
09:
|
13027
|
+
'09':
|
13028
13028
|
:sub_library: NREI
|
13029
|
-
:item_status: 09
|
13029
|
+
:item_status: '09'
|
13030
13030
|
:item_process_status: ! '##'
|
13031
13031
|
:text: Recorded music
|
13032
13032
|
:loan: N
|
@@ -13688,9 +13688,9 @@ NYHS:
|
|
13688
13688
|
:reloaning_limit: '00'
|
13689
13689
|
:booking_permission: N
|
13690
13690
|
:booking_hours: A
|
13691
|
-
08:
|
13691
|
+
'08':
|
13692
13692
|
:sub_library: NYHS
|
13693
|
-
:item_status: 08
|
13693
|
+
:item_status: '08'
|
13694
13694
|
:item_process_status: ! '##'
|
13695
13695
|
:text: Reference
|
13696
13696
|
:loan: Y
|
@@ -13705,9 +13705,9 @@ NYHS:
|
|
13705
13705
|
:reloaning_limit: '00'
|
13706
13706
|
:booking_permission: N
|
13707
13707
|
:booking_hours: A
|
13708
|
-
09:
|
13708
|
+
'09':
|
13709
13709
|
:sub_library: NYHS
|
13710
|
-
:item_status: 09
|
13710
|
+
:item_status: '09'
|
13711
13711
|
:item_process_status: ! '##'
|
13712
13712
|
:text: Recorded music
|
13713
13713
|
:loan: Y
|
@@ -14369,9 +14369,9 @@ NYSID:
|
|
14369
14369
|
:reloaning_limit: '00'
|
14370
14370
|
:booking_permission: N
|
14371
14371
|
:booking_hours: A
|
14372
|
-
08:
|
14372
|
+
'08':
|
14373
14373
|
:sub_library: NYSID
|
14374
|
-
:item_status: 08
|
14374
|
+
:item_status: '08'
|
14375
14375
|
:item_process_status: ! '##'
|
14376
14376
|
:text: Reference
|
14377
14377
|
:loan: N
|
@@ -14386,9 +14386,9 @@ NYSID:
|
|
14386
14386
|
:reloaning_limit: '00'
|
14387
14387
|
:booking_permission: N
|
14388
14388
|
:booking_hours: A
|
14389
|
-
09:
|
14389
|
+
'09':
|
14390
14390
|
:sub_library: NYSID
|
14391
|
-
:item_status: 09
|
14391
|
+
:item_status: '09'
|
14392
14392
|
:item_process_status: ! '##'
|
14393
14393
|
:text: Recorded music
|
14394
14394
|
:loan: Y
|
@@ -15101,9 +15101,9 @@ TNSFO:
|
|
15101
15101
|
:reloaning_limit: '00'
|
15102
15102
|
:booking_permission: N
|
15103
15103
|
:booking_hours: A
|
15104
|
-
08:
|
15104
|
+
'08':
|
15105
15105
|
:sub_library: TNSFO
|
15106
|
-
:item_status: 08
|
15106
|
+
:item_status: '08'
|
15107
15107
|
:item_process_status: ! '##'
|
15108
15108
|
:text: Reference
|
15109
15109
|
:loan: Y
|
@@ -15118,9 +15118,9 @@ TNSFO:
|
|
15118
15118
|
:reloaning_limit: '00'
|
15119
15119
|
:booking_permission: N
|
15120
15120
|
:booking_hours: A
|
15121
|
-
09:
|
15121
|
+
'09':
|
15122
15122
|
:sub_library: TNSFO
|
15123
|
-
:item_status: 09
|
15123
|
+
:item_status: '09'
|
15124
15124
|
:item_process_status: ! '##'
|
15125
15125
|
:text: Recorded music
|
15126
15126
|
:loan: Y
|
@@ -15374,9 +15374,9 @@ TNSGI:
|
|
15374
15374
|
:reloaning_limit: '00'
|
15375
15375
|
:booking_permission: N
|
15376
15376
|
:booking_hours: A
|
15377
|
-
08:
|
15377
|
+
'08':
|
15378
15378
|
:sub_library: TNSGI
|
15379
|
-
:item_status: 08
|
15379
|
+
:item_status: '08'
|
15380
15380
|
:item_process_status: ! '##'
|
15381
15381
|
:text: Reference
|
15382
15382
|
:loan: Y
|
@@ -15391,9 +15391,9 @@ TNSGI:
|
|
15391
15391
|
:reloaning_limit: '00'
|
15392
15392
|
:booking_permission: N
|
15393
15393
|
:booking_hours: A
|
15394
|
-
09:
|
15394
|
+
'09':
|
15395
15395
|
:sub_library: TNSGI
|
15396
|
-
:item_status: 09
|
15396
|
+
:item_status: '09'
|
15397
15397
|
:item_process_status: ! '##'
|
15398
15398
|
:text: Recorded music
|
15399
15399
|
:loan: Y
|
@@ -15647,9 +15647,9 @@ TNSSC:
|
|
15647
15647
|
:reloaning_limit: '00'
|
15648
15648
|
:booking_permission: N
|
15649
15649
|
:booking_hours: A
|
15650
|
-
08:
|
15650
|
+
'08':
|
15651
15651
|
:sub_library: TNSSC
|
15652
|
-
:item_status: 08
|
15652
|
+
:item_status: '08'
|
15653
15653
|
:item_process_status: ! '##'
|
15654
15654
|
:text: Reference
|
15655
15655
|
:loan: Y
|
@@ -15664,9 +15664,9 @@ TNSSC:
|
|
15664
15664
|
:reloaning_limit: '00'
|
15665
15665
|
:booking_permission: N
|
15666
15666
|
:booking_hours: A
|
15667
|
-
09:
|
15667
|
+
'09':
|
15668
15668
|
:sub_library: TNSSC
|
15669
|
-
:item_status: 09
|
15669
|
+
:item_status: '09'
|
15670
15670
|
:item_process_status: ! '##'
|
15671
15671
|
:text: Recorded music
|
15672
15672
|
:loan: Y
|
@@ -15920,9 +15920,9 @@ TWEB:
|
|
15920
15920
|
:reloaning_limit: '00'
|
15921
15921
|
:booking_permission: N
|
15922
15922
|
:booking_hours: A
|
15923
|
-
08:
|
15923
|
+
'08':
|
15924
15924
|
:sub_library: TWEB
|
15925
|
-
:item_status: 08
|
15925
|
+
:item_status: '08'
|
15926
15926
|
:item_process_status: ! '##'
|
15927
15927
|
:text: Reference
|
15928
15928
|
:loan: Y
|
@@ -15937,9 +15937,9 @@ TWEB:
|
|
15937
15937
|
:reloaning_limit: '00'
|
15938
15938
|
:booking_permission: N
|
15939
15939
|
:booking_hours: A
|
15940
|
-
09:
|
15940
|
+
'09':
|
15941
15941
|
:sub_library: TWEB
|
15942
|
-
:item_status: 09
|
15942
|
+
:item_status: '09'
|
15943
15943
|
:item_process_status: ! '##'
|
15944
15944
|
:text: Recorded music
|
15945
15945
|
:loan: Y
|
@@ -16669,9 +16669,9 @@ WEB:
|
|
16669
16669
|
:reloaning_limit: '00'
|
16670
16670
|
:booking_permission: N
|
16671
16671
|
:booking_hours: A
|
16672
|
-
08:
|
16672
|
+
'08':
|
16673
16673
|
:sub_library: WEB
|
16674
|
-
:item_status: 08
|
16674
|
+
:item_status: '08'
|
16675
16675
|
:item_process_status: ! '##'
|
16676
16676
|
:text: Reference
|
16677
16677
|
:loan: Y
|
@@ -16686,9 +16686,9 @@ WEB:
|
|
16686
16686
|
:reloaning_limit: '00'
|
16687
16687
|
:booking_permission: N
|
16688
16688
|
:booking_hours: A
|
16689
|
-
09:
|
16689
|
+
'09':
|
16690
16690
|
:sub_library: WEB
|
16691
|
-
:item_status: 09
|
16691
|
+
:item_status: '09'
|
16692
16692
|
:item_process_status: ! '##'
|
16693
16693
|
:text: Recorded music
|
16694
16694
|
:loan: Y
|
@@ -17317,3 +17317,4 @@ TNSOS:
|
|
17317
17317
|
:reloaning_limit: '00'
|
17318
17318
|
:booking_permission: N
|
17319
17319
|
:booking_hours: A
|
17320
|
+
...
|