Utility to export book-keeping from dolibarr to ledger file

Philippe Le Brouster 2055f54a4b Merge branch 'ignore_weird_facture_details' of zorun/himport into master il y a 6 ans
doc 6c153ea2e0 ajout du schema sql il y a 9 ans
himport 2055f54a4b Merge branch 'ignore_weird_facture_details' of zorun/himport into master il y a 6 ans
.gitignore 4099236685 git ignore egg-info il y a 7 ans
README.md d42d095f7b Fix dolibarr version check il y a 6 ans
himport.conf.local.template fec3ad43dd Update the configuration README il y a 8 ans
himport.conf.template ee3b1c3839 add the ability to disable value-added taxes il y a 7 ans
requirements.pip 04a7006dd8 Use mysqlclient instead of the deprecated MySQL-python il y a 6 ans
setup.py 04a7006dd8 Use mysqlclient instead of the deprecated MySQL-python il y a 6 ans

README.md

Usage from repository

Installation

git clone https://code.ffdn.org/ffdn/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