Skip to main content

No project description provided

Project description

This module implements the import of banque postale’s csv file as statement

Install

Dependencies for ArchLinux

sudo pacman -S cairo pkgconf gobject-introspection

Dependencies for debian

sudo apt-get install libcairo2-dev libgirepository1.0-dev

Install the package

# installs python deps
pip install -e .
# createdb postgresql database
createdb banque_postale_csv
# initialize database
trytond-admin -c trytond-dev.conf -d banque_postale_csv --all
# install module hb_tryton
trytond-admin -c trytond-dev.conf -d banque_postale_csv -u hb_account_statement_banque_postale_csv --activate-dependencies

Usage

This module use the wexisting wizard to import statement

CHANGELOG

0.3.1 (2022-06-06)

  • Format change, the script is modified to import old and new format, the old format will be removed in the next release

0.2.0 (2022-06-20)

  • Fixed date during import

  • Fixed default account, if no account is defined use the account of the journal

0.1.0 (2021-09-28)

  • Implemented the import as statement

  • Used the machine learning

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page