Plugins  LAST
 All Data Structures Files Functions Variables Pages
class_impacc_import_detail_sql.php
Go to the documentation of this file.
1 <?php
2 
3 /**
4  * Autogenerated file
5  * This file is part of NOALYSS.
6  *
7  * NOALYSS is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; either version 2 of the License, or
10  * (at your option) any later version.
11  *
12  * NOALYSS is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with NOALYSS; if not, write to the Free Software
19  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */
21 require_once NOALYSS_INCLUDE.'/database/class_noalyss_sql.php';
22 require_once NOALYSS_INCLUDE.'/lib/class_database.php';
23 
24 
25 /**
26  * class_import_detail_sql.php
27  *
28  *@file
29  *@brief abstract of the table impacc.import_detail */
30 class Impacc_Import_detail_SQL extends Noalyss_SQL
31 {
32 
33 function __construct(Database $p_cn,$p_id=-1)
34  {
35  $this->table = "impacc.import_detail";
36  $this->primary_key = "id";
37 /*
38  * List of columns
39  */
40  $this->name=array(
41  "id"=>"id"
42  ,"import_id"=>"import_id"
43  ,"id_date"=>"id_date"
44  ,"id_code_group"=>"id_code_group"
45  ,"id_nb_row"=>"id_nb_row"
46  ,"id_pj"=>"id_pj"
47  ,"id_acc"=>"id_acc"
48  ,"id_acc_second"=>"id_acc_second"
49  ,"id_quant"=>"id_quant"
50  ,"id_amount_novat"=>"id_amount_novat"
51  ,"id_amount_vat"=>"id_amount_vat"
52  ,"tva_code"=>"tva_code"
53  ,"jr_id"=>"jr_id"
54  ,"id_status"=>"id_status"
55  ,"id_message"=>"id_message"
56  ,"id_label"=>"id_label"
57  ,"id_date_limit"=>"id_date_limit"
58  ,"id_date_payment"=>"id_date_payment"
59  ,"id_date_conv"=>"id_date_conv"
60  ,"id_date_limit_conv"=>"id_date_limit_conv"
61  ,"id_date_payment_conv"=>"id_date_payment_conv"
62  ,"id_quant_conv"=>"id_quant_conv"
63  ,"id_amount_novat_conv"=>"id_amount_novat_conv"
64  ,"id_amount_vat_conv"=>"id_amount_vat_conv"
65  ,"id_date_format_conv"=>"id_date_format_conv"
66  ,"id_debit"=>"id_debit"
67  );
68 /*
69  * Type of columns
70  */
71  $this->type = array(
72  "id"=>"numeric"
73  ,"import_id"=>"numeric"
74  ,"id_date"=>"text"
75  ,"id_code_group"=>"text"
76  ,"id_nb_row"=>"numeric"
77  ,"id_pj"=>"text"
78  ,"id_acc"=>"text"
79  ,"id_acc_second"=>"text"
80  ,"id_quant"=>"text"
81  ,"id_amount_novat"=>"text"
82  ,"id_amount_vat"=>"text"
83  ,"tva_code"=>"text"
84  ,"jr_id"=>"numeric"
85  ,"id_status"=>"numeric"
86  ,"id_message"=>"text"
87  ,"id_label"=>"text"
88  ,"id_date_limit"=>"text"
89  ,"id_date_payment"=>"text"
90  ,"id_date_conv"=>"text"
91  ,"id_date_limit_conv"=>"text"
92  ,"id_date_payment_conv"=>"text"
93  ,"id_quant_conv"=>"text"
94  ,"id_amount_novat_conv"=>"text"
95  ,"id_amount_vat_conv"=>"text"
96  ,"id_date_format_conv"=>"text"
97  ,"id_debit"=>"text"
98  );
99 
100 
101  $this->default = array(
102  "id" => "auto"
103  );
104 
105  $this->date_format = "DD.MM.YYYY";
106  parent::__construct($p_cn,$p_id);
107  }
108 
109 
110 }
__construct(Database $p_cn, $p_id=-1)
$categorie_appel table
$categorie_appel name