Compare commits
5 Commits
6fe30231d8
...
2843d8a2f1
Author | SHA1 | Date | |
---|---|---|---|
2843d8a2f1 | |||
843dcd2536 | |||
a147830e12 | |||
b0776023b4 | |||
0b95cdc1d9 |
@ -7,8 +7,8 @@
|
||||
{{define "main"}}
|
||||
<h1>Danger Zone</h1>
|
||||
<div class="budget-item">
|
||||
<a href="/budget/{{.Budget.ID}}/settings/clear">Clear database</a>
|
||||
<p>This removes all data and starts from scratch. Not undoable!</p>
|
||||
<a href="/budget/{{.Budget.ID}}/settings/clear">Clear budget</a>
|
||||
<p>This removes transactions and assignments to start from scratch. Accounts and categories are kept. Not undoable!</p>
|
||||
</div>
|
||||
<div class="budget-item">
|
||||
<a href="/budget/{{.Budget.ID}}/settings/clean-negative">Fix all historic negative category-balances</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user