HB_Import

Adaptation to import-module Ubuntu/Deb Homebank (v4.3 & v4.4) for importing single and MULTIPLE account CSV-files.

0
0
0
C
public

import.c (adapted) ©Ton_30-03-2012 / “profiler”
Replacement import-module for Ubuntu/Deb Homebank version v4.3 & v4.4 with
added CSV routine for importing single and MULTIPLE accounts.

Most bank export-files contain all accounts together in one file.

Added to the imported csv-file is 1 line per account,
above this accounts transactions, containing:
[account-number] ; [account-name as used in Homebank-wallet]

All Homebank module-changes are tagged with: ©TvT_


!!! This adapted module can be found in corresponding directories Homebank v4.x

To compile,
remove current Homebank-4.x version with Ubuntu-software-center !!
download newest Homebank_4.x.orig.tar.gz @ launchpadlibrarian.net
extract and in /src directory rename import.c to import.c.bak and
add the new adapted import.c
compile according to document http://homebank.free.fr/index.php?id=86
or follow rules below:


Here are the instructions for compiling on debian/ubuntu:

open a terminal

type:
    sudo apt-get install build-essential libgtk2.0-dev libofx4 libofx-dev intltool

uncompress the archive file:
    tar -zxpf homebank-x.x.tar.gz

go to HomeBank folder:
    cd <path>/homebank-x.x

type:
    ./configure --prefix=/usr

type:
    make

type:
    sudo make install
v0.3.3[beta]