39 $this->
table=
"public.tva_rate";
40 $this->primary_key=
"tva_id";
46 ,
"tva_label"=>
"tva_label"
47 ,
"tva_rate"=>
"tva_rate"
48 ,
"tva_comment"=>
"tva_comment"
49 ,
"tva_poste"=>
"tva_poste"
50 ,
"tva_both_side"=>
"tva_both_side"
51 ,
"tva_payment_purchase"=>
"tva_payment_purchase"
52 ,
"tva_payment_sale"=>
"tva_payment_sale"
53 ,
"tva_code"=>
"tva_code"
54 ,
'tva_reverse_account'=>
'tva_reverse_account'
62 ,
"tva_rate"=>
"numeric"
63 ,
"tva_comment"=>
"text"
65 ,
"tva_both_side"=>
"numeric"
66 ,
"tva_payment_purchase"=>
"text"
67 ,
"tva_payment_sale"=>
"text"
69 ,
'tva_reverse_account'=>
'text'
77 $this->date_format=
"DD.MM.YYYY";
78 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...
__construct(DatabaseCore $p_cn, $p_id=-1)