Dec 14, 2016 02:28 AM
in our simple CRM system for our shop, we’d like to keep record of which dates the repeat customers have visited in the past. (and count them up to know how times total he/she has visited)
We know each day the customer visits since the staff enters it, but what’s the best practice for keeping track of all the dates of the visits? Is there a way to automate some of this?
Solved! Go to Solution.
Dec 14, 2016 03:16 PM
I would suggest having two tables, one for customers and one for the visit log. This will allow you to build views that show:
As far as automation goes, nothing truly useful comes to mind. Unless you have barcoded cards for customers, that could be scanned instead of entering a customers name and reference CREATED_TIME() to avoid having to enter the date.
If you want to copy this base feel free—just click through the link at the bottom of this post and select the “copy base” option in the top right corner.
Customers
Visit Log
Dec 14, 2016 03:16 PM
I would suggest having two tables, one for customers and one for the visit log. This will allow you to build views that show:
As far as automation goes, nothing truly useful comes to mind. Unless you have barcoded cards for customers, that could be scanned instead of entering a customers name and reference CREATED_TIME() to avoid having to enter the date.
If you want to copy this base feel free—just click through the link at the bottom of this post and select the “copy base” option in the top right corner.
Customers
Visit Log
Dec 14, 2016 04:09 PM
@Chester_McLaughlin This is excellent! Thank you so much. I think this solves my issue for the most part. Very useful. Thanks again!
Nov 27, 2017 04:00 AM
This is great help @Chester_McLaughlin, could you share it once again because link is expired? Of course if you still have it available.
My visit log is automated, and I believe that your table would be helpful to me.
Dec 20, 2018 01:08 PM
This looks like what I need as well.
Any chance of getting access to the link to copy the base?
Richard