Forum

Ask, reply and learn. Join the community of Akaunting.

New Discussion

Can't create/edit recurring template

Ane Mon   ( User )

Commented 1 year ago

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

Benjamin Harris   ( User )

Commented 1 year ago

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

Ane Mon   ( User )

Commented 1 year ago

Hello,

Thanks for your answer, but there's no way to set up cronjobs on akaunting.com (not self hosted)

Please login or register to leave a response.

Showing 1 to 3 of 3 discussions