grocy/tests/testdata/receipts_expected.json
Zeb Fross 8b094cefc9 Add categories, units, and quantities to Kroger converter
Kroger data comes with categories, so used them to help determine
locations.
2020-03-29 21:19:21 -07:00

18 lines
427 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"
}
]