Ask, reply and learn. Join the community of Akaunting.
Hello,
I have an issue when I want to create or update a recurring template, nothing happens when I try to save my changes.
I checked my browser's network tab in order to find the actual error, and found this
"The value of the number field is already used." (not exact wording since it's translated from French)
After checking the source code, the "number" field is a hidden input containing the transaction number which is automatically generated. For me, it is RCT-00008
But it looks like this automatically generated transaction number already exists on my account, so I can't create or update any transaction because of this.
Hope this bug can be fixed or feel free to tell me if there's a workaround.
Thanks
Hi Ane, you will need to setup a cronjob for recurring templates to work. You will find this under Settings > Scheduling. it's not very well documented but something like this works.
*/5 * * * php {path to your setup}/artisan schedule:run >> /dev/null 2>&1
Hello,
Thanks for your answer, but there's no way to set up cronjobs on akaunting.com (not self hosted)
Showing 1 to 3 of 3 discussions