Configure the CRON job

Hello IP,
where we have to configure the CRON job for the creation of recurring invoices

Thank you very much

I have followed this thread without success, or such a configuration is no longer necessary.
https://wiki.invoiceplane.com/en/1.0/modules/recurring-invoices

Please post more details. What exactly is not working? Why? Any errors? At which step of the wiki guide are you unable to proceed?

“XYZ is not working” is not helpful.

Creating a cron job for recurring invoices is necessary but how and where it should be created, depends on what platform you installed IP on. I installed IP on a webserver with DirectAdmin and only can give you some advice about creating a cronjob if you are using the same platform.

Hi @Benny54 we did it on a server with our own hosting under Linux web hosting
In this case, how do we have to do it?

Hello well, I followed the instructions of the wiki in the mentioned thread, but there is no such route, what I want to say and I think that maybe there were changes in the later versions, that is why I have turned to the experts for their help to conclude the configuration .

Hi, I’m not a specialist but when you installed it on your own Linux server, i bet you know how th create a CRON job. The command that i use in the CRON is:

/usr/bin/wget -O - https://mydomain.com/invoices/cron/recur/KEY >/dev/null 2>&1

Change mydomain.com and the KEY value. I hope this will help you. If not, you’ll have to wait for a specialist :slight_smile:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.