|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
only for operation retrieved thanks a quick_code manage the accounting entries for a given card More...
Inheritance diagram for Lettering_Card:
Collaboration diagram for Lettering_Card:Public Member Functions | |
| __construct ($p_init, $p_qcode=null) | |
| get_all () | |
| fills this->content with all the operation for the this->quick_code(j_qcode) | |
| get_balance_ageing ($p_type) | |
| fill $this->content with the rows from this query Columns are | |
| get_filter ($p_jid=0) | |
| fills the this->content, datas are filtered thanks | |
| get_letter () | |
| same as get_all but only for lettered operation | |
| get_letter_diff () | |
| get_unletter () | |
| same as get_all but only for unlettered operation | |
Public Member Functions inherited from Lettering | |
| __construct ( $p_init) | |
| constructor | |
| delete () | |
| get_info () | |
| get_linked ($p_jlid) | |
| get_parameter ($p_string) | |
| insert () | |
| insert_couple ($j_id1, $j_id2) | |
| Use to just insert a couple of lettered operation but do not make a link between operation. | |
| load () | |
| remove_incoherent () | |
| for some reason , sometimes, a record in letter_X doesn't have his counterpart in letter_Y | |
| save ($p_array) | |
| save from array, letter the accounting (or card) and create a link between operation | |
| seek ($cond, $p_array=null) | |
| retrieve * row thanks a condition | |
| set_parameter ($p_string, $p_value) | |
| show_letter ($p_jid) | |
| show_list ($p_type) | |
| wrapper : it call show_all, show_lettered or show_not_lettered depending of the parameter | |
| update () | |
| verify () | |
Data Fields | |
| $quick_code | |
| constructor | |
Data Fields inherited from Lettering | |
| $content | |
| $db | |
| $end | |
| $fil_amount_max | |
| $fil_amount_min | |
| $fil_deb | |
| $linked | |
| $object_type | |
| $sql_ledger | |
| $start | |
Additional Inherited Members | |
Protected Member Functions inherited from Lettering | |
| show_all () | |
| show all the record from jrnx and their status (linked or not) it fills the array $this->content | |
| show_lettered () | |
| show only the lettered records from jrnx it fills the array $this->content | |
| show_lettered_diff () | |
| show only the lettered records from jrnx it fills the array $this->content | |
| show_not_lettered () | |
| show only the not lettered records from jrnx it fills the array $this->content | |
Protected Attributes inherited from Lettering | |
| $variable | |
| $variable (array) data member | |
only for operation retrieved thanks a quick_code manage the accounting entries for a given card
Definition at line 674 of file lettering.class.php.
| Lettering_Card::__construct | ( | $p_init, | |
| $p_qcode = null ) |
Definition at line 683 of file lettering.class.php.
| Lettering_Card::get_all | ( | ) |
fills this->content with all the operation for the this->quick_code(j_qcode)
Definition at line 753 of file lettering.class.php.
| Lettering_Card::get_balance_ageing | ( | $p_type | ) |
fill $this->content with the rows from this query Columns are
| type | $p_type | value is unlet for unlettered operation or let for everything |
Definition at line 880 of file lettering.class.php.
| Lettering_Card::get_filter | ( | $p_jid = 0 | ) |
fills the this->content, datas are filtered thanks
Definition at line 699 of file lettering.class.php.
References $sql, content, db, and isNumber().
Here is the call graph for this function:| Lettering_Card::get_letter | ( | ) |
same as get_all but only for lettered operation
Definition at line 783 of file lettering.class.php.
| Lettering_Card::get_letter_diff | ( | ) |
Definition at line 809 of file lettering.class.php.
| Lettering_Card::get_unletter | ( | ) |
same as get_all but only for unlettered operation
Definition at line 839 of file lettering.class.php.
| Lettering_Card::$quick_code |
constructor
| $p_init | db resource |
| $p_qcode | quick_code of the jrnx.j_id |
Definition at line 682 of file lettering.class.php.