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'
55 ,
'tva_peppol_code'=>
'tva_peppol_code'
56 ,
'vx_code'=>
'vx_code'
64 ,
"tva_rate"=>
"numeric"
65 ,
"tva_comment"=>
"text"
67 ,
"tva_both_side"=>
"numeric"
68 ,
"tva_payment_purchase"=>
"text"
69 ,
"tva_payment_sale"=>
"text"
71 ,
'tva_reverse_account'=>
'text'
72 ,
'tva_peppol_code'=>
'text'
81 $this->date_format=
"DD.MM.YYYY";
82 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)