... |
... |
@@ -1,1 +1,50 @@ |
1 |
|
-TODO |
|
1 |
+{{content/}} |
|
2 |
+ |
|
3 |
+{{id name="fig_counter"/}} |
|
4 |
+{{figure image="counter_de.png"}}Configuration interface for creating counters: (1) list of existing counters, (2) area for editing the selected counter, (3) metadata of the counter.{{/figure}} |
|
5 |
+ |
|
6 |
+The values of the counters can be changed with the action [[Change counter>>doc:Formcycle.Designer.Workflow.Actions.ModifyCounter]] and read out via [[variables>>doc:Formcycle.UserInterface.Variables]] and thus used in [[conditions>>doc:Formcycle.Designer.Workflow.FlowControl.Condition]], for example. |
|
7 |
+ |
|
8 |
+== Creating a counter == |
|
9 |
+ |
|
10 |
+Öffnen Sie das Modul "Daten > Zähler" und klicken Sie auf die Schaltfläche "Neu" {{ficon name="plus-circle-outline"/}} in der Kopfzeile der Liste (siehe Punkt 1 in der [[Abbildung>>||anchor="fig_counter"]]). Daraufhin können die entsprechenden [[Einstellungen>>||anchor="HKonfigurationsoptionen"]] für den Zähler getroffen werden und der Zähler ist. Mit einem Klick auf die Schaltfläche //Speichern// wird der Zähler angelegt. |
|
11 |
+ |
|
12 |
+== Configuration options == |
|
13 |
+ |
|
14 |
+; Name |
|
15 |
+: Name of the counter |
|
16 |
+; Current value |
|
17 |
+: The current value of the counter is displayed here. After clicking on the pencil symbol, the value can be adjusted and accepted by clicking on the check mark. |
|
18 |
+; Reset automatically |
|
19 |
+: If this option has been activated, the following options can be used to specify under which conditions the counter is to be reset: |
|
20 |
+:; Initial value |
|
21 |
+:: Value to which the counter is to be reset |
|
22 |
+:; Condition |
|
23 |
+:: Condition under which the counter is to be reset. The following options are available for selection: |
|
24 |
+::: - Counter greater than or equal |
|
25 |
+::: - Counter less than or equal |
|
26 |
+::: - daily |
|
27 |
+::: - weekly |
|
28 |
+::: - monthly |
|
29 |
+::: - yearly |
|
30 |
+:: According to the selection made here, the following fields become visible: |
|
31 |
+::; Value |
|
32 |
+::: Value with which the counter is to be compared. Only available if //counter greater than or equal// or //counter less than or equal// has been selected as a condition. |
|
33 |
+::; at |
|
34 |
+::: Time at which the reset should take place. Only available if //daily//, //weekly//, //monthly// or //annually// is selected as condition. |
|
35 |
+::; On days |
|
36 |
+::: Wochentag, an dem das Zurücksetzen stattfinden soll. Nur verfügbar, wenn //wöchentlich// als Bedingung ausgewählt wurde. |
|
37 |
+::; Day of the month |
|
38 |
+::: Tag in Monat, an dem der Zähler zurückgesetzt werden soll. Nur verfügbar, wenn //monatlich// oder //jährlich// als Bedingung ausgewählt wurde. |
|
39 |
+::; Month |
|
40 |
+::: Monat, in dem der Zähler zurückgesetzt werden soll. Nur verfügbar, wenn //jährlich// als Bedingung ausgewählt wurde. |
|
41 |
+ |
|
42 |
+Unter den Einstellungen werden zudem die folgenden Informationen unter //Zähler-Metadaten// angezeigt: |
|
43 |
+ |
|
44 |
+; UUID |
|
45 |
+: Systeminterne UUID des Zählers |
|
46 |
+; Angelegt am |
|
47 |
+: Zeitpunkt, an dem der Zähler erstellt wurde |
|
48 |
+; Geändert am |
|
49 |
+: Zeitpunkt, an dem zum letzten Mal Änderungen am Zähler vorgenommen wurden |
|
50 |
+ |