Kachel Wartung erweitert
This commit is contained in:
parent
c1bf15138a
commit
4e5117d277
1 changed files with 57 additions and 17 deletions
|
|
@ -84,37 +84,77 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<div class="card">
|
||||
|
||||
<h2>
|
||||
Transaktionen laden
|
||||
</h2>
|
||||
<h2>
|
||||
Transaktionen laden
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
KW {{ week }} / {{ year }}
|
||||
</p>
|
||||
<form
|
||||
action="/run/transactions"
|
||||
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
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
|
||||
<h2>
|
||||
Kategorisierung
|
||||
</h2>
|
||||
<h2>
|
||||
Kategorisierung
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
KW {{ week }} / {{ year }}
|
||||
</p>
|
||||
<form
|
||||
action="/run/categorize"
|
||||
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
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue