phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r432 - in trunk/coprop: . sql


From: phpcompta-dev
Subject: [Phpcompta-dev] r432 - in trunk/coprop: . sql
Date: Mon, 1 Oct 2012 23:31:40 +0200 (CEST)

Author: danydb
Date: 2012-10-01 23:31:39 +0200 (Mon, 01 Oct 2012)
New Revision: 432

Modified:
   trunk/coprop/index.php
   trunk/coprop/sql/upgrade1.sql
Log:
Adapt to the last version of phpcompta

Modified: trunk/coprop/index.php
===================================================================
--- trunk/coprop/index.php      2012-10-01 21:12:11 UTC (rev 431)
+++ trunk/coprop/index.php      2012-10-01 21:31:39 UTC (rev 432)
@@ -31,7 +31,7 @@
 require_once 'class_acc_ledger.php';
 global $version_plugin;
 $version_plugin=SVNINFO;
-Extension::check_version(4600);
+Extension::check_version(5100);
 ob_start();
 require_once('coprop-javascript.js');
 $j=ob_get_contents();

Modified: trunk/coprop/sql/upgrade1.sql
===================================================================
--- trunk/coprop/sql/upgrade1.sql       2012-10-01 21:12:11 UTC (rev 431)
+++ trunk/coprop/sql/upgrade1.sql       2012-10-01 21:31:39 UTC (rev 432)
@@ -13,9 +13,9 @@
 alter table coprop.budget drop column b_start;
 alter table coprop.budget add column b_exercice bigint;
 alter table coprop.budget add column b_type varchar(8);
+insert into coprop.parameter values ('categorie_charge','0');
 
 
-
 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]