Added settings page for Item stats

This commit is contained in:
2026-03-09 00:00:46 -04:00
parent 3463698f8d
commit 9736f1ac96
4 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
<div>
<b><%=t(:label_item_count)%></b> <%= Item.count %> @ <%= Item.last_sync %>
<br/>
<%=t(:label_last_sync)%> </b> <%= Qbo.last_sync if Qbo.exists? %>
</div>