Files
Symcon_Belevo_Energiemanage…/Abrechnung/form.json
2025-11-03 15:08:14 +01:00

151 lines
5.3 KiB
JSON

{
"elements": [
{
"type": "Label",
"caption": "🧾 Abrechnungseinstellungen"
},
{
"type": "ExpansionPanel",
"caption": "Benutzer",
"items": [
{
"type": "List",
"name": "Users",
"caption": "Benutzerliste",
"add": true,
"delete": true,
"sortable": true,
"columns": [
{
"caption": "ID",
"name": "id",
"width": "10%",
"add": "",
"edit": { "type": "ValidationTextBox" }
},
{
"caption": "Name",
"name": "name",
"width": "25%",
"add": "",
"edit": { "type": "ValidationTextBox" }
},
{
"caption": "Adresse",
"name": "address",
"width": "35%",
"add": "",
"edit": { "type": "ValidationTextBox" }
},
{
"caption": "Ort",
"name": "city",
"width": "20%",
"add": "",
"edit": { "type": "ValidationTextBox" }
}
]
}
]
},
{
"type": "ExpansionPanel",
"caption": "Stromzähler",
"items": [
{
"type": "List",
"name": "PowerMeters",
"caption": "Stromzählerliste",
"add": true,
"delete": true,
"sortable": true,
"columns": [
{
"caption": "ID",
"name": "id",
"width": "10%",
"add": "",
"edit": { "type": "ValidationTextBox" }
},
{
"caption": "Name",
"name": "name",
"width": "20%",
"add": "",
"edit": { "type": "ValidationTextBox" }
},
{
"caption": "Var. Verbrauch",
"name": "var_consumption",
"width": "20%",
"add": 0,
"edit": { "type": "SelectVariable" }
},
{
"caption": "Var. Bezug",
"name": "var_feed",
"width": "20%",
"add": 0,
"edit": { "type": "SelectVariable" }
},
{
"caption": "Benutzer-ID",
"name": "user_id",
"width": "15%",
"add": "",
"edit": { "type": "ValidationTextBox" }
}
]
}
]
},
{
"type": "ExpansionPanel",
"caption": "Wasserzähler / Verbrauchszähler",
"items": [
{
"type": "List",
"name": "WaterMeters",
"caption": "Verbrauchszählerliste",
"add": true,
"delete": true,
"sortable": true,
"columns": [
{
"caption": "ID",
"name": "id",
"width": "10%",
"add": "",
"edit": { "type": "ValidationTextBox" }
},
{
"caption": "Name",
"name": "name",
"width": "25%",
"add": "",
"edit": { "type": "ValidationTextBox" }
},
{
"caption": "Var. Verbrauch",
"name": "var_consumption",
"width": "25%",
"add": 0,
"edit": { "type": "SelectVariable" }
},
{
"caption": "Benutzer-ID",
"name": "user_id",
"width": "15%",
"add": "",
"edit": { "type": "ValidationTextBox" }
}
]
}
]
}
]
}