noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
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) | |
!< this variable is a mistake, it shouldn't exist, need code rewrite | |
__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. | |
blank ($p_fiche_def) | |
insert a new record show a blank card to be filled | |
build_sql ($array) | |
create the sql statement for retrieving all the card | |
button_csv ($p_from, $p_to) | |
Return a string with the HTML code to display a button to export the history in CSV. | |
button_pdf ($p_from, $p_to) | |
Return a string with the HTML code to display a button to export the history in PDF. | |
count_by_modele ($p_frd_id, $p_search="", $p_sql="") | |
Count the nb of card with the reference card id frd_id. | |
delete () | |
Display ($p_readonly, $p_in="") | |
Display object instance, getAttribute sort the attribute and add missing ones. | |
display_row () | |
display card as a table row , the tag TR must be added | |
empty_attribute ($p_attr) | |
check if an attribute is empty | |
filter_history ($p_table_id) | |
Filter in javascript the table with the history. | |
Get () | |
Synonum of fiche::getAttribut. | |
get_all_account () | |
get_amount_side ($p_amount) | |
return the letter C if amount is > 0, D if < 0 or = | |
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. | |
get_bk_account () | |
get the available bank_account filtered by the security | |
get_bk_balance ($p_cond="") | |
get the bank balance with receipt or not in Euro | |
get_bk_balance_currency ($p_cond="") | |
Get the sum in Currency. | |
get_by_category ($p_offset=-1, $p_search="", $p_order='') | |
get all the card thanks the fiche_def_ref | |
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_categorie () | |
get the fd_id of the card : fd_id, it set the attribute fd_id | |
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) | |
get_gestion_title () | |
get_id () | |
get_quick_code () | |
return the quick_code of a card | |
get_row ($p_from, $p_to) | |
Get data for poste. | |
get_row_date ($p_from, $p_to, $op_let=0) | |
Get data for poste. | |
get_solde_detail ($p_cond="") | |
give the balance of an card | |
getAttribut () | |
get all the attribute of a card, add missing ones and sort the array ($this->attribut) by ad_id | |
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. | |
getDisplayMode () | |
getLabelCategory () | |
getName () | |
return the name of a card | |
HtmlTable ($p_array=null, $op_let=0, $from_div=1) | |
HtmlTable, display a HTML of a card for the asked period. | |
HtmlTableDetail ($p_array=null, $op_let=0) | |
HtmlTable, display a HTML of a card for the asked period. | |
HtmlTableHeader ($p_array=null) | |
Display HTML Table Header (button) | |
insert ($p_fiche_def, $p_array=null, $transaction=true) | |
insert a new record thanks an array , either as parameter or $_POST | |
is_used () | |
check if a card is used | |
load () | |
Synonum of fiche::getAttribut. | |
move_to ($p_fdid) | |
move a card to another cat. | |
remove ($silent=false) | |
remove a card, check if not used first, must be synchro with is_used | |
save ($p_fiche_def=0) | |
Save a card, call insert or update. | |
seek ($p_attribut, $p_value) | |
find the card with the p_attribut equal to p_value, it is not case sensitive | |
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 | |
setDisplayMode ($p_mode) | |
how the card is display : either in a window or a greated container | |
ShowTable () | |
strAttribut ($p_ad_id, $p_return=1) | |
Summary ($p_search="", $p_action="", $p_sql="", $p_amount=false) | |
show the default screen | |
to_array () | |
turn a card into an array , then it can be saved thanks update or insert | |
update ($p_array=null) | |
update a card with an array | |
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 | |
static | from_qcode ($p_qcode) |
create a card from a qcode and returns a card | |
static | get_fiche_def ($p_cn, $pFd_id, $p_order='') |
get all the card from a categorie | |
static | test_me () |
Data Fields | |
$attribut | |
$cn | |
$fiche_def | |
$fiche_def_ref | |
$id | |
$ledger_description | |
!< this variable is a mistake, it shouldn't exist, need code rewrite | |
$ledger_name | |
$quick_code | |
$row | |
$tot_cred | |
$tot_deb | |
Private Member Functions | |
get_row_result_deprecated ($res) | |
fetch and return and array | |
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 ) |
!< this variable is a mistake, it shouldn't exist, need code rewrite
Reimplemented in Admin, Bank, contact, Customer, Manager, and Supplier.
Definition at line 53 of file fiche.class.php.
References $p_id, cn, isNumber(), and load().
Fiche::__toString | ( | ) |
Definition at line 371 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 1484 of file fiche.class.php.
References $id, $list, $Max, $p_jrn, $p_type, $Res, $row, $sql, cn, elseif, DatabaseCore\fetch_all(), get_by_qcode(), get_quick_code(), 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 352 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 1645 of file fiche.class.php.
References $array, $jrn, $query, $sql, $typecard, cn, 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 1824 of file fiche.class.php.
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 1846 of file fiche.class.php.
used with a usort function, to sort an array of Fiche on the name
Definition at line 137 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 251 of file fiche.class.php.
Referenced by Summary().
Fiche::delete | ( | ) |
Definition at line 1617 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 397 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 1894 of file fiche.class.php.
References $attr, $e, $sort, $value, cn, elseif, getAttribut(), 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 1286 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 1867 of file fiche.class.php.
References _.
|
static |
create a card from a qcode and returns a card
string | $p_qcode | qcode of the card |
Definition at line 1931 of file fiche.class.php.
Fiche::Get | ( | ) |
Synonum of fiche::getAttribut.
Definition at line 639 of file fiche.class.php.
References getAttribut().
Fiche::get_all_account | ( | ) |
Definition at line 1813 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 1753 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 1873 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 146 of file fiche.class.php.
Fiche::get_bk_balance | ( | $p_cond = "" | ) |
get the bank balance with receipt or not in Euro
Definition at line 1255 of file fiche.class.php.
References $Max, $qcode, $r, $Res, $sql, ATTR_DEF_QUICKCODE, cn, DatabaseCore\fetch_array(), DatabaseCore\num_row(), and strAttribut().
Fiche::get_bk_balance_currency | ( | $p_cond = "" | ) |
Get the sum in Currency.
string | $p_cond |
Exception |
Definition at line 1233 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 655 of file fiche.class.php.
References $all, $i, $limit, $Max, $order, $p_order, $row, $sql, $t, cn, DatabaseCore\fetch_array(), and DatabaseCore\num_row().
Referenced by GetByDef(), and Summary().
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 179 of file fiche.class.php.
References $quick_code, $sql, cn, and getAttribut().
Referenced by belong_ledger().
Fiche::get_categorie | ( | ) |
get the fd_id of the card : fd_id, it set the attribute fd_id
Definition at line 1458 of file fiche.class.php.
Fiche::get_f_enable | ( | ) |
Definition at line 111 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 1569 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 705 of file fiche.class.php.
Fiche::get_gestion_title | ( | ) |
Definition at line 1808 of file fiche.class.php.
References $r, ATTR_DEF_FIRST_NAME, get_quick_code(), getName(), h, and strAttribut().
Fiche::get_id | ( | ) |
Fiche::get_quick_code | ( | ) |
return the quick_code of a card
Definition at line 627 of file fiche.class.php.
References $r, $Res, $sql, cn, and DatabaseCore\fetch_all().
Referenced by belong_ledger(), and get_gestion_title().
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 847 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 753 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 718 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 1203 of file fiche.class.php.
References $Max, $qcode, $r, $Res, ATTR_DEF_QUICKCODE, cn, DatabaseCore\fetch_array(), DatabaseCore\num_row(), and strAttribut().
Fiche::getAttribut | ( | ) |
get all the attribute of a card, add missing ones and sort the array ($this->attribut) by ad_id
Definition at line 223 of file fiche.class.php.
References Card_Property\load().
Referenced by display_row(), 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 288 of file fiche.class.php.
References $p_order, and get_by_category().
Fiche::getDisplayMode | ( | ) |
Definition at line 91 of file fiche.class.php.
References $display_mode.
Fiche::getLabelCategory | ( | ) |
Definition at line 380 of file fiche.class.php.
References cn.
Fiche::getName | ( | ) |
return the name of a card
Definition at line 613 of file fiche.class.php.
References $r, $Res, $sql, _, cn, and DatabaseCore\fetch_all().
Referenced by get_gestion_title(), and 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 966 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, nbm(), 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 898 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 1138 of file fiche.class.php.
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 key = av_textX where X is AD_ID |
$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
example av_text1=>'name'
Definition at line 470 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 1589 of file fiche.class.php.
References $count, $qcode, $sql, ATTR_DEF_QUICKCODE, cn, and strAttribut().
Referenced by remove().
Fiche::load | ( | ) |
Synonum of fiche::getAttribut.
Definition at line 645 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 1738 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 592 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 448 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 233 of file fiche.class.php.
Fiche::set_f_enable | ( | $f_enable | ) |
Fiche::set_fiche_def | ( | $p_fiche_def | ) |
Definition at line 95 of file fiche.class.php.
Fiche::set_fiche_def_ref | ( | $fiche_def_ref | ) |
Definition at line 122 of file fiche.class.php.
References $fiche_def_ref.
Fiche::set_id | ( | $id | ) |
Definition at line 116 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 205 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 80 of file fiche.class.php.
Fiche::ShowTable | ( | ) |
Definition at line 292 of file fiche.class.php.
Fiche::strAttribut | ( | $p_ad_id, | |
$p_return = 1 ) |
Definition at line 310 of file fiche.class.php.
References $e, getAttribut(), noalyss_trim(), and NOTFOUND.
Referenced by cmp_name(), Acc_Ledger_Purchase\compute_no_deductible(), get_bk_balance(), get_gestion_title(), get_row(), get_row_date(), get_solde_detail(), HtmlTableDetail(), Acc_Ledger_Purchase\insert_no_deductible(), is_used(), Card_Property\update(), and 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 1310 of file fiche.class.php.
References $_REQUEST, $accounting, $amount, $bar, $cred, $deb, $e, $filter_year, $g_parameter, $g_user, $gDossier, $http, $i, $offset, $p_action, $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, count_by_modele(), get_by_category(), navigation_bar(), nbm(), noalyss_trim(), sql_string(), and td().
|
static |
Definition at line 1762 of file fiche.class.php.
References $_GET, $a, $accounting, $cn, $fiche, $fiche_def, $http, $name, $select_cat, ATTR_DEF_ACCOUNT, ATTR_DEF_NAME, FICHE_TYPE_CLIENT, h1(), and p().
Fiche::to_array | ( | ) |
turn a card into an array , then it can be saved thanks update or insert
Definition at line 331 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 551 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.
Referenced by from_qcode(), and test_me().
|
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 |
Fiche::$fiche_def_ref |
< $attribut array of Card_Property objects $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.
Referenced by get_bank_ledger(), get_id(), HtmlTableHeader(), and set_id().
Fiche::$ledger_description |
!< this variable is a mistake, it shouldn't exist, need code rewrite
Definition at line 51 of file fiche.class.php.
Fiche::$ledger_name |
Definition at line 50 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 belong_ledger(), Customer\get_by_account(), Supplier\get_by_account(), get_by_category(), 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().