noalyss Version-9
|
define Class fiche and fiche def, those class are using class attribut. When adding or modifing new card in a IPOPUP the ipopup for the accounting item is ipop_account More...
Public Member Functions | |
__construct ($p_cn, $p_id=0) | |
__toString () | |
belong_ledger ($p_jrn, $p_type="") | |
Check if a fiche is used by a jrn return 1 if the fiche is in the range otherwise 0, the quick_code or the id must be set. More... | |
blank ($p_fiche_def) | |
insert a new record show a blank card to be filled More... | |
build_sql ($array) | |
create the sql statement for retrieving all the card More... | |
button_csv ($p_from, $p_to) | |
Return a string with the HTML code to display a button to export the history in CSV. More... | |
button_pdf ($p_from, $p_to) | |
Return a string with the HTML code to display a button to export the history in PDF. More... | |
count_by_modele ($p_frd_id, $p_search="", $p_sql="") | |
Count the nb of card with the reference card id frd_id. More... | |
delete () | |
Display ($p_readonly, $p_in="") | |
Display object instance, getAttribute sort the attribute and add missing ones. More... | |
display_row () | |
display card as a table row , the tag TR must be added More... | |
empty_attribute ($p_attr) | |
check if an attribute is empty More... | |
filter_history ($p_table_id) | |
Filter in javascript the table with the history. More... | |
Get () | |
Synonum of fiche::getAttribut. More... | |
get_all_account () | |
get_amount_side ($p_amount) | |
return the letter C if amount is > 0, D if < 0 or = More... | |
get_bank_ledger () | |
Returns the Acc_Ledger_Fin ledger for which the card is the default bank account or null if no ledger is found. More... | |
get_bk_account () | |
get the available bank_account filtered by the security More... | |
get_bk_balance ($p_cond="") | |
get the bank balance with receipt or not in Euro More... | |
get_bk_balance_currency ($p_cond="") | |
Get the sum in Currency. More... | |
get_by_category ($p_offset=-1, $p_search="", $p_order='') | |
get all the card thanks the fiche_def_ref More... | |
get_by_qcode ($p_qcode=null, $p_all=true) | |
Retrieve a card thx his quick_code complete the object,, set the id member of the object or set it to 0 if no card is found. More... | |
get_categorie () | |
get the fd_id of the card : fd_id, it set the attribute fd_id More... | |
get_f_enable () | |
get_fiche_def_ref () | |
get_fiche_def_ref_id () | |
retrieve the frd_id of the fiche it is the type of the card (bank, purchase...) (fiche_def_ref primary key) More... | |
get_gestion_title () | |
get_id () | |
get_quick_code () | |
return the quick_code of a card More... | |
get_row ($p_from, $p_to) | |
Get data for poste. More... | |
get_row_date ($p_from, $p_to, $op_let=0) | |
Get data for poste. More... | |
get_solde_detail ($p_cond="") | |
give the balance of an card More... | |
getAttribut () | |
get all the attribute of a card, add missing ones and sort the array ($this->attribut) by ad_id More... | |
GetByDef ($p_frd_id, $p_offset=-1, $p_search="", $p_order='') | |
Return array of card from the frd family deprecated , use insert get_by_category_id. More... | |
getDisplayMode () | |
getLabelCategory () | |
getName () | |
return the name of a card More... | |
HtmlTable ($p_array=null, $op_let=0, $from_div=1) | |
HtmlTable, display a HTML of a card for the asked period. More... | |
HtmlTableDetail ($p_array=null, $op_let=0) | |
HtmlTable, display a HTML of a card for the asked period. More... | |
HtmlTableHeader ($p_array=null) | |
Display HTML Table Header (button) More... | |
insert ($p_fiche_def, $p_array=null, $transaction=true) | |
insert a new record thanks an array , either as parameter or $_POST More... | |
is_used () | |
check if a card is used More... | |
load () | |
Synonum of fiche::getAttribut. More... | |
move_to ($p_fdid) | |
move a card to another cat. More... | |
remove ($silent=false) | |
remove a card, check if not used first, must be synchro with is_used More... | |
save ($p_fiche_def=0) | |
Save a card, call insert or update. More... | |
seek ($p_attribut, $p_value) | |
find the card with the p_attribut equal to p_value, it is not case sensitive More... | |
set_f_enable ($f_enable) | |
set_fiche_def ($p_fiche_def) | |
set_fiche_def_ref ($fiche_def_ref) | |
set_id ($id) | |
setAttribut ($p_ad_id, $p_value) | |
set an attribute by a value, if the attribut array is empty a call to getAttribut is performed More... | |
setDisplayMode ($p_mode) | |
how the card is display : either in a window or a greated container More... | |
ShowTable () | |
strAttribut ($p_ad_id, $p_return=1) | |
Summary ($p_search="", $p_action="", $p_sql="", $p_amount=false) | |
show the default screen More... | |
to_array () | |
turn a card into an array , then it can be saved thanks update or insert More... | |
update ($p_array=null) | |
update a card with an array More... | |
Static Public Member Functions | |
static | cmp_name (Fiche $o1, Fiche $o2) |
used with a usort function, to sort an array of Fiche on the name More... | |
static | from_qcode ($p_qcode) |
create a card from a qcode and returns a card More... | |
static | get_fiche_def ($p_cn, $pFd_id, $p_order='') |
get all the card from a categorie More... | |
static | test_me () |
Data Fields | |
$attribut | |
$cn | |
$fiche_def | |
$fiche_def_ref | |
$id | |
$quick_code | |
$row | |
$tot_cred | |
$tot_deb | |
Private Member Functions | |
get_row_result_deprecated ($res) | |
fetch and return and array More... | |
Private Attributes | |
$display_mode | |
$f_enable | |
define Class fiche and fiche def, those class are using class attribut. When adding or modifing new card in a IPOPUP the ipopup for the accounting item is ipop_account
Definition at line 37 of file fiche.class.php.
Fiche::__construct | ( | $p_cn, | |
$p_id = 0 |
|||
) |
Reimplemented in Admin, Bank, contact, Customer, Manager, and Supplier.
Definition at line 51 of file fiche.class.php.
References $p_id, cn, isNumber(), and load().
Fiche::__toString | ( | ) |
Definition at line 369 of file fiche.class.php.
Fiche::belong_ledger | ( | $p_jrn, | |
$p_type = "" |
|||
) |
Check if a fiche is used by a jrn return 1 if the fiche is in the range otherwise 0, the quick_code or the id must be set.
$p_jrn | journal_id |
$p_type | : deb or cred default empty |
Definition at line 1485 of file fiche.class.php.
References $id, $list, $Max, $p_type, $Res, $row, $sql, cn, elseif, DatabaseCore\fetch_all(), and DatabaseCore\num_row().
Fiche::blank | ( | $p_fiche_def | ) |
insert a new record show a blank card to be filled
$p_fiche_def | is the fiche_def.fd_id |
Definition at line 350 of file fiche.class.php.
References $array, $attr, $fiche_def, $msg, $r, $table, and cn.
Fiche::build_sql | ( | $array | ) |
create the sql statement for retrieving all the card
$array | contains the condition [jrn] => 2 [typecard] => cred / deb / filter or list [query] => string |
Reimplemented in contact.
Definition at line 1646 of file fiche.class.php.
References $array, $jrn, $query, $sql, $typecard, cn, if, noalyss_str_replace(), noalyss_strlentrim(), noalyss_trim(), and sql_string().
Fiche::button_csv | ( | $p_from, | |
$p_to | |||
) |
Return a string with the HTML code to display a button to export the history in CSV.
type | $p_from | from date (DD.MM.YYYY) |
type | $p_to | to date (DD.MM.YYYY) |
Definition at line 1825 of file fiche.class.php.
References $href, and Dossier\id().
Fiche::button_pdf | ( | $p_from, | |
$p_to | |||
) |
Return a string with the HTML code to display a button to export the history in PDF.
type | $p_from | from date (DD.MM.YYYY) |
type | $p_to | to date (DD.MM.YYYY) |
Definition at line 1847 of file fiche.class.php.
References $href, and Dossier\id().
used with a usort function, to sort an array of Fiche on the name
Definition at line 135 of file fiche.class.php.
References ATTR_DEF_NAME, and strAttribut().
Fiche::count_by_modele | ( | $p_frd_id, | |
$p_search = "" , |
|||
$p_sql = "" |
|||
) |
Count the nb of card with the reference card id frd_id.
$p_frd_id | the fiche_def_ref.frd_id |
$p_search | p_search is a filter on the name |
$p_sql | extra sql condition |
Definition at line 249 of file fiche.class.php.
Fiche::delete | ( | ) |
Definition at line 1618 of file fiche.class.php.
Fiche::Display | ( | $p_readonly, | |
$p_in = "" |
|||
) |
Display object instance, getAttribute sort the attribute and add missing ones.
$p_readonly | true= if can not modify, otherwise false | |
string | $p_in | if called from an ajax it is the id of the html elt containing |
Definition at line 395 of file fiche.class.php.
References $attr, $attribut, $f_enable, $fiche_def, $msg, $p_readonly, $r, $ret, cn, td(), and tr().
Fiche::display_row | ( | ) |
display card as a table row , the tag TR must be added
Definition at line 1895 of file fiche.class.php.
References $attr, $e, $sort, $value, cn, elseif, h, and td().
Fiche::empty_attribute | ( | $p_attr | ) |
check if an attribute is empty
$p_attr | the id of the attribut to check (ad_id) |
Definition at line 1284 of file fiche.class.php.
References $res, $sql, $text, cn, DatabaseCore\fetch_result(), noalyss_trim(), and DatabaseCore\num_row().
Referenced by Acc_Ledger_Purchase\compute_no_deductible(), and Acc_Ledger_Purchase\insert_no_deductible().
Fiche::filter_history | ( | $p_table_id | ) |
Filter in javascript the table with the history.
type | $p_table_id | id of the table containting the data to filter |
Definition at line 1868 of file fiche.class.php.
References HtmlInput\filter_table().
|
static |
create a card from a qcode and returns a card
string | $p_qcode | qcode of the card |
Definition at line 1932 of file fiche.class.php.
References $card, $cn, and Dossier\connect().
Fiche::Get | ( | ) |
Synonum of fiche::getAttribut.
Definition at line 637 of file fiche.class.php.
References getAttribut().
Fiche::get_all_account | ( | ) |
Definition at line 1814 of file fiche.class.php.
Fiche::get_amount_side | ( | $p_amount | ) |
return the letter C if amount is > 0, D if < 0 or =
type | $p_amount |
Definition at line 1754 of file fiche.class.php.
Fiche::get_bank_ledger | ( | ) |
Returns the Acc_Ledger_Fin ledger for which the card is the default bank account or null if no ledger is found.
Definition at line 1874 of file fiche.class.php.
References $e, $id, $ledger, cn, and record_log().
Fiche::get_bk_account | ( | ) |
get the available bank_account filtered by the security
Definition at line 144 of file fiche.class.php.
Fiche::get_bk_balance | ( | $p_cond = "" | ) |
get the bank balance with receipt or not in Euro
Definition at line 1253 of file fiche.class.php.
References $Max, $qcode, $r, $Res, $sql, ATTR_DEF_QUICKCODE, cn, DatabaseCore\fetch_array(), and DatabaseCore\num_row().
Fiche::get_bk_balance_currency | ( | $p_cond = "" | ) |
Get the sum in Currency.
string | $p_cond |
Exception |
Definition at line 1231 of file fiche.class.php.
Fiche::get_by_category | ( | $p_offset = -1 , |
|
$p_search = "" , |
|||
$p_order = '' |
|||
) |
get all the card thanks the fiche_def_ref
$p_offset | (default =-1) |
$p_search | sql condition |
Definition at line 653 of file fiche.class.php.
References $all, $i, $limit, $Max, $order, $p_order, $sql, cn, DatabaseCore\fetch_array(), and DatabaseCore\num_row().
Referenced by GetByDef().
Fiche::get_by_qcode | ( | $p_qcode = null , |
|
$p_all = true |
|||
) |
Retrieve a card thx his quick_code complete the object,, set the id member of the object or set it to 0 if no card is found.
get_by_qcode($p_qcode)
$p_qcode | quick_code (ad_id=23) |
$p_all | retrieve all the attribut of the card, possible value are true or false. false retrieves only the f_id. By default true |
Definition at line 177 of file fiche.class.php.
References $quick_code, $sql, cn, and getAttribut().
Referenced by Follow_Up\save().
Fiche::get_categorie | ( | ) |
get the fd_id of the card : fd_id, it set the attribute fd_id
Definition at line 1459 of file fiche.class.php.
Fiche::get_f_enable | ( | ) |
Definition at line 109 of file fiche.class.php.
References $f_enable.
Referenced by to_array(), and Card_Property\update().
|
static |
get all the card from a categorie
$p_cn | database connx |
$pFd_id | is the category id |
$p_order | for the sort, possible values is name_asc,name_desc or nothing |
Definition at line 1570 of file fiche.class.php.
Fiche::get_fiche_def_ref | ( | ) |
Fiche::get_fiche_def_ref_id | ( | ) |
retrieve the frd_id of the fiche it is the type of the card (bank, purchase...) (fiche_def_ref primary key)
Definition at line 703 of file fiche.class.php.
Fiche::get_gestion_title | ( | ) |
Definition at line 1809 of file fiche.class.php.
References $r, ATTR_DEF_FIRST_NAME, and h.
Fiche::get_id | ( | ) |
Fiche::get_quick_code | ( | ) |
return the quick_code of a card
Definition at line 625 of file fiche.class.php.
References $r, $Res, $sql, cn, and DatabaseCore\fetch_all().
Fiche::get_row | ( | $p_from, | |
$p_to | |||
) |
Get data for poste.
$p_from | periode periode.p_id |
$p_to | end periode periode.p_id |
Definition at line 845 of file fiche.class.php.
References $periode, $qcode, ATTR_DEF_QUICKCODE, cn, echo_error(), DatabaseCore\fetch_result(), DatabaseCore\num_row(), sql_filter_per(), and strAttribut().
Fiche::get_row_date | ( | $p_from, | |
$p_to, | |||
$op_let = 0 |
|||
) |
Get data for poste.
$p_from | periode from |
$p_to | end periode |
$op_let | 0 all operation, 1 only lettered one, 2 only unlettered one |
Definition at line 751 of file fiche.class.php.
References $g_user, $qcode, $row, $tot_cred, $tot_deb, ATTR_DEF_QUICKCODE, cn, echo_error(), DatabaseCore\fetch_result(), DatabaseCore\num_row(), and strAttribut().
Referenced by HtmlTable(), and HtmlTableDetail().
|
private |
fetch and return and array
Definition at line 716 of file fiche.class.php.
References $array, $i, $Max, $res, $tot_cred, $tot_deb, DatabaseCore\fetch_array(), and DatabaseCore\num_row().
Fiche::get_solde_detail | ( | $p_cond = "" | ) |
give the balance of an card
Definition at line 1201 of file fiche.class.php.
References $Max, $qcode, $r, $Res, ATTR_DEF_QUICKCODE, cn, DatabaseCore\fetch_array(), and DatabaseCore\num_row().
Fiche::getAttribut | ( | ) |
get all the attribute of a card, add missing ones and sort the array ($this->attribut) by ad_id
Definition at line 221 of file fiche.class.php.
References Card_Property\load().
Referenced by Get(), get_by_qcode(), insert(), load(), setAttribut(), strAttribut(), to_array(), and update().
Fiche::GetByDef | ( | $p_frd_id, | |
$p_offset = -1 , |
|||
$p_search = "" , |
|||
$p_order = '' |
|||
) |
Return array of card from the frd family deprecated , use insert get_by_category_id.
$p_frd_id | the fiche_def_ref.frd_id NOT USED , $this->fiche_def_ref will be used instead |
$p_offset | |
$p_search | is an optional filter |
$p_order | : possible values are name, f_id |
Definition at line 286 of file fiche.class.php.
References $p_order, and get_by_category().
Fiche::getDisplayMode | ( | ) |
Definition at line 89 of file fiche.class.php.
References $display_mode.
Fiche::getLabelCategory | ( | ) |
Definition at line 378 of file fiche.class.php.
References cn.
Fiche::getName | ( | ) |
return the name of a card
Definition at line 611 of file fiche.class.php.
References $r, $Res, $sql, cn, and DatabaseCore\fetch_all().
Referenced by HtmlTableDetail().
Fiche::HtmlTable | ( | $p_array = null , |
|
$op_let = 0 , |
|||
$from_div = 1 |
|||
) |
HtmlTable, display a HTML of a card for the asked period.
$p_array | default = null keys = from_periode, to_periode |
$op_let | 0 all operation, 1 only lettered one, 2 only unlettered one |
If the currency is not the default one , then show the amount
Definition at line 964 of file fiche.class.php.
References $_REQUEST, $array, $class, $from_div, $g_parameter, $idx, $let, $op, $operation, $p_array, $progress, $rep, $side, $tiers, $tmp, $tot_cred, $tot_deb, cmpDate(), cn, format_date(), get_row_date(), h, id, nbm(), HtmlInput\show_reconcile(), td(), and th().
Fiche::HtmlTableDetail | ( | $p_array = null , |
|
$op_let = 0 |
|||
) |
HtmlTable, display a HTML of a card for the asked period.
$op_let | 0 all operation, 1 only lettered one, 2 only unlettered one |
Definition at line 896 of file fiche.class.php.
References $_REQUEST, $ac, $array, $diff, $name, $op, $p_array, $qcode, $rep, $solde_type, $tot_cred, $tot_deb, ATTR_DEF_QUICKCODE, cn, get_row_date(), getName(), and strAttribut().
Fiche::HtmlTableHeader | ( | $p_array = null | ) |
Display HTML Table Header (button)
Definition at line 1136 of file fiche.class.php.
References $_REQUEST, $hid, $id, $p_array, HtmlInput\array_to_hidden(), HtmlInput\hidden(), HtmlInput\print_window(), and HtmlInput\submit().
Fiche::insert | ( | $p_fiche_def, | |
$p_array = null , |
|||
$transaction = true |
|||
) |
insert a new record thanks an array , either as parameter or $_POST
$p_fiche_def | fiche_def.fd_id |
$p_array | is the array containing the data |
$transation | DEPRECATED : if we are in a transaction, we don't commit here , else if not, the then a transaction is started and committed |
av_textX where X is the ad_id \verb example av_text1=>'name' \endverb
Definition at line 468 of file fiche.class.php.
References $_POST, $e, $fiche_def, $fiche_id, $p_array, $sql, ATTR_DEF_NAME, ATTR_DEF_QUICKCODE, cn, EXC_INVALID, getAttribut(), record_log(), setAttribut(), sql_string(), and Card_Property\update().
Referenced by save().
Fiche::is_used | ( | ) |
check if a card is used
Definition at line 1590 of file fiche.class.php.
References $count, $qcode, $sql, ATTR_DEF_QUICKCODE, and cn.
Referenced by remove().
Fiche::load | ( | ) |
Synonum of fiche::getAttribut.
Definition at line 643 of file fiche.class.php.
References getAttribut().
Referenced by __construct().
Fiche::move_to | ( | $p_fdid | ) |
move a card to another cat.
The properties will changed and be removed
$p_fdid | the fd_id of destination |
Definition at line 1739 of file fiche.class.php.
References cn.
Fiche::remove | ( | $silent = false | ) |
remove a card, check if not used first, must be synchro with is_used
Definition at line 590 of file fiche.class.php.
References alert(), and is_used().
Fiche::save | ( | $p_fiche_def = 0 | ) |
Save a card, call insert or update.
p_fiche_def | (default 0) |
Definition at line 446 of file fiche.class.php.
References insert(), and update().
Fiche::seek | ( | $p_attribut, | |
$p_value | |||
) |
find the card with the p_attribut equal to p_value, it is not case sensitive
int | $p_attribut | attribute to find see table attr_def |
string | $p_value | value in attr_value.av_text |
Definition at line 231 of file fiche.class.php.
Fiche::set_f_enable | ( | $f_enable | ) |
Fiche::set_fiche_def | ( | $p_fiche_def | ) |
Definition at line 93 of file fiche.class.php.
Fiche::set_fiche_def_ref | ( | $fiche_def_ref | ) |
Definition at line 120 of file fiche.class.php.
References $fiche_def_ref.
Fiche::set_id | ( | $id | ) |
Definition at line 114 of file fiche.class.php.
References $id.
Fiche::setAttribut | ( | $p_ad_id, | |
$p_value | |||
) |
set an attribute by a value, if the attribut array is empty a call to getAttribut is performed
int | AD_ID attr_def.ad_id |
int | value value of this attribute |
Definition at line 203 of file fiche.class.php.
References $attribut, $e, EXC_INVALID, and getAttribut().
Referenced by insert(), and update().
Fiche::setDisplayMode | ( | $p_mode | ) |
how the card is display : either in a window or a greated container
string | $p_mode | can be large or window |
Exception |
Definition at line 78 of file fiche.class.php.
Fiche::ShowTable | ( | ) |
Definition at line 290 of file fiche.class.php.
Fiche::strAttribut | ( | $p_ad_id, | |
$p_return = 1 |
|||
) |
Definition at line 308 of file fiche.class.php.
References $e, getAttribut(), noalyss_trim(), and NOTFOUND.
Referenced by cmp_name(), Acc_Ledger_Purchase\compute_no_deductible(), get_row(), get_row_date(), HtmlTableDetail(), Acc_Ledger_Purchase\insert_no_deductible(), update(), and Card_Property\update().
Fiche::Summary | ( | $p_search = "" , |
|
$p_action = "" , |
|||
$p_sql = "" , |
|||
$p_amount = false |
|||
) |
show the default screen
$p_search | (filter) |
$p_action | used for specific action bank, red if credit < debit |
$p_sql | SQL to filter the number of card must start with AND |
$p_amount | true : only cards with at least one operation default : false |
the accounting is a financial account
Reimplemented in contact.
Definition at line 1308 of file fiche.class.php.
References $_REQUEST, $accounting, $amount, $bar, $cred, $deb, $e, $exercice, $filter_year, $g_parameter, $g_user, $gDossier, $http, $i, $max, $min, $offset, $p_action, $page, $r, $script, $side, $solde, $tiers, ATTR_DEF_ACCOUNT, ATTR_DEF_ADRESS, ATTR_DEF_CP, ATTR_DEF_NAME, ATTR_DEF_PAYS, ATTR_DEF_QUICKCODE, ATTR_DEF_WEBSITE, cn, id, navigation_bar(), nbm(), noalyss_trim(), sql_string(), and td().
|
static |
Definition at line 1763 of file fiche.class.php.
References $_GET, $a, $accounting, $cn, $fiche, $fiche_def, $http, $name, $select_cat, ATTR_DEF_ACCOUNT, ATTR_DEF_NAME, Dossier\connect(), FICHE_TYPE_CLIENT, h1(), HtmlInput\hidden(), p(), and HtmlInput\submit().
Fiche::to_array | ( | ) |
turn a card into an array , then it can be saved thanks update or insert
Definition at line 329 of file fiche.class.php.
References $attr, get_f_enable(), and getAttribut().
Fiche::update | ( | $p_array = null | ) |
update a card with an array
$p_array | (optional) is the array containing the data , if NULL then $_POST will be uses |
$transation | if we want to manage the transaction in this function true for small insert and false for a larger loading, the BEGIN / COMMIT sql must be done into the caller av_textX where X is the ad_id \verb example av_text1=>'name' \endverb |
Definition at line 549 of file fiche.class.php.
References $_POST, $p_array, ATTR_DEF_QUICKCODE, cn, EXC_INVALID, getAttribut(), set_f_enable(), setAttribut(), strAttribut(), and Card_Property\update().
Referenced by save().
Fiche::$attribut |
< $fiche_def fd_id
Definition at line 42 of file fiche.class.php.
Referenced by Display(), and setAttribut().
Fiche::$cn |
Definition at line 39 of file fiche.class.php.
|
private |
how the card is displaid
Definition at line 47 of file fiche.class.php.
Referenced by getDisplayMode().
|
private |
if card is enable (fiche.f_enable)
Definition at line 46 of file fiche.class.php.
Referenced by Display(), get_f_enable(), and set_f_enable().
Fiche::$fiche_def |
< $id fiche.f_id
Definition at line 41 of file fiche.class.php.
Fiche::$fiche_def_ref |
< $attribut array of attribut object $fiche_def_ref Type
Definition at line 43 of file fiche.class.php.
Referenced by get_fiche_def_ref(), and set_fiche_def_ref().
Fiche::$id |
< $cn database connection
Definition at line 40 of file fiche.class.php.
Fiche::$quick_code |
< All the row from the ledgers quick_code of the card
Definition at line 45 of file fiche.class.php.
Referenced by get_by_qcode().
Fiche::$row |
Definition at line 44 of file fiche.class.php.
Referenced by Customer\get_by_account(), Supplier\get_by_account(), and get_row_date().
Fiche::$tot_cred |
Definition at line 48 of file fiche.class.php.
Referenced by get_row_date(), get_row_result_deprecated(), HtmlTable(), and HtmlTableDetail().
Fiche::$tot_deb |
Definition at line 49 of file fiche.class.php.
Referenced by get_row_date(), get_row_result_deprecated(), HtmlTable(), and HtmlTableDetail().