mirror of
				https://github.com/DarkflameUniverse/NexusDashboard.git
				synced 2025-10-31 04:21:54 +00:00 
			
		
		
		
	Fix reports
Add currency report make reports use json storage Make tables nicer
This commit is contained in:
		| @@ -12,14 +12,21 @@ | ||||
|   <div class="row"> | ||||
|     <div class="col"> | ||||
|       Items: <br/> | ||||
|       {% for item in items  %} | ||||
|       {% for report in reports  %} | ||||
|         <a role="button" class="btn btn-primary btn btn-block" | ||||
|           href='{{url_for('reports.items_by_date', date=item.date)}}'> | ||||
|           {{item.date}} | ||||
|           href='{{url_for('reports.items_by_date', date=report.date)}}'> | ||||
|           {{report.date}} | ||||
|         </a> | ||||
|       {% endfor %} | ||||
|     </div> | ||||
|     <div class="col"> | ||||
|       Currency: <br/> | ||||
|       {% for report in reports  %} | ||||
|         <a role="button" class="btn btn-primary btn btn-block" | ||||
|           href='{{url_for('reports.currency_by_date', date=report.date)}}'> | ||||
|           {{report.date}} | ||||
|         </a> | ||||
|       {% endfor %} | ||||
|     </div> | ||||
|     <div class="col"> | ||||
|     </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aaron Kimbre
					Aaron Kimbre