Recurring Invoices Not AutoLogging

Hello,

So i raised a post a while back and found out my cronjob wasn’t configured correctly and followed the the setup on the wiki.

My invoices are still sending fine. However, i still can’t get my expenses to auto log. I’m having to manually go in and log each invoice which after a while can get rather tedious.

Below is my crontab setup:

0 8 * * * php8.1 /var/www/invoice-ninja/artisan schedule:run >> /dev/null 2>&1

Just to rule out me doing something wrong i’ve created one under www-data and root.

Any help would be appreciated

Thanks,

Darren

Hi,

Do you mean you recurring expenses aren’t being generated?

One problem is that in v5 the cron needs to be run every minute, changing that may help.

Hi Hillel,

Yeah, sorry i never got the email to say you had responded.

So, yeah. The recurring expense is set up to auto generate monthly. However, they aren’t doing so. I’ll change my chron to run every min and see if this works.

Darren

Thanks for the update, please let us know if that doesn’t resolve the issue.

Hey,

This has fixed the issue thanks for your help.

1 Like