Jun 13, 2024 08:43 AM
I want to create a tracking table for customer payment.
Every month I check in the bank account who paid and mark in Excel.
How can I create a table of all customers and mark for each customer whether he has paid or not?
Is there an automation that can every month duplicate all my customers from the customers table to the payments table?
Thanks.
Jun 13, 2024 10:04 AM
For tracking customer payments, we can create an automated solution in Google Sheets using Google Apps Script. This will streamline your process, allowing you to check monthly payments without manual updates. Here's the approach:
To automate this duplication process, we’ll write a Google Apps Script that triggers at the start of each month. This script will copy the data from the "Customers" sheet and append it to the "Payments" sheet, ensuring you have a fresh list each month.
Jun 13, 2024 11:26 PM
Yeap, use the "At scheduled time" trigger to run it once a month. Then add a "Find Record" step to get all the active customers and use that result in a repeating group to create them:
Jun 14, 2024 10:01 PM
Let's Schedule the call and discuss this in more detail. I look forward to talking to you and your team should then join us.