Page who manage the different actions (meeting, letter) More...
Go to the source code of this file.
Variables | |
| $ac =$_REQUEST['ac'] | |
| $ag_id =(isset($_REQUEST['ag_id']))?$_REQUEST['ag_id']:0 | |
| $base =HtmlInput::request_to_string(array('ac','gDossier'),"") | |
| global | $g_user |
| $retour | |
| $sub_action =(isset($_REQUEST['sa']))?$_REQUEST['sa']:"" | |
| Show the list of action, this code should be common to several webpage. But for the moment we keep like that because it is used only by this file. | |
Page who manage the different actions (meeting, letter)
Definition in file action.inc.php.
| $ac =$_REQUEST['ac'] |
Definition at line 55 of file action.inc.php.
Referenced by Fiche\HtmlTableDetail().
Definition at line 54 of file action.inc.php.
Referenced by Follow_Up\create_query(), Follow_Up\Display(), Follow_Up\generate_document(), Follow_Up\get(), Follow_Up\save(), and Follow_Up\Update().
| $base =HtmlInput::request_to_string(array('ac','gDossier'),"") |
Definition at line 56 of file action.inc.php.
Referenced by Sort_Table\get_header(), menu_acc_plan(), and contact\Summary().
| global $g_user |
Definition at line 24 of file action.inc.php.
Referenced by Acc_Operation\__construct(), Stock\build_tmp_table(), Extension\check_plugin_version(), Stock\create_query_histo(), Calendar\display(), Follow_Up\Display(), Calendar\fill_from_action(), Acc_Reconciliation\filter_date(), Anticipation\form_cat_mod(), Anticipation\form_cat_new(), Follow_Up\fromArray(), Fiche\get_bk_account(), Acc_Operation\get_jrnx_detail(), Acc_Ledger\get_last(), Acc_Ledger\get_operation(), Calendar\get_preference(), Acc_Ledger\get_row(), Acc_Account_Ledger\get_row_date(), Fiche\get_row_date(), Acc_Ledger\get_rowSimple(), Acc_Ledger_Fin\input(), Acc_Ledger_Purchase\input(), Acc_Ledger_Sold\input(), Acc_Ledger\input(), Stock_Goods\insert_goods(), Acc_Reconciliation\ledger_filter(), Acc_Ledger\list_operation(), Acc_Ledger\list_operation_to_reconcile(), Impress\parse_formula(), Acc_Ledger\reverse(), Stock\search_box(), Acc_Ledger\search_form(), Acc_Ledger\select_ledger(), HtmlInput\select_stock(), Follow_Up\sql_security_filter(), Stock\summary(), Fiche\Summary(), Fiche\update(), Acc_Ledger_Fin\verify(), Acc_Ledger_Sold\verify(), and Acc_Ledger_Purchase\verify().
| $retour |
Definition at line 26 of file action.inc.php.
| $sub_action =(isset($_REQUEST['sa']))?$_REQUEST['sa']:"" |
Show the list of action, this code should be common to several webpage. But for the moment we keep like that because it is used only by this file.
| $cn | database connection |
| $retour | button for going back |
| $h_url | calling url |
Definition at line 50 of file action.inc.php.