{ _id: ObjectId('5bd761dcae323e45a93ccff8'), saleDate: new Date(1377077767188), items: [ { name: "envelopes", tags: [ "stationary", "office", "general" ], price: 6.5, quantity: 5 }, { name: "notepad", tags: [ "office", "writing", "school" ], price: 8.11, quantity: 3 }, { name: "backpack", tags: [ "school", "travel", "kids" ], price: 150.18, quantity: 4 }, { name: "notepad", tags: [ "office", "writing", "school" ], price: 5.65, quantity: 1 }, { name: "pens", tags: [ "writing", "office", "school", "stationary" ], price: 28.24, quantity: 5 }, { name: "binder", tags: [ "school", "general", "organization" ], price: 14.64, quantity: 6 }, { name: "notepad", tags: [ "office", "writing", "school" ], price: 11.91, quantity: 5 }, { name: "laptop", tags: [ "electronics", "school", "office" ], price: 896.67, quantity: 3 }, { name: "binder", tags: [ "school", "general", "organization" ], price: 15.56, quantity: 4 } ], storeLocation: "New York", customer: { gender: "F", age: 53, email: "se@nacwev.an", satisfaction: 4 }, couponUsed: false, purchaseMethod: "Phone" }
|