noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
show result card search More...
Go to the source code of this file.
Variables | |
$array =$cn->get_array($sql,array($_GET['card'])) | |
global | $g_user |
$max =($preference['PAGESIZE'] > -1 && count($array)> $preference['PAGESIZE'])? $preference['PAGESIZE']:count($array) | |
$preference =$g_user->get_preference() | |
$sql | |
show result card search
Definition in file ajax_boxcard_search.php.
$array =$cn->get_array($sql,array($_GET['card'])) |
Definition at line 40 of file ajax_boxcard_search.php.
global $g_user |
Definition at line 29 of file ajax_boxcard_search.php.
$max =($preference['PAGESIZE'] > -1 && count($array)> $preference['PAGESIZE'])? $preference['PAGESIZE']:count($array) |
Definition at line 43 of file ajax_boxcard_search.php.
Referenced by Database\apply_patch(), Acc_Report_MTable\build(), Data_SQL\collect_objects(), Pre_op_ach\display(), Pre_op_ven\display(), Print_Ledger_Detail_Item\export(), Print_Ledger_Simple\export(), Print_Ledger_Simple_Without_Vat\export(), Acc_Ledger_History_Purchase\export_csv(), Acc_Ledger_History_Sale\export_csv(), Anc_Group_Operation\form(), Acc_Ledger_Fin\input(), Fiche_Def\insertAttribut(), DatabaseCore\make_array(), Acc_Ledger\previous_amount(), Acc_Ledger\previous_other_tax(), Securimage\readCodeFromFile(), Acc_Ledger_Fin\verify_operation(), Acc_Ledger_Purchase\verify_operation(), and Acc_Ledger_Sale\verify_operation().
$preference =$g_user->get_preference() |
Definition at line 39 of file ajax_boxcard_search.php.
$sql |
Definition at line 30 of file ajax_boxcard_search.php.