Question: Asking about cron job

Asking about cron job

I want to ask about cron job, after our store closed i always run cron job from the setting -> system. Lets say on that day i have product revenue 500,000 after the cron job is completed the

EH

Einnlleinhatt Ha

Asked
I want to ask about cron job, after our store closed i always run cron job from the setting -> system. Lets say on that day i have product revenue 500,000 after the cron job is completed they email us something with profit information but the information is not that day. How can i change it to that day ?
  • MS

    Mian Saleem

    Answered
    Hello,

    The information is for previous days not today. You will need to modify the `$date` in `yesterday_report` method of `app/models/admin/Cron_model.php`

    Thank you
  • EH

    Einnlleinhatt Ha

    Answered
    This line ? "$date = date('Y-m-d', strtotime('-1 day'));"

    IF i want it become today i should change the -1 day?
  • MS

    Mian Saleem

    Answered
    Hello,

    You can change to `$date = date('Y-m-d');` for today.

    Thank you
  • EH

    Einnlleinhatt Ha

    Answered
    Thankyou.
  • Login to Reply