wip dashboard

This commit is contained in:
Giuseppe Nucifora 2024-11-01 12:35:53 +01:00
parent 1da59d68df
commit 0e0b4b103f
2 changed files with 1444 additions and 782 deletions

File diff suppressed because it is too large Load Diff

41
olive_config.json Normal file
View File

@ -0,0 +1,41 @@
{
"oliveto": {
"hectares": 10,
"varieties": [
{
"variety": "Nocellara dell'Etna",
"technique": "Tradizionale",
"percentage": 70
},
{
"variety": "Frantoio",
"technique": "Tradizionale",
"percentage": 10
},
{
"variety": "Taggiasca",
"technique": "Tradizionale",
"percentage": 20
}
]
},
"costs": {
"fixed": {
"ammortamento": 2000,
"assicurazione": 500,
"manutenzione": 800
},
"variable": {
"raccolta": 0.35,
"potatura": 600,
"fertilizzanti": 400
},
"transformation": {
"molitura": 0.15,
"stoccaggio": 0.2,
"bottiglia": 1.2,
"etichettatura": 0.3
},
"selling_price": 12
}
}