We have clients that pay us monthly on a scheduled date (each client can have a different monthly due date).
My goal is to have a calendar view that displays all client due dates, however it appears the date file requires a month?
For example, client A pays on the 20th of every month while client B pays on the 5th of every month. My goal is to display a monthly calendar of the current month with the client name and payment amount appearing on the proper day of the monthly calendar.
1 Like
The simplest way is probably to capture all dates as 2000/12/xx.
1 Like
Thank you so much for your reply!
However, I’m not sure I full understand.
For example, if client has the payment due date that is the 5th of every month, and I enter the date at 2000/12/05 (as I understand your instructions) how would I be able to see that date on other months?
I may not be explaining this very well. In my case, I would like to see this client’s name on the 5th of every month in a calendar view.
1 Like
Do you just want a (calendar like) page that shows the day on which the transaction occurs, or do you want to be able to show these as recurring entries, rolling forward every month ?
1 Like