Hi Invoice Ninja Team,
I am using a whitelabeled, self hosted Invoice Ninja 4.5.16 and I have problems with the counter reset, because it seems that it only resets the global invoice and quote counter, but not the two counters (for invoices and quotes) that are stored with each customer and that are available using the $clientCounter variable.
Of course, I have set up a cronjob that executes
artisan ninja:send-invoices
artisan ninja:send-reminders
once a day.
I was able to verify that it resets the global counters successfully, so I hope it’s just a configuration issue or a bug, but no missing feature why it’s not working for client-based counters
My patterns are:
{$clientIdNumber}/{$year}-{$clientCounter} for invoices and
ANG-{$clientIdNumber}/{$year}-{$clientCounter} for qoutes
Kind regards,
Benjamin