noalyss  Version-9
Variables
action.inc.php File Reference

Page who manage the different actions (meeting, letter) More...

Go to the source code of this file.

Variables

 $ag_id =$http->request("ag_id","string","0")
 
 $base ="do.php?".http_build_query(["ac"=>$http->request("ac"),"gDossier"=>Dossier::id()])
 
global $g_user
 Find the default module or the first one. More...
 
 $http =new HttpInput()
 
 $retour
 
 $sub_action =$http->request("sa","string","")
 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. More...
 

Detailed Description

Page who manage the different actions (meeting, letter)

Definition in file action.inc.php.

Variable Documentation

◆ $ag_id

$ag_id =$http->request("ag_id","string","0")

◆ $base

$base ="do.php?".http_build_query(["ac"=>$http->request("ac"),"gDossier"=>Dossier::id()])

◆ $g_user

$g_user

Find the default module or the first one.

show the module

Returns
default module (string)
Parameters
$modulethe $_REQUEST['ac'] exploded into an array
$idxthe index of the array : the AD code is splitted into an array thanks the slash
Examples
acc_ledger_historyTest.php.

Definition at line 24 of file action.inc.php.

Referenced by Data_Currency_Operation\__construct(), Anc_Print\__construct(), Acc_Operation\__construct(), Follow_Up\action_print(), Follow_Up\action_remove(), Follow_Up\action_set_state(), Follow_Up\action_tag_add(), Follow_Up\action_tag_clear(), Follow_Up\action_tag_remove(), Print_Ledger\available_ledger(), Tax_Summary\build_exigibility(), Acc_Ledger_Search\build_search_sql(), Tax_Summary\build_sql_purchase(), Tax_Summary\build_sql_sale(), Stock\build_tmp_table(), Extension\check_plugin_version(), Acc_Ledger_Fin\confirm(), Acc_Ledger\convert_from_follow(), Stock\create_query_histo(), Todo_List\delete(), Follow_Up\display(), Pre_Op_Advanced\display(), Pre_op_ven\display(), Pre_op_ach\display(), Calendar\display(), Package_Repository\display_noalyss_info(), Card_Multiple\display_option(), Follow_Up\display_search(), Noalyss\Mobile\execute_menu(), Calendar\fill_from_action(), Acc_Reconciliation\filter_date(), Acc_Operation\form_clone_operation(), Follow_Up\fromArray(), Fiche\get_bk_account(), Acc_Ledger_Purchase\get_detail_purchase(), Acc_Ledger_Sale\get_detail_sale(), Acc_Operation\get_jrnx_detail(), Acc_Ledger\get_last(), Acc_Ledger\get_operation(), Acc_Ledger\get_operation_date(), Calendar\get_preference(), Acc_Ledger_History_Generic\get_row(), Acc_Account_Ledger\get_row_date(), Fiche\get_row_date(), Acc_Ledger_History_Generic\get_rowSimple(), HtmlInput\history_account(), HtmlInput\history_anc_account(), HtmlInput\history_card(), HtmlInput\history_card_button(), Acc_Ledger_Fin\input(), Acc_Ledger\input(), Acc_Ledger_Purchase\input(), Acc_Ledger_Sale\input(), Acc_Ledger\input_new(), Stock_Goods\insert_goods(), Follow_Up_Other_Concerned\insert_linked_card(), Acc_Reconciliation\ledger_filter(), Acc_Ledger_Search\list_operation(), Acc_Ledger_Search\list_operation_to_reconcile(), Noalyss\Mobile\load_module(), Impress\parse_formula(), Follow_Up_Other_Concerned\remove_linked_card(), Acc_Ledger\reverse(), Todo_List\save_shared_with(), Follow_Up\save_short(), Stock\search_box(), Acc_Ledger_Search\search_form(), Acc_Ledger\select_ledger(), Acc_Ledger_Search\select_ledger(), HtmlInput\select_stock(), Todo_List\set_is_public(), Data_Currency_Operation\SQL_Condition(), Follow_Up\sql_security_filter(), Stock\summary(), Fiche\Summary(), Follow_Up\tag_cell(), Default_Menu\test_me(), Acc_Operation\test_me(), Acc_Ledger_Purchase\verify_operation(), Acc_Ledger_Sale\verify_operation(), Acc_Ledger_Fin\verify_operation(), Calendar\zoom_calendar(), and Calendar\zoom_list().

◆ $http

$http =new HttpInput()

Definition at line 25 of file action.inc.php.

◆ $retour

$retour
Initial value:
=HtmlInput::button_anchor(_('Retour liste'),
HtmlInput::request_to_string(array("closed_action","remind_date_end","remind_date","sag_ref","only_internal",
"state","ac","gDossier","qcode","ag_dest_query","action_query","tdoc","date_start","date_end","hsstate",
"searchtag",
"closed_action",
"tag_option",)),
"","","smallbutton")

Definition at line 27 of file action.inc.php.

◆ $sub_action

$sub_action =$http->request("sa","string","")

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.

Parameters
$cndatabase connection
$retourbutton for going back
$h_urlcalling url

Definition at line 50 of file action.inc.php.

HtmlInput\button_anchor
static button_anchor($p_label, $p_value, $p_name="", $p_javascript="", $p_class="smallbutton")
create a button with a ref
Definition: html_input.class.php:238
HtmlInput\request_to_string
static request_to_string($array, $start="?")
transform $_REQUEST data to string
Definition: html_input.class.php:740