38 $this->
table=
"public.v_tva_rate";
39 $this->primary_key=
"tva_id";
45 ,
"tva_label"=>
"tva_label"
46 ,
"tva_rate"=>
"tva_rate"
47 ,
"tva_comment"=>
"tva_comment"
48 ,
"tva_purchase"=>
"tva_purchase"
49 ,
"tva_sale"=>
"tva_sale"
50 ,
"tva_both_side"=>
"tva_both_side"
51 ,
'tva_payment_purchase'=>
'tva_payment_purchase'
52 ,
'tva_payment_sale'=>
'tva_payment_sale'
61 ,
"tva_rate"=>
"numeric"
62 ,
"tva_comment"=>
"text"
63 ,
"tva_purchase"=>
"text"
65 ,
"tva_both_side"=>
"numeric"
66 ,
'tva_payment_purchase'=>
'text'
67 ,
'tva_payment_sale'=>
'text'
75 $this->date_format=
"DD.MM.YYYY";
76 parent::__construct($p_cn,
$p_id);
This class allow you to connect to the postgresql database, execute sql, retrieve data.
Interface : this wrapper is used to created easily a wrapper to a table (ORM) You must create a class...
ORM abstract of the view public.v_tva_rate.
__construct(DatabaseCore $p_cn, $p_id=-1)