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_motif'] = $cn->get_value("select c_comment 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'])) | |
$st = new Stock_Goods($cn) | |
for ($i=0;$i< count($array);$i++) | |
$ck | label = _("Cochez pour confirmer effacement") |
show detail of inv.
Definition in file ajax_view_mod_stock.php.
Definition at line 32 of file ajax_view_mod_stock.php.
$ck = new ICheckBox("ok"," 1") |
Definition at line 51 of file ajax_view_mod_stock.php.
Referenced by Fiche_Def\input_base().
$p_array = array() |
Definition at line 34 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\build_search_sql(), Stock\build_tmp_table(), Tool_Uos\check(), Pre_op_ods\compute_array(), Pre_Op_Advanced\compute_array(), Pre_op_fin\compute_array(), Pre_op_ven\compute_array(), Pre_op_ach\compute_array(), Pre_operation\compute_array(), config_file_create(), config_file_form(), Acc_Ledger_Fin\confirm(), Acc_Ledger_Sold\confirm(), Acc_Ledger_Purchase\confirm(), Acc_Ledger\confirm(), Database\count_sql(), Acc_Ledger\create_document(), Follow_Up\create_query(), Stock\create_query_histo(), Pre_op_ven\display(), Pre_Op_Advanced\display(), Pre_op_ach\display(), Anc_Operation\display_form_plan(), display_security_fieldset(), Database\exec_sql(), Database\execute(), Follow_Up\export_csv(), Calendar\fill_from_action(), Calendar\fill_from_todo(), Follow_Up\filter_by_tag(), Acc_Balance\filter_cat(), Acc_Report_Row\from_array(), Acc_Ledger_Info\from_array(), Phpcompta_SQL\from_array(), Acc_Report\from_array(), Acc_Payment\from_array(), Follow_Up\fromArray(), Document\Generate(), Follow_Up\generate_document(), Database\get_array(), Tool_Uos\get_count(), Acc_Ledger\get_detail(), Anc_Group\get_from_array(), Anc_Group_Operation\get_from_array(), Anc_Account\get_from_array(), Database\get_value(), Anc_Plan\hidden(), Stock\history(), Acc_Account_Ledger\HtmlTable(), Fiche\HtmlTable(), Fiche\HtmlTableDetail(), Fiche\HtmlTableHeader(), Stock_Goods\input(), Acc_Ledger_Fin\input(), Acc_Ledger_Purchase\input(), Acc_Ledger_Sold\input(), Acc_Ledger\input(), Acc_Ledger_Sold\insert(), Acc_Ledger_Purchase\insert(), Acc_Ledger_Fin\insert(), Fiche\insert(), Stock_Goods\insert_goods(), Database\make_list(), Document\ParseDocument(), Stock_Goods\record_save(), Tag\remove(), Document\Replace(), Tool_Uos\save(), Tag\save(), Lettering\save(), Acc_Ledger\save(), Acc_Ledger_Info\save_extra(), Fiche_Def\save_order(), Stock\search_box(), Profile_Menu_sql\seek(), Fiche_Attr\seek(), Menu_Ref_sql\seek(), Jrn_Def_sql\seek(), Phpcompta_SQL\seek(), HtmlInput\select_ledger(), User\show_dossier(), Anc_Balance_Double\show_sum(), ShowItem(), ShowReportResult(), Stock\summary(), Anc_Operation\to_request(), Document_modele\update(), Fiche\update(), Acc_Ledger\update_paid(), Acc_Ledger_Fin\verify(), Acc_Ledger_Purchase\verify(), and Acc_Ledger_Sold\verify().
$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 35 of file ajax_view_mod_stock.php.
$p_array['p_motif'] = $cn->get_value("select c_comment from stock_change where c_id=$1",array($_GET['c_id'])) |
Definition at line 36 of file ajax_view_mod_stock.php.
$p_array['p_depot'] = $cn->get_value("select r_id from stock_change where c_id=$1",array($_GET['c_id'])) |
Definition at line 37 of file ajax_view_mod_stock.php.
$st = new Stock_Goods($cn) |
Definition at line 31 of file ajax_view_mod_stock.php.
for($i=0;$i< count($array);$i++) |
Definition at line 38 of file ajax_view_mod_stock.php.
$detail label = _("Cochez pour confirmer effacement") |
Definition at line 52 of file ajax_view_mod_stock.php.
Referenced by ajaxFid(), Fiche_Def\get(), IButton\input(), IAction\input(), ISmallButton\input(), Fiche_Def\input_base(), Fiche_Def\input_detail(), Acc_Account_Ledger\load(), Fiche_Def\myList(), and search_card().