phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r679 - trunk/transform/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r679 - trunk/transform/include
Date: Sat, 1 Feb 2014 16:15:53 +0100 (CET)

Author: danydb
Date: 2014-02-01 16:15:52 +0100 (Sat, 01 Feb 2014)
New Revision: 679

Modified:
   trunk/transform/include/class_transform_sql.php
Log:
add column r_type to table request

Modified: trunk/transform/include/class_transform_sql.php
===================================================================
--- trunk/transform/include/class_transform_sql.php     2014-02-01 15:15:16 UTC 
(rev 678)
+++ trunk/transform/include/class_transform_sql.php     2014-02-01 15:15:52 UTC 
(rev 679)
@@ -36,6 +36,7 @@
     //------ Attributes-----
     var $r_id;
     var $r_date;
+    var $r_type;
 
     /* example private 
$variable=array("easy_name"=>column_name,"email"=>"column_name_email","val3"=>0);
 */
 
@@ -48,12 +49,14 @@
 
         $this->name = array(
             "r_id" => "r_id",
-            "r_date" => "r_date"
+            "r_date" => "r_date",
+            "r_type"=>'r_type'
         );
 
         $this->type = array(
             "r_id" => "numeric",
-            "r_date" => "date"
+            "r_date" => "date",
+            "r_type"=>"text"
         );
 
         $this->default = array(



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