]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/tests/datasets/sql/assets_fic.sql
LP 1198465: Load negative balance test transactions in load_all.sql
[working/Evergreen.git] / Open-ILS / tests / datasets / sql / assets_fic.sql
1 -- Create call numbers
2 SELECT evergreen.populate_call_number(4, 'FIC ', 'IMPORT FIC', NULL); -- BR1
3 SELECT evergreen.populate_call_number(5, 'FIC ', 'IMPORT FIC', NULL); -- BR2
4 SELECT evergreen.populate_call_number(6, 'FIC ', 'IMPORT FIC', NULL); -- BR3
5 SELECT evergreen.populate_call_number(7, 'FIC ', 'IMPORT FIC', NULL); -- BR4
6 SELECT evergreen.populate_call_number(9, 'FIC ', 'IMPORT FIC', NULL); -- BM1
7
8 -- Create copies
9 SELECT evergreen.populate_copy(4, 4, 'FIC40000', 'FIC'); -- BR1
10 SELECT evergreen.populate_copy(5, 5, 'FIC50000', 'FIC'); -- BR2
11 SELECT evergreen.populate_copy(6, 6, 'FIC60000', 'FIC'); -- BR3
12 SELECT evergreen.populate_copy(7, 7, 'FIC70000', 'FIC'); -- BR4
13 SELECT evergreen.populate_copy(9, 9, 'FIC90000', 'FIC'); -- BM1
14
15 SELECT evergreen.populate_copy(4, 4, 'FIC41000', 'FIC'); -- BR1
16 SELECT evergreen.populate_copy(4, 4, 'FIC42000', 'FIC'); -- BR1
17 SELECT evergreen.populate_copy(4, 4, 'FIC43000', 'FIC'); -- BR1
18 SELECT evergreen.populate_copy(4, 4, 'FIC44000', 'FIC'); -- BR1
19 SELECT evergreen.populate_copy(4, 4, 'FIC45000', 'FIC'); -- BR1
20 SELECT evergreen.populate_copy(4, 4, 'FIC46000', 'FIC'); -- BR1
21 SELECT evergreen.populate_copy(4, 4, 'FIC47000', 'FIC'); -- BR1
22 SELECT evergreen.populate_copy(4, 4, 'FIC48000', 'FIC'); -- BR1
23 SELECT evergreen.populate_copy(4, 4, 'FIC49000', 'FIC'); -- BR1
24
25 SELECT evergreen.populate_copy(5, 5, 'FIC51000', 'FIC'); -- BR2
26 SELECT evergreen.populate_copy(6, 6, 'FIC61000', 'FIC'); -- BR3
27 SELECT evergreen.populate_copy(7, 7, 'FIC71000', 'FIC'); -- BR4
28 SELECT evergreen.populate_copy(9, 9, 'FIC91000', 'FIC'); -- BM1