noalyss Version-9
Variables
ajax_view_mod_stock.php File Reference

show detail of inv. More...

Go to the source code of this file.

Variables

 $array =$cn->get_array("select * from stock_goods where c_id=$1",array($_GET['c_id']))
 
 $ck =new ICheckBox("ok"," 1")
 
 $p_array =array()
 
 $p_array ['p_date'] =$cn->get_value("select to_char(c_date,'DD.MM.YYYY') from stock_change where c_id=$1",array($_GET['c_id']))
 
 $p_array ['p_depot'] =$cn->get_value("select r_id from stock_change where c_id=$1",array($_GET['c_id']))
 
 $p_array ['p_motif'] =$cn->get_value("select c_comment from stock_change where c_id=$1",array($_GET['c_id']))
 
 $st =new Stock_Goods($cn)
 
 for ( $i=0; $i< count( $array); $i++)
 
$ck label = _("Cochez pour confirmer effacement")
 

Detailed Description

show detail of inv.

Definition in file ajax_view_mod_stock.php.

Variable Documentation

◆ $array

$array =$cn->get_array("select * from stock_goods where c_id=$1",array($_GET['c_id']))

Definition at line 31 of file ajax_view_mod_stock.php.

◆ $ck

$ck =new ICheckBox("ok"," 1")

Definition at line 50 of file ajax_view_mod_stock.php.

Referenced by Anc_GrandLivre\display_html(), and Fiche_Def\input_base().

◆ $p_array [1/4]

$p_array =array()

Definition at line 33 of file ajax_view_mod_stock.php.

Referenced by 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(), Acc_Ledger_Search\build_search_sql(), Stock\build_tmp_table(), Single_Record\check(), check_parameter(), Data_SQL\collect_objects(), Pre_op_ach\compute_array(), Pre_Op_Advanced\compute_array(), Pre_op_ods\compute_array(), Pre_op_ven\compute_array(), Pre_op_fin\compute_array(), Pre_operation\compute_array(), config_file_create(), config_file_form(), Acc_Ledger_Fin\confirm(), Acc_Ledger\confirm(), Acc_Ledger_Purchase\confirm(), Acc_Ledger_Sale\confirm(), V_Currency_Last_Value_SQL\count(), Table_Data_SQL\count(), DatabaseCore\count_sql(), Acc_Ledger\create_document(), Follow_Up\create_query(), Stock\create_query_histo(), Pre_op_ach\display(), Pre_Op_Advanced\display(), Pre_op_ven\display(), display_file_config(), Anc_Operation\display_form_plan(), display_security_fieldset(), Manage_Table_SQL\display_table(), DatabaseCore\exec_sql(), DatabaseCore\execute(), Manage_Table_SQL\execute_query(), Document_Export\export_all(), Follow_Up\export_csv(), Follow_Up\export_csv_detail(), Calendar\fill_from_action(), Calendar\fill_from_todo(), Follow_Up\filter_by_tag(), Acc_Balance\filter_cat(), Acc_Ledger_Info\from_array(), Acc_Payment\from_array(), Data_SQL\from_array(), Follow_Up\fromArray(), Document\generate(), Follow_Up\generate_document(), Table_Data_SQL\get_all_to_array(), DatabaseCore\get_array(), get_array_column(), Single_Record\get_count(), Acc_Ledger_History_Generic\get_detail(), Anc_Group\get_from_array(), Anc_Group_Operation\get_from_array(), DatabaseCore\get_row(), DatabaseCore\get_value(), Anc_Plan\hidden(), Stock\history(), Acc_Account_Ledger\HtmlTable(), Fiche\HtmlTable(), Fiche\HtmlTableDetail(), Fiche\HtmlTableHeader(), Acc_Ledger_Fin\input(), Acc_Ledger\input(), Acc_Ledger_Purchase\input(), Acc_Ledger_Sale\input(), Stock_Goods\input(), Acc_Ledger_Fin\insert(), Acc_Ledger_Purchase\insert(), Acc_Ledger_Sale\insert(), Fiche\insert(), Stock_Goods\insert_goods(), DatabaseCore\make_array(), DatabaseCore\make_list(), Document\parseDocument(), Stock_Goods\record_save(), Tag\remove(), Todo_List\remove_shared_with(), Document_Export\reorder_array(), Document\replace(), Anc_Key\save(), Lettering\save(), Tag\save(), Single_Record\save(), Acc_Ledger_Info\save_extra(), Fiche_Def\save_order(), Todo_List\save_shared_with(), Anc_Operation\save_update_form(), Stock\search_box(), Acc_Plan_SQL\seek(), V_Currency_Last_Value_SQL\seek(), Table_Data_SQL\seek(), Acc_Ledger_Search\select_ledger(), Manage_Table_SQL\set_col_type(), Anc_Balance_Double\show_sum(), ShowItem(), ShowReportResult(), Stock\summary(), Acc_Balance\summary_add(), Acc_Balance\summary_display(), Acc_Balance\summary_display_pdf(), Stock_Goods\take_last_inventory(), Anc_Operation\to_request(), Data_SQL\to_row(), ISelect\transform(), Document_modele\update(), Fiche\update(), Anc_Key\verify(), Acc_Ledger\verify_autonumber(), Acc_Ledger_Fin\verify_operation(), Acc_Ledger_Purchase\verify_operation(), Acc_Ledger_Sale\verify_operation(), Acc_Ledger\warn_manual_receipt(), and Noalyss_Csv\write_header().

◆ $p_array [2/4]

$p_array[ 'p_date'] =$cn->get_value("select to_char(c_date,'DD.MM.YYYY') from stock_change where c_id=$1",array($_GET['c_id']))

Definition at line 34 of file ajax_view_mod_stock.php.

◆ $p_array [3/4]

$p_array[ 'p_depot'] =$cn->get_value("select r_id from stock_change where c_id=$1",array($_GET['c_id']))

Definition at line 36 of file ajax_view_mod_stock.php.

◆ $p_array [4/4]

$p_array[ 'p_motif'] =$cn->get_value("select c_comment from stock_change where c_id=$1",array($_GET['c_id']))

Definition at line 35 of file ajax_view_mod_stock.php.

◆ $st

$st =new Stock_Goods($cn)

Definition at line 30 of file ajax_view_mod_stock.php.

◆ for

for($i=0;$i< count($array);$i++) ( )

Definition at line 37 of file ajax_view_mod_stock.php.

◆ label

$ck label = _("Cochez pour confirmer effacement")

Definition at line 51 of file ajax_view_mod_stock.php.