Sample JEDI ORDER file with copy data
authorBill Erickson <berick@esilibrary.com>
Fri, 27 Jul 2012 15:05:27 +0000 (11:05 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 27 Jul 2012 15:12:38 +0000 (11:12 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/edi_translator/data/order_with_copies.jedi [new file with mode: 0644]

diff --git a/Open-ILS/src/edi_translator/data/order_with_copies.jedi b/Open-ILS/src/edi_translator/data/order_with_copies.jedi
new file mode 100644 (file)
index 0000000..8c12181
--- /dev/null
@@ -0,0 +1,94 @@
+{
+   "recipient":"1699342",
+   "sender":"7603789",
+   "body": [{
+     "ORDERS":[ "order", {
+        "po_number":610,
+        "date":"20120626",
+        "buyer":[
+                            {"id":"7603789"}        ],
+        "vendor":[            "1699342",
+            {"id-qualifier": 92, "id":"533"}
+        ],
+        "currency":"CAN",
+                
+        "items":[
+        {
+            "line_index":"1",
+            "identifiers":[   
+                                            {"id-qualifier":"EN","id":"9780307932501"},
+                
+            
+                {"id-qualifier":"IN","id":"19438"}
+            ],
+            "price":0.01,
+            "desc":[
+                {"BTI":"Explosive eighteen Janet Evanovich."},
+                {"BPU":"Random House "},
+                {"BPD":"2011."},
+                                {"BEN":""},
+                {"BAU":"Evanovich, Janet."}
+            ],
+            "free-text":[ 
+                 "" 
+            ],            
+            "quantity":2,
+             "copies" : [
+                {"fund" : "TESTFUND1",  "owning_lib" : "SYS1-BR1", "copy_id" : "555", "call_number" : "FIC ROW 123", "item_type" : "book", "copy_location" : "Stacks" },
+                {"fund" : "TESTFUND1",  "owning_lib" : "SYS1-BR1", "copy_id" : "556" },
+                {"fund" : "TESTFUND2",  "owning_lib" : "SYS1-BR2", "copy_id" : "557" }
+             ]
+
+        },        
+        {
+            "line_index":"2",
+            "identifiers":[   
+                                            {"id-qualifier":"IB","id":"0807281956"},
+            
+                {"id-qualifier":"IN","id":"19437"}
+            ],
+            "price":0.01,
+            "desc":[
+                {"BTI":"Harry Potter and the sorcerer's stone J.K. Rowling."},
+                {"BPU":"Listening Library,"},
+                {"BPD":"p1999."},
+                                {"BEN":""},
+                {"BAU":"Rowling, J. K."}
+            ],
+            "free-text":[ 
+                 "Please ship this in a black bag" 
+            ],            
+            "quantity":1,
+             "copies" : [
+                {"fund" : "TESTFUND3",  "owning_lib" : "SYS1-BR1", "copy_id" : "558", "call_number" : "FIC ROW 123", "item_type" : "book", "copy_location" : "Stacks" },
+                {"fund" : "TESTFUND3",  "owning_lib" : "SYS1-BR1", "copy_id" : "559" },
+                {"fund" : "TESTFUND3",  "owning_lib" : "SYS1-BR2", "copy_id" : "560" }
+             ]
+
+        },        
+        {
+            "line_index":"3",
+            "identifiers":[   
+                                            {"id-qualifier":"EN","id":"9780307397744"},
+                
+            
+                {"id-qualifier":"IN","id":"19439"}
+            ],
+            "price":0.01,
+            "desc":[
+                {"BTI":"Nigella Christmas : food, family, friends, festivities / Nigella Lawson ; photographs by Lis Parsons."},
+                {"BPU":"Knopf Canada,"},
+                {"BPD":"2008."},
+                                {"BEN":""},
+                {"BAU":"Lawson, Nigella, 1960-"}
+            ],
+            "free-text":[ 
+                 "" 
+            ],            
+            "quantity":1
+        }        
+        ],
+        "line_items":3
+     }]  
+   }]    
+}