-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md.back
145 lines (105 loc) · 4.17 KB
/
README.md.back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# TSCMOD FOR [DOLIBARR ERP CRM](https://www.dolibarr.org)
## Features
Description of the module...
<!--
![Screenshot tscmod](img/screenshot_tscmod.png?raw=true "Tscmod"){imgmd}
-->
Other external modules are available on [Dolistore.com](https://www.dolistore.com).
## Translations
Translations can be completed manually by editing files into directories *langs*.
<!--
This module contains also a sample configuration for Transifex, under the hidden directory [.tx](.tx), so it is possible to manage translation using this service.
For more informations, see the [translator's documentation](https://wiki.dolibarr.org/index.php/Translator_documentation).
There is a [Transifex project](https://transifex.com/projects/p/dolibarr-module-template) for this module.
-->
##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](https://www.dolistore.com)),
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:
```php
//$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:
```php
$dolibarr_main_url_root_alt = '/custom';
$dolibarr_main_document_root_alt = '/var/www/Dolibarr/htdocs/custom';
```
- Windows:
```php
$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```
```sh
cd ....../custom
git clone [email protected]:gitlogin/tscmod.git tscmod
```
### <a name="final_steps"></a>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.
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