                            LinCompta Pro
                            =============

Installation :
--------------

See INSTALL for compiling.

use gen_db.sh to init databases. Be sure you know administrator password
to mysql (none by default).

Version 0.1
-----------
Version for test and analyse for external user.


Version 0.2
-----------
Append control of pieces number.
Control for account code, and possibility to select it by a window.
Control shortcut on text information.
Improvement on selection window. you can select on code to.
Various bugg
Creation of gen_db.sh to init databases (french and english)

*** WARNING ***
For the persons who installed lincompta, in lincompta.sql, the field JCentre in table Jrn are changed for JCptAssoc !

And for database, execute mysql in root user for correction.

in mysql :
use lincompta;
alter table Jrn change JCentre JCptAssoc char(8);

and close mysql.

You can use mysqlnavigator or webwin for exemple to change field.

Version 0.3
-----------
Appending internationalisation and English and deutch translation.
Various bugg correction.
Appending table Comment for accounting comment and Relance. (see lincompta.sql)
Appending printing operations.
Appending comment operations and revival operations.
Many changements in SQL structures.

WARNING :
The mysql library may be in another path (/usr/lib;/usr/local/bin), so you can change it in src/Makefile.am, at the end of the file.

Default :
lincompta_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) -L/usr/local/mysql/lib -lmysqlclient

You can change for exemple by simply:
lincompta_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) -lmysqlclient
