aufgeräumt
This commit is contained in:
parent
4e5117d277
commit
b90946956f
1 changed files with 0 additions and 87 deletions
|
|
@ -60,100 +60,13 @@
|
|||
```
|
||||
<div class="cards">
|
||||
|
||||
<div class="card">
|
||||
|
||||
<h2>Kontostand</h2>
|
||||
|
||||
<form action="/run/balance"
|
||||
method="post">
|
||||
|
||||
<button type="submit">
|
||||
Kontostand abrufen
|
||||
</button>
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
|
||||
<h2>Transaktionen</h2>
|
||||
|
||||
<form action="/run/transactions"
|
||||
method="post">
|
||||
|
||||
Jahr:
|
||||
|
||||
<input
|
||||
type="text"
|
||||
name="year"
|
||||
value="{{ year }}">
|
||||
|
||||
KW:
|
||||
|
||||
<input
|
||||
type="text"
|
||||
name="week"
|
||||
value="{{ week }}">
|
||||
|
||||
<br><br>
|
||||
|
||||
<button type="submit">
|
||||
Transaktionen laden
|
||||
</button>
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
|
||||
<h2>Kategorisierung</h2>
|
||||
|
||||
<form action="/run/categorize"
|
||||
method="post">
|
||||
|
||||
Jahr:
|
||||
|
||||
<input
|
||||
type="text"
|
||||
name="year"
|
||||
value="{{ year }}">
|
||||
|
||||
KW:
|
||||
|
||||
<input
|
||||
type="text"
|
||||
name="week"
|
||||
value="{{ week }}">
|
||||
|
||||
<br><br>
|
||||
|
||||
<button type="submit">
|
||||
Kategorisieren
|
||||
</button>
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
|
||||
<h2>Kategorien</h2>
|
||||
|
||||
<p>
|
||||
Kategorien und Schlüsselwörter verwalten.
|
||||
</p>
|
||||
|
||||
<a href="/categories">
|
||||
|
||||
<button type="button">
|
||||
Kategorien öffnen
|
||||
</button>
|
||||
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue