Skip to content

Commit

Permalink
add: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-theo committed Jan 29, 2021
1 parent fade43d commit f4857c5
Showing 1 changed file with 17 additions and 66 deletions.
83 changes: 17 additions & 66 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,86 +1,37 @@
# DIGIRISKDOLIBARR FOR [DOLIBARR ERP CRM](https://www.dolibarr.org)

## Features
## Fonctionnalités

Description...

<!--
![Screenshot digiriskdolibarr](img/screenshot_digiriskdolibarr.png?raw=true "Digiriskdolibarr"){imgmd}
-->
Gérez les risques de votre entreprise et créez votre document unique en toute simplicité

Other modules are available on [Dolistore.com](https://www.dolistore.com).

## Translations

Translations can be define 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.
-->
## Traduction

<!--
La traduction de ce module peut être définie manuellement en éditant les fichiers dans le dossier *langs*.

## Installation

### From the ZIP file and GUI interface
- If you get the module in a zip file (like when downloading it from the market place [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 there is no custom directory, check 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 ...
```
### Méthode 1 :

- Uncomment them if necessary (delete the leading ```//```) and assign a sensible value according to your Dolibarr installation
- Depuis le menu "Déployer/Installer un module externe" de Dolibarr :
- Glisser l'archive ZIP 'module_digiriskdolibarr-1.2.0' et cliquer sur "SEND"
- Activer le module dans la liste des Modules/Applications installés
- Dans les réglages du module "Note de frais", activer le modèle 'Extended'

For example :
### Méthode 2 :

- 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/digiriskdolibarr```
```sh
cd ....../custom
git clone git@github.com:gitlogin/digiriskdolibarr.git digiriskdolibarr
- Dans le dossier "dolibarr/htdocs/custom" copier la ligne suivante :
```
git clone https://github.com/Eoxia/dolifraispro.git
```
### <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
-->
- Dans les réglages du module "Note de frais", activer le modèle 'Extended'

## Licenses

### Main code

GPLv3 or (at your option) any later version. See file COPYING for more information.
Ce module est publié sous licence AGPLv3.

### Documentation

All texts and readmes are licensed under GFDL.
La documentation de ce module est accessible sur la page suivante :
https://wiki.dolibarr.org/index.php/Module_DigiriskDolibarr

0 comments on commit f4857c5

Please sign in to comment.