https://github.com/jledun/dolibarr_module_iosystems
IO Systems module for Dolibarr
https://github.com/jledun/dolibarr_module_iosystems
dolibarr iosystems php various
Last synced: 10 months ago
JSON representation
IO Systems module for Dolibarr
- Host: GitHub
- URL: https://github.com/jledun/dolibarr_module_iosystems
- Owner: jledun
- License: mit
- Created: 2018-06-30T13:54:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T15:12:55.000Z (about 6 years ago)
- Last Synced: 2025-06-23T16:40:44.735Z (11 months ago)
- Topics: dolibarr, iosystems, php, various
- Language: PHP
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: COPYING
Awesome Lists containing this project
README
# IOSYSTEMS FOR DOLIBARR ERP CRM
## Features
### a pdf template for budget proposal
(where the cost is global)
based on azur template from ATM consulting
## Translations
Translations can be define manually by editing files into directories [langs](langs).
## Install
```sh
cd htdocs/custom/
git clone https://github.com/jledun/dolibarr_module_iosystems.git iosystems
```
## Activate the module iosystems
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
--------
MIT License
Copyright (c) 2018 Julien Ledun
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.