phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5288 - phpcompta/trunk/html/admin/sql/patch


From: phpcompta-dev
Subject: [Phpcompta-dev] r5288 - phpcompta/trunk/html/admin/sql/patch
Date: Sat, 18 May 2013 22:20:48 +0200 (CEST)

Author: danydb
Date: 2013-05-18 22:20:48 +0200 (Sat, 18 May 2013)
New Revision: 5288

Modified:
   phpcompta/trunk/html/admin/sql/patch/upgrade106.sql
Log:
task #0000844: Ajout d'une description pour les cat?\195?\169gories de fiches

Modified: phpcompta/trunk/html/admin/sql/patch/upgrade106.sql
===================================================================
--- phpcompta/trunk/html/admin/sql/patch/upgrade106.sql 2013-05-18 20:18:27 UTC 
(rev 5287)
+++ phpcompta/trunk/html/admin/sql/patch/upgrade106.sql 2013-05-18 20:20:48 UTC 
(rev 5288)
@@ -6,11 +6,11 @@
 ALTER TABLE mod_payment  ADD CONSTRAINT mod_payment_mp_jrn_def_id_fkey FOREIGN 
KEY (mp_jrn_def_id)      REFERENCES jrn_def (jrn_def_id) MATCH SIMPLE ON UPDATE 
        CASCADE ON DELETE CASCADE;
 ALTER TABLE fiche_def ADD COLUMN fd_description text;
 update fiche_def set fd_description='Achats de marchandises' where fd_id=1;
-update fiche_def set fd_description='Liste des clients' where fd_id=2;
-update fiche_def set fd_description='Liste des comptes financiers: banque, 
caisse,...' where fd_id=3;
-update fiche_def set fd_description='Liste des fournisseurs' where fd_id=4;
-update fiche_def set fd_label='Services & Biens Divers',fd_description='Pour 
les charges diverses' where fd_id=5;
-update fiche_def set fd_description='Vente de prestations, marchandises ' 
where fd_id=6;
+update fiche_def set fd_description='Catégorie qui contient la liste des 
clients' where fd_id=2;
+update fiche_def set fd_description='Catégorie qui contient la liste des 
comptes financiers: banque, caisse,...' where fd_id=3;
+update fiche_def set fd_description='Catégorie qui contient la liste des 
fournisseurs' where fd_id=4;
+update fiche_def set fd_label='Services & Biens 
Divers',fd_description='Catégorie qui contient la liste des charges diverses' 
where fd_id=5;
+update fiche_def set fd_description='Catégorie qui contient la liste des 
prestations, marchandises... que l''on vend ' where fd_id=6;
 update version set val=107;
 
 commit;



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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