Utility to export book-keeping from dolibarr to ledger file
|
6 years ago | |
---|---|---|
doc | 9 years ago | |
himport | 6 years ago | |
.gitignore | 7 years ago | |
README.md | 6 years ago | |
himport.conf.local.template | 8 years ago | |
himport.conf.template | 7 years ago | |
requirements.pip | 6 years ago | |
setup.py | 6 years ago |
Installation
git clone https://code.ffdn.org/ffdn/himport.git
cd himport
virtualenv venv
./venv/bin pip install -e .
Utilisation
./venv/bin/himport
General
You can copy the configuration file from himport.conf.template
cp himport.conf.template himport.conf
Local configuration
cp himport.conf.local.template himport.conf.local
This file is used to store SQL information to connect to the dolibarr database
Philippe Le Brouster plb@nebkha.net