dolibarr/htdocs/modulebuilder/template/README.md

101 lines
2.5 KiB
Markdown
Raw Normal View History

2017-10-03 21:12:01 +02:00
# MYMODULE FOR <a href="https://www.dolibarr.org">DOLIBARR ERP CRM</a>
2017-05-08 21:00:23 +02:00
2017-05-27 13:46:34 +02:00
## Features
2017-12-11 13:50:26 +01:00
Description...
2017-05-08 21:00:23 +02:00
<!--
![Screenshot mymodule](img/screenshot_mymodule.png?raw=true "MyModule"){imgmd}
-->
2017-06-14 11:37:04 +02:00
Other modules are available on <a href="https://www.dolistore.com" target="_new">Dolistore.com</a>.
2017-06-24 11:35:53 +02:00
### Translations
2018-08-24 11:51:06 +02:00
Translations can be define manually by editing files into directories *langs*.
2017-06-24 11:35:53 +02:00
<!--
2017-12-11 13:50:26 +01:00
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.
2017-06-24 11:35:53 +02:00
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.
-->
<!--
Install
-------
### 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.
2017-06-24 11:35:53 +02:00
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:
2017-06-24 11:35:53 +02:00
```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
2017-06-24 11:35:53 +02:00
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
2017-06-24 11:35:53 +02:00
- Clone the repository in ```$dolibarr_main_document_root_alt/mymodule```
```sh
cd ....../custom
git clone git@github.com:gitlogin/mymodule.git mymodule
2017-06-24 11:35:53 +02:00
```
### <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 logo](img/gplv3.png)
GPLv3 or (at your option) any later version.
2018-08-24 11:54:04 +02:00
See file COPYING for more information.
2017-06-24 11:35:53 +02:00
#### Documentation
All texts and readmes.
![GFDL logo](img/gfdl.png)