mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 09:24:23 -05:00
Fixed Models & Migrations for setting custom IDs
This commit is contained in:
@@ -11,14 +11,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||
-->
|
||||
|
||||
<body>
|
||||
|
||||
<h1> Redmine Quickbooks</h1>
|
||||
|
||||
Customer Count: <%= @qbo_customer_count %>
|
||||
Item Count: <%= @qbo_item_count %>
|
||||
Employee Count: <%= @qbo_employee_count %>
|
||||
<p>Customer Count: <%= @qbo_customer_count %></p>
|
||||
<p>Item Count: <%= @qbo_item_count %></p>
|
||||
<p>Employee Count: <%= @qbo_employee_count %></P>
|
||||
<br/>
|
||||
<br/>
|
||||
<%= link_to "Sync", qbo_sync_path %>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user