Subversion Repositories public

Rev

Rev 73 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
73 andreas 1
This program is an amortization scheduler. It was especialy deveveloped
2
for particular features as they are standard in Austria. These features
3
my be also be a standard in Germany.
4
 
5
However: Because the standards needed in england or the U.S.A. are
6
completely unknown, this program currently speaks only german. There is
7
even no code for lacale management implemented, but it is planned for
8
future releases.
9
 
10
Currently, no documentation is available, but I'm working on it. This
11
release is a first beta version, made for financial experts to verify
12
loans.
13
 
14
If you like to contribute into this project, feel free to do so. You're
15
welcome.
16
 
83 andreas 17
CREATING CONFIGURE
18
==================
19
 
20
This version of Tilgungsplan is a maintainer version and comes with no,
21
or useless "configure"-script. To create one, use the following command:
22
 
23
   make -f Makefile.cvs
24
 
25
This creates all files necessary to run "configure". If you've
26
successfully created "configure", run it and then simply "make" to
27
create the executeable "tilgungsplan".
28
 
29
If you've checked out the files out of subversion, change into directory
30
"admin" and enter the following command on the command line:
31
 
32
   chmod 755 *.pl
33
 
34
Without this, you will get an error and "make" is not able to create
35
the "configure"-script.
36
 
37
ADDING DIALOG FOR DIFFERENT INTERESTS
38
=====================================
39
 
40
By default the application will be created without the possibility to
41
enter different interests over the maturity of the amotization scheduler.
42
To anable this, enter
43
 
44
   export CPPFLAGS=-D_ZINSAENDERUNG
45
 
46
on the command line before you start "configure". The necessary dialog
47
box will then be created and the feature will be enabled.
48
 
49
IMPORTANT!!
50
===========
51
 
52
This program is currently only a beta version and not verified to work
53
correct. It is possible, that you get strange results and your
54
amortization schedule may look wrong and possibly it is! So please
55
don't trust this program and ask the advisor in your lokal bank for a
56
correct amortization schedule!!
57
 
58
THIS AND THAT
59
=============
60
 
73 andreas 61
In case of questions or suggestions write an e-mail to
62
 
83 andreas 63
   Andreas Theofilu <andreas@theosys.at>
73 andreas 64