From a7baa0c3858c89ffdab26588652c6ad59a4fc84a Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 27 Jul 2012 11:05:27 -0400 Subject: [PATCH] Sample JEDI ORDER file with copy data Signed-off-by: Bill Erickson --- .../src/edi_translator/data/order_with_copies.jedi | 94 ++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 Open-ILS/src/edi_translator/data/order_with_copies.jedi 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 index 0000000000..8c12181258 --- /dev/null +++ b/Open-ILS/src/edi_translator/data/order_with_copies.jedi @@ -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 + }] + }] +} -- 2.11.0