Kachel Wartung erweitert
This commit is contained in:
parent
c1bf15138a
commit
4e5117d277
1 changed files with 57 additions and 17 deletions
|
|
@ -90,14 +90,34 @@
|
||||||
Transaktionen laden
|
Transaktionen laden
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p>
|
<form
|
||||||
KW {{ week }} / {{ year }}
|
action="/run/transactions"
|
||||||
</p>
|
method="post">
|
||||||
|
|
||||||
<button disabled>
|
Jahr:
|
||||||
|
|
||||||
|
<input
|
||||||
|
type="text"
|
||||||
|
name="year"
|
||||||
|
value="{{ year }}">
|
||||||
|
|
||||||
|
<br><br>
|
||||||
|
|
||||||
|
KW:
|
||||||
|
|
||||||
|
<input
|
||||||
|
type="text"
|
||||||
|
name="week"
|
||||||
|
value="{{ week }}">
|
||||||
|
|
||||||
|
<br><br>
|
||||||
|
|
||||||
|
<button type="submit">
|
||||||
Starten
|
Starten
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
|
@ -106,14 +126,34 @@
|
||||||
Kategorisierung
|
Kategorisierung
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p>
|
<form
|
||||||
KW {{ week }} / {{ year }}
|
action="/run/categorize"
|
||||||
</p>
|
method="post">
|
||||||
|
|
||||||
<button disabled>
|
Jahr:
|
||||||
|
|
||||||
|
<input
|
||||||
|
type="text"
|
||||||
|
name="year"
|
||||||
|
value="{{ year }}">
|
||||||
|
|
||||||
|
<br><br>
|
||||||
|
|
||||||
|
KW:
|
||||||
|
|
||||||
|
<input
|
||||||
|
type="text"
|
||||||
|
name="week"
|
||||||
|
value="{{ week }}">
|
||||||
|
|
||||||
|
<br><br>
|
||||||
|
|
||||||
|
<button type="submit">
|
||||||
Starten
|
Starten
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue