noalyss Version-9
|
only for operation retrieved thanks a account (jrnx.j_poste) manage the accounting entries for a given account More...
Public Member Functions | |
__construct ($p_init, $p_account=null) | |
get_all () | |
fills this->content with all the operation for the this->account(jrnx.j_poste) More... | |
get_filter ($p_jid=0) | |
fills the this->content, datas are filtered thanks More... | |
get_letter () | |
same as get_all but only for lettered operation More... | |
get_letter_diff () | |
same as get_all but only for lettered operation More... | |
get_unletter () | |
same as get_all but only for unlettered operation More... | |
Public Member Functions inherited from Lettering | |
__construct ( $p_init) | |
constructor More... | |
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. More... | |
load () | |
remove_incoherent () | |
for some reason , sometimes, a record in letter_X doesn't have his counterpart in letter_Y More... | |
save ($p_array) | |
save from array, letter the accounting (or card) and create a link between operation More... | |
seek ($cond, $p_array=null) | |
retrieve * row thanks a condition More... | |
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 More... | |
update () | |
verify () | |
Additional Inherited Members | |
Data Fields inherited from Lettering | |
$db | |
$end | |
$sql_ledger | |
$start | |
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 More... | |
show_lettered () | |
show only the lettered records from jrnx it fills the array $this->content More... | |
show_lettered_diff () | |
show only the lettered records from jrnx it fills the array $this->content More... | |
show_not_lettered () | |
show only the not lettered records from jrnx it fills the array $this->content More... | |
Protected Attributes inherited from Lettering | |
$variable | |
only for operation retrieved thanks a account (jrnx.j_poste) manage the accounting entries for a given account
Definition at line 481 of file lettering.class.php.
Lettering_Account::__construct | ( | $p_init, | |
$p_account = null |
|||
) |
Definition at line 484 of file lettering.class.php.
Lettering_Account::get_all | ( | ) |
fills this->content with all the operation for the this->account(jrnx.j_poste)
Definition at line 549 of file lettering.class.php.
Lettering_Account::get_filter | ( | $p_jid = 0 | ) |
fills the this->content, datas are filtered thanks
Definition at line 500 of file lettering.class.php.
References $sql, content, db, and isNumber().
Lettering_Account::get_letter | ( | ) |
same as get_all but only for lettered operation
Definition at line 578 of file lettering.class.php.
Lettering_Account::get_letter_diff | ( | ) |
same as get_all but only for lettered operation
Definition at line 607 of file lettering.class.php.
Lettering_Account::get_unletter | ( | ) |
same as get_all but only for unlettered operation
Definition at line 638 of file lettering.class.php.