Ask, reply and learn. Join the community of Akaunting.
I have made a recurring invoice on daily but as 24 hours passed there is no invoice created yet.
Do we need to setup any cronjob for this?
Yes, Sunny, see the scheduling tab under the Settings page please.
Hi Sunny Kk,
Did you get the recurring invoice function working?
Hi @Mohammed, I am trying this for weeks and no good result. I als tried your tweak in the code and cronjobs are not working.
Hi, im dont good result... return every time...
....
No scheduled commands are ready to run.
Content-type: text/html; charset=UTF-8
....
Hi,
I had the same problem for days until I decided to take full control of the cron job from my shared hosting cpanel.
So in order to get the recurring invoice and invoice and bill reminders to work without errors, simply create 3 different cron jobs and set them to run once per day. You can set the jobs to run at a particular hour. For example, 0,4,*,*,* means the cron job will run at 4am server time everyday.
So for the recurring invoice cron job, use the following command
/usr/local/bin/php /path_to_akaunting/artisan recurring:check >> /dev/null 2>&1
For the invoice reminder cron job, use the following command
/usr/local/bin/php /path_to_akaunting/artisan reminder:invoice >> /dev/null 2>&1
For the bill reminder cron job, use the following command
/usr/local/bin/php /path_to_akaunting/artisan reminder:bill >> /dev/null 2>&1
I hope it helps someone.
Best Regards
how can i manually trigger?
To manually trigger simply run the command line from a terminal window
Showing 1 to 8 of 8 discussions