Ask, reply and learn. Join the community of Akaunting.
Hi
I have setup the recurring invoice on the app and it does not initiate. My time zones are the same. I then tried running the cron job manually via the artisan file e.g php artisan reminder:invoice and it presents no errors but i still don't receive the email. If i send the invoice when viewing the it it sends but not via the scheduling.
Oh i forgot to mention i changed
$schedule->command('reminder:invoice')->dailyAt($schedule_time);
to
$schedule->command('reminder:invoice')->everyMinute();
to test if it will work aswell with still no luck
same issue here
Showing 1 to 3 of 3 discussions