-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
46 lines (33 loc) · 1.62 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
import.c (adapted) (c)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: (c)TvT_<date>
------------------------------------------------------------------------------------------------
!!!!! 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