Ask, reply and learn. Join the community of Akaunting.
I tried recurring invoices in https://app.akaunting.com and also is NOT WORKING, is this feature works to anybody else? :(
Hi Bryan,
Please check your own recurring time and please report us if you have still same problem.
Have a nice day!
These placid delayed responses just proves that recurring doesn't work. Is it working for anyone ?
Hello Mohammed, are you sure you run the command at correct time (basically every minute 24/7)?
Refering to my other post:
https://akaunting.com/forum/discussion/general/cron-job
Cheers
Dan
Nothing is generated automatically via the cron command. Manuel with "php artisan reminder: invoice" is fine.
Hi, I have the same problem, have you got any way to solve it?
Creating invoices doesn't work for anyone, right?
This is a very serious problem. It is one of the main reasons for using financial software!
mee too nt able to run the cron
php artisan schedule:run
No scheduled commands are ready to run.
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 invoice 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
Showing 11 to 20 of 24 discussions