no message
This commit is contained in:
+13
-39
@@ -6,18 +6,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "ExpansionPanel",
|
"type": "ExpansionPanel",
|
||||||
"caption": "Stammdaten",
|
"caption": "Benutzer (Empfänger)",
|
||||||
"items": [
|
|
||||||
{
|
|
||||||
"type": "Row",
|
|
||||||
"items": [
|
|
||||||
{
|
|
||||||
"type": "Column",
|
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "List",
|
"type": "List",
|
||||||
"name": "Users",
|
"name": "Users",
|
||||||
"caption": "Benutzer (Empfänger)",
|
"caption": "Benutzer",
|
||||||
"add": true,
|
"add": true,
|
||||||
"columns": [
|
"columns": [
|
||||||
{ "caption": "ID", "name": "id", "width": "10%" },
|
{ "caption": "ID", "name": "id", "width": "10%" },
|
||||||
@@ -25,17 +19,15 @@
|
|||||||
{ "caption": "E-Mail", "name": "email", "width": "35%" },
|
{ "caption": "E-Mail", "name": "email", "width": "35%" },
|
||||||
{ "caption": "Adresse", "name": "address", "width": "20%" }
|
{ "caption": "Adresse", "name": "address", "width": "20%" }
|
||||||
],
|
],
|
||||||
"rowProperties": [
|
"rowCount": 5,
|
||||||
{ "label": "Name", "name": "name", "type": "TextBox" },
|
"rowEdit": true,
|
||||||
{ "label": "E-Mail", "name": "email", "type": "TextBox" },
|
"delete": true
|
||||||
{ "label": "Adresse", "name": "address", "type": "TextBox" },
|
|
||||||
{ "label": "Benutzer-ID (frei)", "name": "id", "type": "ValidationTextBox" }
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Column",
|
"type": "ExpansionPanel",
|
||||||
|
"caption": "Zähler",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "List",
|
"type": "List",
|
||||||
@@ -44,34 +36,20 @@
|
|||||||
"add": true,
|
"add": true,
|
||||||
"columns": [
|
"columns": [
|
||||||
{ "caption": "ID", "name": "id", "width": "10%" },
|
{ "caption": "ID", "name": "id", "width": "10%" },
|
||||||
{ "caption": "Name", "name": "name", "width": "30%" },
|
{ "caption": "Name", "name": "name", "width": "25%" },
|
||||||
{ "caption": "IPS-VariableID", "name": "variableid", "width": "30%" },
|
{ "caption": "IPS-VariableID", "name": "variableid", "width": "20%" },
|
||||||
{ "caption": "Benutzer-ID", "name": "user_id", "width": "15%" },
|
{ "caption": "Benutzer-ID", "name": "user_id", "width": "20%" },
|
||||||
{ "caption": "Einheit", "name": "unit", "width": "15%" }
|
{ "caption": "Einheit", "name": "unit", "width": "15%" }
|
||||||
],
|
],
|
||||||
"rowProperties": [
|
"rowCount": 5,
|
||||||
{ "label": "Name", "name": "name", "type": "TextBox" },
|
"rowEdit": true,
|
||||||
{ "label": "IPS-VariableID (Zählerstand)", "name": "variableid", "type": "ValidationTextBox" },
|
"delete": true
|
||||||
{ "label": "Zugehöriger Benutzer-ID", "name": "user_id", "type": "ValidationTextBox" },
|
|
||||||
{ "label": "Einheit (z.B. kWh)", "name": "unit", "type": "TextBox" },
|
|
||||||
{ "label": "Zähler-ID (frei)", "name": "id", "type": "ValidationTextBox" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "ExpansionPanel",
|
"type": "ExpansionPanel",
|
||||||
"caption": "Abrechnung (Schnellstart)",
|
"caption": "Abrechnung (Schnellstart)",
|
||||||
"items": [
|
|
||||||
{
|
|
||||||
"type": "Row",
|
|
||||||
"items": [
|
|
||||||
{
|
|
||||||
"type": "Column",
|
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "DateTimePicker",
|
"type": "DateTimePicker",
|
||||||
@@ -112,8 +90,4 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user