Plugins  LAST
 All Data Structures Files Functions Variables Pages
Public Member Functions
RAPAV_Listing_Param_SQL Class Reference
Inheritance diagram for RAPAV_Listing_Param_SQL:
Inheritance graph
Collaboration diagram for RAPAV_Listing_Param_SQL:
Collaboration graph

Public Member Functions

 __construct ($p_id=-1)
 

Detailed Description

Definition at line 341 of file class_rapport_avance_sql.php.

Constructor & Destructor Documentation

RAPAV_Listing_Param_SQL::__construct (   $p_id = -1)

Definition at line 347 of file class_rapport_avance_sql.php.

References $cn, name, and table.

348  {
349 
350 
351  $this->table = "rapport_advanced.listing_param";
352  $this->primary_key = "lp_id";
353 
354  $this->name = array(
355  "lp_id" => "lp_id",
356  "listing_id" => "l_id",
357  "code" => "lp_code",
358  "comment" => "lp_comment",
359  "order" => "l_order",
360  "tmp_val" => "tmp_val",
361  "tva_id" => "tva_id",
362  "formula" => "fp_formula",
363  "signed" => "fp_signed",
364  "jrn_def_type" => "jrn_def_type",
365  "acc_vat_sum" => "tt_id",
366  "formula_type" => "type_detail",
367  "with_tmp_val" => "with_tmp_val",
368  "sum_signed" => "type_sum_account",
369  "operation_pcm_val" => "operation_pcm_val",
370  "jrn_def_id" => "jrn_def_id",
371  "date_paid" => "date_paid",
372  "attribut_card" => "ad_id",
373  "card_saldo" => "lp_card_saldo",
374  "with_card" => "lp_with_card",
375  "lp_histo"=>"lp_histo"
376  );
377 
378  $this->type = array(
379  "lp_id" => "numeric",
380  "l_id" => "numeric",
381  "lp_code" => "text",
382  "lp_comment" => "text",
383  "l_order" => "numeric",
384  "tmp_val" => "text",
385  "tva_id" => "numeric",
386  "fp_formula" => "text",
387  "fp_signed" => "numeric",
388  "jrn_def_type" => "text",
389  "tt_id" => "numeric",
390  "type_detail" => "numeric",
391  "with_tmp_val" => "text",
392  "type_sum_account" => "numeric",
393  "operation_pcm_val" => "text",
394  "jrn_def_id" => "numeric",
395  "date_paid" => "numeric",
396  "ad_id" => "numeric",
397  "lp_card_saldo" => "text",
398  "lp_with_card" => "text",
399  "lp_histo" => "numeric",
400  );
401 
402  $this->default = array(
403  "lp_id" => "auto"
404  );
405  global $cn;
406 
407  parent::__construct($cn, $p_id);
408  }
$categorie_appel table
$categorie_appel name
global $cn

The documentation for this class was generated from the following file: