phpcompta-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-support] Patch 092-03


From: Dany De Bontridder
Subject: [Phpcompta-support] Patch 092-03
Date: Sun, 8 Feb 2004 22:38:59 +0100


Fix a problem in the table creation script

Copy the file in the sql folder, patch the file with
the command patch -p0 < journal.sql  
and after do  a psql -U phpcompta mod1 < journal.sql

The errors are not important

To verify if the patch is correctly apply

do a

 psql -U phpcompta mod1 -c "select * from jrn_def"

You should have something like 

psql -U phpcompta mod1 -c "select * from jrn_type"
 jrn_type_id |      jrn_desc
-------------+---------------------
 FIN         | Financier
 VEN         | Vente
 ACH         | Achat
 OD          | Opérations Diverses
(4 rows)


Attachment: patch-092-3.gz
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]