noalyss
Version-6.7.2
|
this class manage data from the QUANT_FIN table More...
Public Member Functions | |
__construct ($p_cn, $p_jrid=0) | |
get () | |
retrieve some common data from jrn as the datum, the comment,payment limit... |
this class manage data from the QUANT_FIN table
Definition at line 689 of file class_acc_operation.php.
Acc_Fin::__construct | ( | $ | p_cn, |
$ | p_jrid = 0 |
||
) |
Reimplemented from Acc_Detail.
Definition at line 691 of file class_acc_operation.php.
{ parent::__construct($p_cn,$p_jrid); $this->signature='FIN'; }
Acc_Fin::get | ( | ) |
retrieve some common data from jrn as the datum, the comment,payment limit...
Reimplemented from Acc_Detail.
Definition at line 697 of file class_acc_operation.php.
References $sql, db, and jr_id.
{ parent::get(); $sql="SELECT qf_id, qf_bank, jr_id, qf_other, qf_amount FROM quant_fin where jr_id = $1"; $this->det->array=$this->db->get_array($sql,array($this->jr_id)); }