phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4748 - in phpcompta/tags/rel600: . doc include sql


From: phpcompta-dev
Subject: [Phpcompta-dev] r4748 - in phpcompta/tags/rel600: . doc include sql
Date: Sat, 4 Feb 2012 18:47:00 +0100 (CET)

Author: danydb
Date: 2012-02-04 18:47:00 +0100 (Sat, 04 Feb 2012)
New Revision: 4748

Removed:
   phpcompta/tags/rel600/sql/upgrade.sql
Modified:
   phpcompta/tags/rel600/
   phpcompta/tags/rel600/doc/
   phpcompta/tags/rel600/include/
Log:
remove useless patch


Property changes on: phpcompta/tags/rel600
___________________________________________________________________
Name: svn:ignore
   - cache
compile
tmp
.setenv.sh.swp
.clean.sh.swp
.clean.sh.swo

   + cache
compile
tmp
.setenv.sh.swp
.clean.sh.swp
.clean.sh.swo
.a.swp



Property changes on: phpcompta/tags/rel600/doc
___________________________________________________________________
Name: svn:ignore
   - *.html
*.pdf
*.txt
.~lock.manuel-fr.odt#

   + *.html
*.pdf
*.txt
.~lock.manuel-fr.odt#
.a.swp



Property changes on: phpcompta/tags/rel600/include
___________________________________________________________________
Name: svn:ignore
   - .user_menu.php.swp
.config.inc.php.swp

   + .user_menu.php.swp
.config.inc.php.swp
.constant.php.swp


Deleted: phpcompta/tags/rel600/sql/upgrade.sql
===================================================================
--- phpcompta/tags/rel600/sql/upgrade.sql       2012-02-04 17:45:55 UTC (rev 
4747)
+++ phpcompta/tags/rel600/sql/upgrade.sql       2012-02-04 17:47:00 UTC (rev 
4748)
@@ -1,18 +0,0 @@
-CREATE OR REPLACE FUNCTION comptaproc.letter_compare(p_jl bigint)
-  RETURNS numeric AS
-$BODY$
-declare
- nCred numeric(20,4);
- nDeb numeric(20,4);
-begin
-       if p_jl = -1 then
-               return 0.0;
-       end if;
-       select coalesce(sum(j_montant),0) into nCred from letter_cred join jrnx 
using (j_id) where jl_id=p_jl;
-       select coalesce(sum(j_montant),0) into nDeb from letter_deb join jrnx 
using (j_id) where jl_id=p_jl;
-
-
-       return nDeb-nCred;
-end;
-$BODY$
-  LANGUAGE plpgsql;
\ No newline at end of file



---
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]