Go to the source code of this file.
Functions | |
| echo_error ($p_log) | |
| log error into the /tmp/phpcompta_error.log it doesn't work on windows | |
| cmpDate ($p_date, $p_date_oth) | |
| Compare 2 dates. | |
| isNumber ($p_int) | |
| isDate ($p_date) | |
| Verifie qu'une date est bien formaté en d.m.y et est valable. | |
| formatDate ($p_date) | |
| call cmpDate | |
| html_page_start ($p_theme="", $p_script="", $p_script2="") | |
| Default page header for each page. | |
| html_page_stop () | |
| end tag | |
| html_button_logout () | |
| Button logout. | |
| NoAccess () | |
| Echo no access and stop. | |
| FormatString ($p_string) | |
| Fix the problem with the quote char for the database. | |
| ShowItem ($p_array, $p_dir='V', $class="mtitle", $class_ref="mtitle", $default="", $p_extra="") | |
| store the string which print | |
| echo_warning ($p_string) | |
| warns | |
| make_array ($p_cn, $p_sql, $p_null=0) | |
| make a array with the sql | |
| getPeriodeName ($p_cn, $p_id, $pos='p_start') | |
| Show the periode which found thanks its id. | |
| getPeriodeFromMonth ($p_cn, $p_date) | |
| Return the period corresponding to the date. | |
| getPeriodeFromDate ($p_cn, $p_date) | |
| Return the period corresponding to the date. | |
Definition in file ac_common.php.
|
||||||||||||
|
Compare 2 dates.
Definition at line 53 of file ac_common.php. References isDate(). Referenced by VerifData(), and VerifyOperationDate(). |
|
|
log error into the /tmp/phpcompta_error.log it doesn't work on windows
Definition at line 36 of file ac_common.php. References echo_debug(). Referenced by AddFiche(), AddForm(), AddModele(), DeleteRapt(), ExecSql(), form_verify_input(), FormAchInput(), FormatString(), FormODS(), FormVenInput(), FormVenteView(), GetFicheJrn(), getPeriodeName(), GetTvaPoste(), Imp(), InsertRapt(), isValid(), RecordFin(), Remove(), Invoice::Save(), Document_modele::Save(), save_upload_document(), fiche::update(), UpdateFiche(), UpdateJrn(), UpdateModele(), VerifData(), and VerifyOperationDate(). |
|
|
warns
Definition at line 268 of file ac_common.php. Referenced by GetFicheJrn(), and IsFicheOfJrn(). |
|
|
call cmpDate
Definition at line 119 of file ac_common.php. References isDate(). |
|
|
Fix the problem with the quote char for the database.
Definition at line 207 of file ac_common.php. References echo_error(). Referenced by AddFiche(), AddForm(), AddModele(), action::Confirm(), fiche::CountByDef(), action::Display(), fiche::GetByQCode(), fiche::insert(), InsertJrn(), ListJrn(), RecordFin(), RecordInvoice(), RecordSell(), Remove(), parm_code::Save(), Document_modele::Save(), action::SaveStage2(), Customer::Summary(), contact::Summary(), fiche::update(), UpdateComment(), UpdateFiche(), UpdateForm(), Own::UpdateRow(), and ViewJrn(). |
|
||||||||||||
|
Return the period corresponding to the date.
Definition at line 354 of file ac_common.php. |
|
||||||||||||
|
Return the period corresponding to the date.
Definition at line 334 of file ac_common.php. Referenced by ParseFormula(). |
|
||||||||||||||||
|
Show the periode which found thanks its id.
Definition at line 314 of file ac_common.php. References $a, $ret, and echo_error(). |
|
|
Button logout.
Definition at line 181 of file ac_common.php. Referenced by u_ShowMenu(). |
|
||||||||||||||||
|
Default page header for each page.
Definition at line 132 of file ac_common.php. References $cn, $Res, $style, DbConnect(), and ExecSql(). |
|
|
end tag
Definition at line 169 of file ac_common.php. |
|
|
Verifie qu'une date est bien formaté en d.m.y et est valable.
Definition at line 97 of file ac_common.php. Referenced by cmpDate(), action::Confirm(), form_verify_input(), formatDate(), ListJrn(), RecordFin(), VerifData(), VerifyOperationDate(), and ViewJrn(). |
|
|
Definition at line 76 of file ac_common.php. Referenced by AddFiche(), AddModele(), ComputeTotalVat(), ComputeVat(), DeleteRapt(), form_verify_input(), FormAchInput(), FormAchView(), FormODS(), FormVenInput(), FormVenteView(), fiche::insert(), InsertRapt(), RecordFin(), RecordInvoice(), RecordODS(), RecordSell(), Remove(), Document_modele::Save(), and fiche::update(). |
|
||||||||||||||||
|
make a array with the sql
Definition at line 281 of file ac_common.php. References $a, $i, $r, $row, label, and value. Referenced by action::Confirm(), action::Display(), Document_modele::form(), FormAchInput(), FormVenInput(), FormVenteView(), and ShowFormTransfert(). |
|
|
Echo no access and stop.
Definition at line 191 of file ac_common.php. References exit. |
|
||||||||||||||||||||||||||||
|
store the string which print /* Definition at line 227 of file ac_common.php. References $ret. Referenced by MenuAdmin(), ShowJrn(), ShowMenuAdvanced(), ShowMenuCompta(), ShowMenuDocument(), and ShowMenuParam(). |
1.4.4