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