noalyss
Version-9
|
this object handles the table quant_sold More...
Public Member Functions | |
get_list () | |
return an array of gestion_table, the object are retrieved thanks the qs_internal More... | |
load () | |
search_by_jid ($p_jid) | |
Public Member Functions inherited from gestion_table | |
__construct ($p_cn) | |
contains only the dabase connx More... | |
Data Fields | |
$j_id | |
$qs_client | |
$qs_fiche | |
$qs_id | |
$qs_internal | |
$qs_price | |
$qs_quantite | |
$qs_valid | |
$qs_vat | |
$qs_vat_code | |
$qs_vat_sided | |
Data Fields inherited from gestion_table | |
$db | |
this object handles the table quant_sold
Definition at line 32 of file gestion_sold.class.php.
gestion_sold::get_list | ( | ) |
return an array of gestion_table, the object are retrieved thanks the qs_internal
Definition at line 48 of file gestion_sold.class.php.
References $array, $count, $idx, $res, $ret, $row, $sql, $value, db, and DatabaseCore\fetch_all().
gestion_sold::load | ( | ) |
Definition at line 92 of file gestion_sold.class.php.
References $idx, $res, $ret, $sql, $value, db, and DatabaseCore\fetch_all().
gestion_sold::search_by_jid | ( | $p_jid | ) |
Definition at line 83 of file gestion_sold.class.php.
References $res, db, DatabaseCore\fetch_result(), and DatabaseCore\num_row().
gestion_sold::$j_id |
jrnx.j_id
Definition at line 43 of file gestion_sold.class.php.
gestion_sold::$qs_client |
f_id of the customer
Definition at line 41 of file gestion_sold.class.php.
gestion_sold::$qs_fiche |
f_id code
Definition at line 36 of file gestion_sold.class.php.
gestion_sold::$qs_id |
$qs_id primary key
Definition at line 34 of file gestion_sold.class.php.
gestion_sold::$qs_internal |
qs_internal
Definition at line 35 of file gestion_sold.class.php.
gestion_sold::$qs_price |
price
Definition at line 38 of file gestion_sold.class.php.
gestion_sold::$qs_quantite |
quantity of the card
Definition at line 37 of file gestion_sold.class.php.
gestion_sold::$qs_valid |
will not be used
Definition at line 42 of file gestion_sold.class.php.
gestion_sold::$qs_vat |
vat_amount
Definition at line 39 of file gestion_sold.class.php.
gestion_sold::$qs_vat_code |
vat_code
Definition at line 40 of file gestion_sold.class.php.
gestion_sold::$qs_vat_sided |
Definition at line 44 of file gestion_sold.class.php.