Recurring Expense Doesn't Log

Hello,

I’m currently running Self-Hosted v5.5.41. I’ve tried updating but having some issues but thats for another post.

I’ve had this issue since installing on June 22. So i’ve been manually recording the invoices since then.

So, issue is. I’ve got recurring expenses set up. However, they just aren’t then logging to ‘Expense’ like a recurring Invoice does. Is this expected?

I’ve pasted below the cronjob configuration:

0 8 * * * php8.1 /var/www/invoice-ninja/artisan ninja:send-recurring > /dev/null
0 8 * * * php8.1 /var/www/invoice-ninja/artisan ninja:send-reminders > /dev/null

Is the above correct? I’d have thought the ninja:send-recurring should have been suffice?

Thanks for your help

Darren

Hi,

Those crons are for v4, there’s info on the v5 cron here:

Hi Hillel,

Thanks for getting back to me so soon. Looks like i already had it configured in my cron but commented out.

I’ve commented out the jobs in the OP and uncommented the correct v5 cron.

Again thanks for your help.

Darren

Glad to hear it’s sorted, thanks for the update!