This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
iggs-price-list/prices.json

73 lines
945 B
JSON
Raw Normal View History

2018-11-22 00:33:40 +01:00
[
{
"id": 1,
"name": "Müsli-Riegel",
"unit": "1 Riegel",
"price": 0.2,
"note": ""
},
{
"id": 2,
"name": "Müsli-Riegel",
"unit": "2 Riegel",
"price": 0.3,
"note": ""
},
{
"id": 3,
"name": "Erdnuss Flips",
"unit": "Packung",
"price": 0.8,
"note": ""
},
{
"id": 4,
"name": "Erdnüsse",
"unit": "Packung",
"price": 0.7,
"note": ""
},
{
"id": 5,
"name": "Hanuta",
"unit": "1 Stück",
"price": 0.3,
"note": ""
},
{
"id": 6,
"name": "Riesen Karamell",
"unit": "1 Stange",
"price": 0.2,
"note": ""
},
{
"id": 7,
"name": "Neapolitaner",
"unit": "1 Packung",
"price": 0.3,
"note": ""
},
{
"id": 8,
"name": "Twix",
"unit": "1 Packung",
"price": 0.3,
"note": ""
},
{
"id": 9,
"name": "Popcorn",
"unit": "1 Packung",
"price": 0.4,
"note": ""
},
{
"id": 10,
"name": "Glühwein",
"unit": "1 Tasse",
"price": 0.5,
"note": ""
}
]