noalyss  Version-6.7.2
Public Member Functions
Acc_Fin Class Reference

this class manage data from the QUANT_FIN table More...

Inheritance diagram for Acc_Fin:
Acc_Detail Acc_Operation

Public Member Functions

 __construct ($p_cn, $p_jrid=0)
 get ()
 retrieve some common data from jrn as the datum, the comment,payment limit...

Detailed Description

this class manage data from the QUANT_FIN table

Note:
Data member are the column of the table

Definition at line 689 of file class_acc_operation.php.


Constructor & Destructor Documentation

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';
    }

Member Function Documentation

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));
    }

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations