From 6bf84dd61a982d5b5e85e0b98ebaf1e06c03bf21 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 1 Jul 2026 14:06:02 -0400 Subject: [PATCH] Added payment link --- app/views/customers/_actions.html.erb | 5 +++++ config/locales/en.yml | 1 + 2 files changed, 6 insertions(+) diff --git a/app/views/customers/_actions.html.erb b/app/views/customers/_actions.html.erb index e03ec89..2e3bd42 100644 --- a/app/views/customers/_actions.html.erb +++ b/app/views/customers/_actions.html.erb @@ -8,4 +8,9 @@

+<%= link_to t(:label_create_payment), "https://qbo.intuit.com/app/recvpayment?nameId=#{@customer.id}", target: :_blank %> + +
+
+ <%= button_to t(:label_edit_customer), edit_customer_path(@customer), method: :get%> diff --git a/config/locales/en.yml b/config/locales/en.yml index c43a458..c73ead1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -34,6 +34,7 @@ en: label_closed_issues: "Closed Issues" label_connected: "Successfully connected to QuickBooks" label_create_estimate: "Create Estimate" + label_create_payment: "Create Payment" label_customer_count: "Customer Count" label_customer_link_expires: "This customer link expires in" label_customers: "Customers"