Forum

Ask, reply and learn. Join the community of Akaunting.

New Discussion

Recurring invoice cron not working

Bryan Nazar   ( User )

Commented 5 years ago

I tried recurring invoices in https://app.akaunting.com and also is NOT WORKING, is this feature works to anybody else? :( 

Batuhan Baş   ( User )

Commented 5 years ago

Hi Bryan,


Please check your own recurring time and please report us if you have still same problem.


Have a nice day!

Mohammad Patel   ( User )

Commented 5 years ago

These placid delayed responses just proves that recurring doesn't work. Is it working for anyone  ? 

Lausch   ( User )

Commented 5 years ago

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

Steven Brauer   ( User )

Commented 4 years ago

Nothing is generated automatically via the cron command. Manuel with "php artisan reminder: invoice" is fine.

Nexyo Soluções Inteligentes   ( User )

Commented 4 years ago

Hi, I have the same problem, have you got any way to solve it?

Cristian Cobra   ( User )

Commented 4 years ago

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!

Abdul Basith Rajvi   ( User )

Commented 4 years ago

mee too nt able to run the cron

Wagner Fernando Momesso   ( User )

Commented 4 years ago

php artisan schedule:run

No scheduled commands are ready to run.

Chinedu Obi   ( User )

Commented 3 years ago

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

Please login or register to leave a response.

Showing 11 to 20 of 24 discussions