CronEdit...geht weiter
This commit is contained in:
parent
b1b941c82a
commit
39556f7613
3 changed files with 179 additions and 0 deletions
|
|
@ -93,7 +93,55 @@
|
|||
<p>
|
||||
balance.py ausführen
|
||||
</p>
|
||||
<h3>Automatische Ausführung</h3>
|
||||
|
||||
<label>
|
||||
Minute:
|
||||
</label>
|
||||
|
||||
<input
|
||||
type="number"
|
||||
min="0"
|
||||
max="59"
|
||||
name="balance_minute"
|
||||
value="7">
|
||||
|
||||
<br><br>
|
||||
|
||||
<label>
|
||||
Intervall:
|
||||
</label>
|
||||
|
||||
<input
|
||||
type="number"
|
||||
min="1"
|
||||
max="24"
|
||||
name="balance_interval"
|
||||
value="4">
|
||||
|
||||
Stunden
|
||||
|
||||
<br><br>
|
||||
|
||||
<label>
|
||||
Tage:
|
||||
</label>
|
||||
|
||||
<br>
|
||||
|
||||
<input type="checkbox" checked> Mo
|
||||
<input type="checkbox" checked> Di
|
||||
<input type="checkbox" checked> Mi
|
||||
<input type="checkbox" checked> Do
|
||||
<input type="checkbox" checked> Fr
|
||||
<input type="checkbox" checked> Sa
|
||||
<input type="checkbox"> So
|
||||
|
||||
<br><br>
|
||||
|
||||
<button type="submit">
|
||||
Speichern
|
||||
</button>
|
||||
<form
|
||||
action="/run/balance"
|
||||
method="post">
|
||||
|
|
@ -139,7 +187,30 @@
|
|||
</button>
|
||||
|
||||
</form>
|
||||
<h3>Automatische Ausführung</h3>
|
||||
|
||||
<label>
|
||||
Uhrzeit:
|
||||
</label>
|
||||
|
||||
<input
|
||||
type="time"
|
||||
name="transactions_time"
|
||||
value="23:07">
|
||||
|
||||
<br><br>
|
||||
|
||||
<input
|
||||
type="checkbox"
|
||||
checked>
|
||||
|
||||
Sonntag
|
||||
|
||||
<br><br>
|
||||
|
||||
<button type="submit">
|
||||
Speichern
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
|
|
@ -175,7 +246,30 @@
|
|||
</button>
|
||||
|
||||
</form>
|
||||
<h3>Automatische Ausführung</h3>
|
||||
|
||||
<label>
|
||||
Uhrzeit:
|
||||
</label>
|
||||
|
||||
<input
|
||||
type="time"
|
||||
name="categorize_time"
|
||||
value="23:37">
|
||||
|
||||
<br><br>
|
||||
|
||||
<input
|
||||
type="checkbox"
|
||||
checked>
|
||||
|
||||
Sonntag
|
||||
|
||||
<br><br>
|
||||
|
||||
<button type="submit">
|
||||
Speichern
|
||||
</button>
|
||||
</div>
|
||||
<div class="card">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue