Utility to export book-keeping from dolibarr to ledger file

Sebastien Badia f56a673fb5 doc: Fix typo (using pip inside the virtualenv) 7 years ago
doc 6c153ea2e0 ajout du schema sql 9 years ago
himport 378d176bf4 Fix module name 7 years ago
.gitignore 4099236685 git ignore egg-info 7 years ago
README.md f56a673fb5 doc: Fix typo (using pip inside the virtualenv) 7 years ago
himport.conf.local.template fec3ad43dd Update the configuration README 8 years ago
himport.conf.template ee3b1c3839 add the ability to disable value-added taxes 7 years ago
requirements.pip b1681b3c52 debut de doc & de requirements 9 years ago
setup.py eba290dff1 add package setup 7 years ago

README.md

Usage from repository

Installation

git clone https://code.ffdn.org/plb/himport.git
cd himport

virtualenv venv
./venv/bin/pip install -e .

Utilisation

./venv/bin/himport

Configuration

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

Authors

Philippe Le Brouster plb@nebkha.net