Skip to content

TechServiceConseil/Dolibarr-Recurring-event-and-task

Repository files navigation

Recurring event and task FOR DOLIBARR ERP CRM

Features

Description of the module...

Other external modules are available on Dolistore.com.

Translations

Translations can be completed manually by editing files into directories langs.

##Installation

From the ZIP file and GUI interface

If the module is a ready to deploy zip file, so with a name module_xxx-version.zip (like when downloading it from a market place like Dolistore), go into menu Home - Setup - Modules - Deploy external module and upload the zip file.

Note: If this screen tell you that there is no "custom" directory, check that your setup is correct:

  • In your Dolibarr installation directory, edit the htdocs/conf/conf.php file and check that following lines are not commented:

    //$dolibarr_main_url_root_alt ...
    //$dolibarr_main_document_root_alt ...
  • Uncomment them if necessary (delete the leading //) and assign a sensible value according to your Dolibarr installation

    For example :

    • UNIX:

      $dolibarr_main_url_root_alt = '/custom';
      $dolibarr_main_document_root_alt = '/var/www/Dolibarr/htdocs/custom';
    • Windows:

      $dolibarr_main_url_root_alt = '/custom';
      $dolibarr_main_document_root_alt = 'C:/My Web Sites/Dolibarr/htdocs/custom';

From a GIT repository

Clone the repository in $dolibarr_main_document_root_alt/tscmod

cd ....../custom
git clone [email protected]:gitlogin/tscmod.git tscmod

Final steps

From your browser:

  • Log into Dolibarr as a super-administrator
  • Go to "Setup" -> "Modules"
  • You should now be able to find and enable the module

-->

Licenses

Main code

GPLv3 or (at your option) any later version. See file COPYING for more information.

Documentation

All texts and readmes are licensed under GFDL.

You need to create extrafieds to get it work. They are bellow. You have to add the same of task if you want use Recurring task

100 Evénement récurrent Evénement récurrent recurrencebool Boolean (case à cocher unique) Non Non Oui 1 0 Non
105 Unité de la récurrence Unité de la récurrence recurrenceunit Liste de sélection Non Non Oui 1 0 Non
115 Date de fin de récurrence Date de fin de récurrence recurrenceend Date et heure Non Non Oui 1 0 Non
120 Evénement source de la récurrence Evénement source de la récurrence fk_actioncomm Chaîne de caractères (1 ligne) 255 Non Non Oui 5 0 Non

                        Édition du champ recurrenceunit

Libellé ou clé de traduction Unité de la récurrence Code de l'attribut recurrenceunit Type Taille Valeur 1,an 2,mois 3,semaine 4,jour Position 105 Fichier de langue Valeur par défaut (Base de données) Unique Requis Peut toujours être édité Visibilité 1 Afficher sur PDF 0 Sommable Texte d'aide à afficher dans l'info-bulle Modifie le comportement du champ récurrence

                    Édition du champ fk_actioncomm

Libellé ou clé de traduction Evénement source de la récurrence Code de l'attribut fk_actioncomm Type Taille 255 Position 120 Fichier de langue Champ calculé Valeur par défaut (Base de données) Unique Requis Peut toujours être édité Visibilité 5 Afficher sur PDF 0 Sommable Texte d'aide à afficher dans l'info-bulle

Enjoy! That functionnality is add in V17 in the core, but that works for v16 and maybe lesser