grocy/tests/testdata/receipts_expected.json

30 lines
838 B
JSON

[{
"name": "Twix Minis Size Chocolate Cookie Bars",
"location_id": 4,
"qu_id_purchase": 3,
"qu_id_stock": 3,
"barcode": "0040000525509",
"quantity": 1,
"transaction_date": "2020-03-21"
}, {
"name": "Franz Extra Crisp English Muffins",
"location_id": 3,
"qu_id_purchase": 3,
"qu_id_stock": 3,
"barcode": "0072220005165",
"quantity": 3,
"transaction_date": "2020-03-21"
}, {
"name": "Mushrooms - Crimini - Bulk",
"location_id": 3,
"qu_id_purchase": 2,
"qu_id_stock": 2,
"qu_factor_purchase_to_stock": 1,
"barcode": "0000000046480",
"default_best_before_days": 21,
"quantity": 0.84,
"transaction_date": "2020-03-21",
"price_paid": 3.988095238095238,
"picture_url": "https:\/\/www.kroger.com\/product\/images\/small\/front\/0000000004648"
}
]