Compare commits

...

2 Commits

Author SHA1 Message Date
c1af031d22 Link to sandbox if enabled 2026-01-23 21:40:08 -05:00
a741cd0217 update readme 2026-01-22 21:54:03 -05:00
2 changed files with 2 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ To enable automatic Time Activity entries for an Issue, you simply need to assig
## TODO
* Separate Vehicles into a separate plugin (I use Redmine for my automotive shop management 😉)
* Checkout branch dev-6 for a stripped down version
* MORE Stuff as I make it up...

View File

@@ -1,4 +1,4 @@
<h2><%=t(:field_customer)%> #<%= @customer.id %> - <%= link_to @customer.to_s, "https://app.qbo.intuit.com/app/customerdetail?nameId=#{@customer.id}", target: :_blank %> </h2>
<h2><%=t(:field_customer)%> #<%= @customer.id %> - <%= link_to @customer.to_s, "https://#{Setting.plugin_redmine_qbo['sandbox'] ? "sandbox" : "app"}.qbo.intuit.com/app/customerdetail?nameId=#{@customer.id}", target: :_blank %> </h2>
<div class="issue">
<div class="splitcontent">