noalyss  Version-9
Variables
ajax_anc_detail_operation.php File Reference

display the detail of an anc operation parameters : oa_group More...

Go to the source code of this file.

Variables

 $a_plan =$cn->get_array("select distinct pa_id,pa_name from operation_analytique join poste_analytique using (po_id) join plan_analytique using (pa_id) where oa_group=$1 order by pa_name",array($oa_group))
 
 $a_row =$cn->get_array("select distinct oa_row from operation_analytique where oa_group=$1",array($oa_group))
 
 $http =new HttpInput()
 
 $nb_plan =count($a_plan)
 
 $nb_row =count($a_row)
 
 $oa_group =$http->request("oa_group","number")
 
 $row
 
 for ( $i=0; $i< $nb_row; $i++) =count($array)
 
 h ( $row[ 'oa_description'])
 

Detailed Description

display the detail of an anc operation parameters : oa_group

Definition in file ajax_anc_detail_operation.php.

Variable Documentation

◆ $a_plan

$a_plan =$cn->get_array("select distinct pa_id,pa_name from operation_analytique join poste_analytique using (po_id) join plan_analytique using (pa_id) where oa_group=$1 order by pa_name",array($oa_group))

◆ $a_row

$a_row =$cn->get_array("select distinct oa_row from operation_analytique where oa_group=$1",array($oa_group))

◆ $http

$http =new HttpInput()

Definition at line 30 of file ajax_anc_detail_operation.php.

◆ $nb_plan

$nb_plan =count($a_plan)

Definition at line 51 of file ajax_anc_detail_operation.php.

◆ $nb_row

$nb_row =count($a_row)

◆ $oa_group

$oa_group =$http->request("oa_group","number")

Definition at line 31 of file ajax_anc_detail_operation.php.

Referenced by Anc_Group_Operation\save().

◆ $row

$row
Initial value:
=$cn->get_row("select distinct oa_group,
to_char(oa_date,'DD.MM.YYYY') as str_date ,
oa_date,
oa_description,
jr_pj_number,
jr_id
from
operation_analytique as oa
join poste_analytique using (po_id)
left join (select jr_id,jr_pj_number,j_id from jrn join jrnx on (jr_grpt_id=j_grpt) ) as m on (m.j_id=oa.j_id)
where oa_group=$1",array($oa_group))

Definition at line 33 of file ajax_anc_detail_operation.php.

Referenced by Noalyss_Parameter_Folder\__construct(), Anc_Group_Operation\add(), Database\apply_patch(), Impress\array_to_csv(), Fiche\belong_ledger(), Pre_op_ods\compute_array(), Pre_op_fin\compute_array(), Pre_Op_Advanced\compute_array(), Pre_op_ven\compute_array(), Pre_op_ach\compute_array(), Anc_Listing\display_csv(), Anc_Balance_Simple\display_csv(), Anc_Balance_Double\display_csv(), Anc_Balance_Double\display_html(), Anc_Listing\display_html(), Anc_Balance_Simple\display_html(), Anc_GrandLivre\display_html(), Anc_Balance_Double\display_pdf(), Anc_Balance_Simple\display_pdf(), Card_Attribut_MTable\display_row(), Follow_Up_Other_Concerned\display_row(), Manage_Table_SQL\display_table(), Print_Ledger_Detail\export(), Print_Ledger_Misc\export(), Print_Ledger_Detail_Item\export(), Print_Ledger_Financial\export(), Print_Ledger_Simple_Without_Vat\export(), Print_Ledger_Simple\export(), Acc_Report\export_csv(), Acc_Ledger_History_Sale\export_csv(), Acc_Ledger_History_Purchase\export_csv(), Follow_Up\export_csv_detail(), Document\export_file(), Follow_Up_Detail\from_array(), Document\generate(), Fiche_Def\get(), Follow_Up\get(), Document\get(), Acc_Account_Ledger\get_account_ledger(), Acc_Payment\get_all(), Fiche_Def\get_all(), Acc_Reconciliation\get_amount_noautovat(), Fiche_Def\get_by_category(), Acc_Operation\get_ledger(), Acc_Report\get_list(), Acc_Reconciliation\get_reconciled_amount(), Acc_Ledger_History_Generic\get_row(), Acc_Payment\get_valide(), Fiche_Def\getAttribut(), Stock_Goods\input(), Acc_Ledger_Search\list_operation(), Acc_Ledger_Search\list_operation_to_reconcile(), Anc_Balance_Simple\load(), Acc_Payment\load(), Forecast\load(), Acc_Tva\load(), Card_Property\load(), Acc_Parm_Code\load(), Follow_Up_Detail\load(), Todo_List\load(), Dossier\load(), Periode\load(), User\load(), Anc_Balance_Double\load(), Acc_Parm_Code\load_all(), Acc_Ledger_Info\load_all(), Follow_Up_Detail\load_all(), DatabaseCore\make_array(), DatabaseCore\make_list(), Document_modele\myList(), Follow_Up\myList(), PDF_Operation\print_acc_writing(), PDF_Operation\print_purchase(), PDF_Operation\print_sale(), DatabaseCore\query_to_csv(), Fiche_Def\save_order(), Acc_Payment\select(), HtmlInput\select_cat(), Acc_Ledger_Search\select_ledger(), Document\send(), Anc_Balance_Double\show_sum(), and Html_Table\sql2table().

◆ for

for =count($array)

Definition at line 61 of file ajax_anc_detail_operation.php.

Referenced by HtmlInput\make_object_deprecated().

◆ h

h($row['oa_description'])
$oa_group
$oa_group
Definition: ajax_anc_detail_operation.php:31
$cn
$cn
Definition: ajax_anc_accounting.php:30