diff --git a/Abrechnung/form.json b/Abrechnung/form.json index 3247edf..fb67c9c 100644 --- a/Abrechnung/form.json +++ b/Abrechnung/form.json @@ -2,7 +2,7 @@ "elements": [ { "type": "Label", - "caption": "Abrechnungseinstellungen" + "caption": "🧾 Abrechnungseinstellungen" }, { @@ -18,32 +18,32 @@ "sortable": true, "columns": [ { - "caption": "Benutzer-ID", + "caption": "ID", "name": "id", - "width": "15%", + "width": "10%", "add": "", "edit": { "type": "ValidationTextBox" } }, { "caption": "Name", "name": "name", - "width": "30%", + "width": "25%", "add": "", - "edit": { "type": "TextBox" } + "edit": { "type": "ValidationTextBox" } }, { "caption": "Adresse", "name": "address", - "width": "30%", + "width": "35%", "add": "", - "edit": { "type": "TextBox" } + "edit": { "type": "ValidationTextBox" } }, { "caption": "Ort", "name": "city", - "width": "25%", + "width": "20%", "add": "", - "edit": { "type": "TextBox" } + "edit": { "type": "ValidationTextBox" } } ] } @@ -63,7 +63,7 @@ "sortable": true, "columns": [ { - "caption": "Zähler-ID", + "caption": "ID", "name": "id", "width": "10%", "add": "", @@ -72,19 +72,19 @@ { "caption": "Name", "name": "name", - "width": "25%", + "width": "20%", "add": "", - "edit": { "type": "TextBox" } + "edit": { "type": "ValidationTextBox" } }, { - "caption": "VariableID Verbrauch", + "caption": "Var. Verbrauch", "name": "var_consumption", "width": "20%", "add": 0, "edit": { "type": "SelectVariable" } }, { - "caption": "VariableID Bezug", + "caption": "Var. Bezug", "name": "var_feed", "width": "20%", "add": 0, @@ -93,9 +93,9 @@ { "caption": "Benutzer-ID", "name": "user_id", - "width": "25%", + "width": "15%", "add": "", - "edit": { "type": "TextBox" } + "edit": { "type": "ValidationTextBox" } } ] } @@ -115,21 +115,21 @@ "sortable": true, "columns": [ { - "caption": "Zähler-ID", + "caption": "ID", "name": "id", - "width": "15%", + "width": "10%", "add": "", "edit": { "type": "ValidationTextBox" } }, { "caption": "Name", "name": "name", - "width": "35%", + "width": "25%", "add": "", - "edit": { "type": "TextBox" } + "edit": { "type": "ValidationTextBox" } }, { - "caption": "VariableID Verbrauch", + "caption": "Var. Verbrauch", "name": "var_consumption", "width": "25%", "add": 0, @@ -138,9 +138,9 @@ { "caption": "Benutzer-ID", "name": "user_id", - "width": "25%", + "width": "15%", "add": "", - "edit": { "type": "TextBox" } + "edit": { "type": "ValidationTextBox" } } ] }