noalyss Version-9
|
mother class for the lettering by account and by card use the tables jnt_letter, letter_deb and letter_cred More...
Public Member Functions | |
__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 () | |
Data Fields | |
$db | |
$end | |
$sql_ledger | |
$start | |
Protected Member Functions | |
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 | |
$variable | |
mother class for the lettering by account and by card use the tables jnt_letter, letter_deb and letter_cred
Definition at line 36 of file lettering.class.php.
Lettering::__construct | ( | $p_init | ) |
constructor
$p_init | resource to database |
Definition at line 57 of file lettering.class.php.
References $a, $exercice, $periode, db, and noalyss_str_replace().
Lettering::delete | ( | ) |
Definition at line 470 of file lettering.class.php.
Lettering::get_info | ( | ) |
Lettering::get_linked | ( | $p_jlid | ) |
Definition at line 334 of file lettering.class.php.
Referenced by show_letter().
Lettering::get_parameter | ( | $p_string | ) |
Definition at line 78 of file lettering.class.php.
References $idx.
Lettering::insert | ( | ) |
Definition at line 313 of file lettering.class.php.
References verify().
Lettering::insert_couple | ( | $j_id1, | |
$j_id2 | |||
) |
Use to just insert a couple of lettered operation but do not make a link between operation.
Definition at line 103 of file lettering.class.php.
References db.
Lettering::load | ( | ) |
Definition at line 464 of file lettering.class.php.
Lettering::remove_incoherent | ( | ) |
for some reason , sometimes, a record in letter_X doesn't have his counterpart in letter_Y
Definition at line 397 of file lettering.class.php.
References db.
Lettering::save | ( | $p_array | ) |
save from array, letter the accounting (or card) and create a link between operation
$p_array |
Definition at line 229 of file lettering.class.php.
Lettering::seek | ( | $cond, | |
$p_array = null |
|||
) |
retrieve * row thanks a condition
Definition at line 305 of file lettering.class.php.
Lettering::set_parameter | ( | $p_string, | |
$p_value | |||
) |
Definition at line 89 of file lettering.class.php.
References $idx.
|
protected |
show all the record from jrnx and their status (linked or not) it fills the array $this->content
Definition at line 323 of file lettering.class.php.
References $r.
Referenced by show_list().
Lettering::show_letter | ( | $p_jid | ) |
Definition at line 428 of file lettering.class.php.
References $r, $sql, db, get_linked(), and HtmlInput\hidden().
|
protected |
show only the lettered records from jrnx it fills the array $this->content
Definition at line 353 of file lettering.class.php.
References $r.
Referenced by show_list().
|
protected |
show only the lettered records from jrnx it fills the array $this->content
Definition at line 368 of file lettering.class.php.
References $r.
Referenced by show_list().
Lettering::show_list | ( | $p_type | ) |
wrapper : it call show_all, show_lettered or show_not_lettered depending of the parameter
$p_type | poss. values are all, unletter, letter |
Definition at line 407 of file lettering.class.php.
References $p_type, show_all(), show_lettered(), show_lettered_diff(), and show_not_lettered().
|
protected |
show only the not lettered records from jrnx it fills the array $this->content
Definition at line 383 of file lettering.class.php.
References $r.
Referenced by show_list().
Lettering::update | ( | ) |
Definition at line 458 of file lettering.class.php.
References verify().
Lettering::verify | ( | ) |
Definition at line 213 of file lettering.class.php.
Lettering::$db |
Definition at line 47 of file lettering.class.php.
Lettering::$end |
Definition at line 49 of file lettering.class.php.
Lettering::$sql_ledger |
Definition at line 50 of file lettering.class.php.
Lettering::$start |
Definition at line 48 of file lettering.class.php.
|
protected |
Definition at line 39 of file lettering.class.php.