Gravity Forms, send notifications based on Date - wordpress

I would like to send out a Notification based on today's date compared to a date field in my form but I am not sure how to accomplish this.
My current form has these fields: Name, Email, Upload File, and Payment Date. I would like to send the customer a notification when the Payment Date entered in the form, is two weeks away from today's date. So if I enter the date January 30th in the form, the Notification will be sent whenever January 16th rolls around. Whatever I do would have to check each entry daily to see if its within that 2 week window. Thoughts?

Related

Alerts in Metabase - Input variable based reports

We have created alerts (for reports without input variables, like stock report) in metabase and are working fine.
We have created sales reports for client which is based on date range.
Now client ask for alerts on sales reports on daily basis, that means, default value for From & To date should be Today's date.
We have set alerts but not getting in our mailbox.
Can you please let me know how can i achieve this?
Today's date as default value in input variable
Get report in my inbox every morning.
I have removed variables and used cast(now() as date) to get data for current date and alert was set at EOD, so it is working as expected.
After doing this when i set alerts, i got report in my inbox at scheduled time.

Set Posting Date based on max delivery date from selected product receipt of Purchase Order in axapta 2012 r2

I am newbie in Microsoft Dynamics Axapta 2012 R2 and x++ programming.
I have created Purchase Order transaction and it's status has been received. Please refer to this screenshot below.
And then I want to create invoice for this purchase order, so I click on Invoice button like the following screenshot.
After that I click on Match Product Receipt button to show the form for select which product receipt that I need to process for invoicing. Please refer the following screenshot.
And then, I choose some product receipt for invoicing, please refer to the following screenshot.
Based on screenshot above I choose 4 product receipts, and in every product receipt has the delivery date. My goal is I want to pass max value from these delivery date of selected product receipt, and in this case I need delivery date = '4/17/2017' will be passed to Posting Date field of Vendor Invoice Form based on OK button. And then Posting Date will be shown like the following screenshot.
Does anyone know how to provide it ? many appreciate for everyone who can help me.. :)

Google Docs Forms - need Pre-fill Date & Time Entry with current date and current time

Google Forms I need Pre-filled current Date & current Time Entry in date and time fields of my google form. How to do it
My solution is to make the Date field optional. The default is to assume the todays date which is what you get from the timestamp field. In case it needs to be anything else you can enter it manually.
A simple code-free solution is to make separate sections in your form and use the feature that routes users to different sections based on responses. The first section asks whether the form is for the current date/time. If yes, you use the timestamp as the date and time and route the user to the main section with your questions. If not, route them to a section to set the date and time, and then after that route them to the main section.
2023 Solution
-Google Forms has updated how dates are passed through URL parameters.
Instead of passing each component of a date as a separate param, you now pass them using the same syntax as all other fields using the YYYY-MM-DD format for your date value.
Here is an example URL:
`https://docs.google.com/forms/d/e/${formId}/viewform?usp=pp_url&entry.${dateEntryFieldID}=${YEAR}-${MONTH}-${DAY}`

Drupal Commerce: renew role / subscription

We are selling a product using Drupal Commerce that will renew yearly, but not automatically (expensive, users will likely use POs). Right now, after purchase, they will receive the appropriate role based on their purchase for 1 year.
If they pay before the end date, I would like them to get an additional, non-overlapping year.
I would like a solution that is independent of payment type because some things will be done manually.
I had implemented such a solution before. There was a subscription for a year,two years & three years. The problem was how to maintain the subscription limit & how to extend it.
The solution was creating a hidden field within for every user. When a user first buys a package for a year we programatically make a entry of the end timestamp in the end field. When he buys one more package the current timestamp value of the field is added by additional timestamp
timestamp = timestamp + 1years timestamp
or
timestamp = timestamp + 2years timestamp
Hope this helps you

How to display the calendar according to event data startdate

I have a event data which contains startdate and end date , i want to see the calendar holding that event,now what is happening is it is showing the current week calendar ,but if my event having previous week satrtdate means i have to go to previous week and and i can able to see the event data in calendar..but i want to focus that date calendar at first shot itself..pls do the needful its urgent, i think i have to change something in fullcalendar.js but i dont know where to change pls do needful
Check the documentation for FullCalendar... http://arshaw.com/fullcalendar/docs/current_date/
This shows parameters that can be set to get the calendar to initate at a particular date.. by default it will always start at todays date.

Resources