mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-08-18 20:30:43 -04:00
16 lines
489 B
ERB
16 lines
489 B
ERB
<%= call_hook :customer_actions_top, { customer: @customer } %>
|
|
|
|
<%= link_to t(:label_create_estimate), "https://qbo.intuit.com/app/estimate?nameId=#{@customer.id}", target: :_blank %>
|
|
|
|
<br/>
|
|
<br/>
|
|
|
|
<%= link_to t(:label_create_payment), "https://qbo.intuit.com/app/recvpayment?nameId=#{@customer.id}", target: :_blank %>
|
|
|
|
<br/>
|
|
<br/>
|
|
|
|
<%= call_hook :customer_actions_bottom, { customer: @customer } %>
|
|
|
|
<%= button_to t(:label_edit_customer), edit_customer_path(@customer), method: :get%>
|