Added support for item name & sku. Also added manual sync link

This commit is contained in:
2026-03-11 19:36:27 -04:00
parent 1febdc3e04
commit bfdf6b3065
7 changed files with 82 additions and 10 deletions

View File

@@ -2,4 +2,5 @@
<b><%=t(:label_item_count)%></b> <%= Item.count %> @ <%= Item.last_sync %>
<br/>
<%=t(:label_last_sync)%> </b> <%= Qbo.last_sync if Qbo.exists? %>
</div>
</div>
<%= link_to t(:label_sync_now), items_sync_path%>