You just need to call the script with 4 arguments :
Usage: $script_file (test|confirm) (thirdparties|contacts) [delay] [after]
Send an email to customers to remind all unpaid customer invoices
If you choose ātestā mode, no emails are sent.
If you add param delay (nb of days), only invoice with due date < today + delay are included
If you add param after (nb of days), only invoice with due date >= today + delay are included
Hi @ksar, I have just gained access via Command Line. I installed Dolibarr using Softaculous and I notice that it does not have /htdocs file or is not installed on htdocsā¦
āI am sorry, actaully you are in Shared hosting plan, so this will not work on this account
That need a VPS or Dedicated hosting plan
I do apologize for the inconvenience caused by the other agent
To run the Git, you need the root access to the server , which is not available on the shared hostingā
My hosting provider just responded with the above.
yes its work on shared hosting. My sites are on siteground i used one of the folder within my hosting and allocated unused domain. You can also create subdomain etc in your hosting.
use ftp, in one of your folder upload the zip file extract there it will create lot of subfolder just bring the to the main folder where you want by moving files in ftp either of your host and read the instructions given in the read file i believe and it will work.
I am copying here you can find the instructions on github page also
Advanced setup
You can use a Web server and a supported database (MariaDB, MySQL or PostgreSQL) to install the standard version.
Check that your installed PHP version is supported see PHP support.
Uncompress the downloaded .zip archive to copy the ādolibarr/htdocsā directory and all its files inside your web server root or get the files directly from GitHub (recommanded if you known git): git clone https://github.com/dolibarr/dolibarr -b x.y (where x.y is main version like 3.6, 9.0, ā¦)
Set up your web server to use " dolibarr/htdocs " as root if your web server does not have an already defined directory to point to.
Create an empty htdocs/conf/conf.php file and set write permissions for your web server user ( write permission will be removed once install is finished)
From your browser, go to the dolibarr āinstall/ā pageThe URL will depends on how you web setup was setup to point to your dolibarr installation. It may looks like: http://localhost/dolibarr/htdocs/install/ or http://localhost/dolibarr/install/ or http://yourdolibarrvirtualhost/install/
The script you are referring to is already included in dolibarr. I am not sure of the folder structure on your cloud solution but you should be able to navigate to the scripts folder and run PHP commands in terminal/cmd/powershell, as mentioned by @ksar.