SS
Asked
Is there a good way to add the same data that appears in the Daily Sales Report into the corn job email?
This data:
Total 276.69
Tax 27.02
Grand Total 303.72
Paid 303.72
Balance 0.00
As we run our cron job after midnight, it would have to be the data for the previous day.
Currently, I just include in the email the URL to the Daily Sales Report, but the owner is asking if the data can be inserted into the email instead.
This data:
Total 276.69
Tax 27.02
Grand Total 303.72
Paid 303.72
Balance 0.00
As we run our cron job after midnight, it would have to be the data for the previous day.
Currently, I just include in the email the URL to the Daily Sales Report, but the owner is asking if the data can be inserted into the email instead.
- MSAnsweredHello,
No. There is no such option. You will need to calculate the day sales to use them.
Thank you - Login to Reply