Added payment link

This commit is contained in:
2026-07-01 14:06:02 -04:00
parent 61b02831e3
commit 6bf84dd61a
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -8,4 +8,9 @@
<br/> <br/>
<br/> <br/>
<%= link_to t(:label_create_payment), "https://qbo.intuit.com/app/recvpayment?nameId=#{@customer.id}", target: :_blank %>
<br/>
<br/>
<%= button_to t(:label_edit_customer), edit_customer_path(@customer), method: :get%> <%= button_to t(:label_edit_customer), edit_customer_path(@customer), method: :get%>
+1
View File
@@ -34,6 +34,7 @@ en:
label_closed_issues: "Closed Issues" label_closed_issues: "Closed Issues"
label_connected: "Successfully connected to QuickBooks" label_connected: "Successfully connected to QuickBooks"
label_create_estimate: "Create Estimate" label_create_estimate: "Create Estimate"
label_create_payment: "Create Payment"
label_customer_count: "Customer Count" label_customer_count: "Customer Count"
label_customer_link_expires: "This customer link expires in" label_customer_link_expires: "This customer link expires in"
label_customers: "Customers" label_customers: "Customers"