inventur/data/articles.json
2018-01-10 10:06:05 +01:00

38 lines
868 B
JSON

[
{
"name" : "Edelpils",
"dimension" : "l",
"content": {
"size" : 0.33
},
"portion": {
"size": 0.33,
"price": 3.50,
"type": "Fl."
}
},
{
"name" : "Secco",
"dimension" : "l",
"content": {
"size" : 0.75
},
"portion": {
"size": 0.1,
"price": 6,
"type": "Gl."
}
},
{
"name" : "Amareno Cuvee",
"dimension" : "l",
"content": {
"size" : 0.75
},
"portion": {
"size": 0.2,
"price": 6.50,
"type": "Gl."
}
}
]