mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-02-13 17:13:59 -05:00
Compare commits
2 Commits
2026-1.0-n
...
c1af031d22
| Author | SHA1 | Date | |
|---|---|---|---|
| c1af031d22 | |||
| a741cd0217 |
@@ -93,6 +93,7 @@ To enable automatic Time Activity entries for an Issue, you simply need to assig
|
|||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
* Separate Vehicles into a separate plugin (I use Redmine for my automotive shop management 😉)
|
* 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...
|
* MORE Stuff as I make it up...
|
||||||
|
|
||||||
|
|||||||
@@ -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="issue">
|
||||||
|
|
||||||
<div class="splitcontent">
|
<div class="splitcontent">
|
||||||
|
|||||||
Reference in New Issue
Block a user