noalyss Version-9
|
Go to the source code of this file.
Variables | |
$a_followup = Follow_Up::get_all_operation($jr_id) | |
$a_tab ['analytic_div'] =array('id'=>'analytic_div'.$div,'label'=>_('Comptabilité Analytique'),'display'=>'none') | |
$a_tab ['document_operation_div'] =array('id'=>'document_operation_div'.$div,'label'=>_('Document').'('.$nb_document.')','display'=>'block') | |
$a_tab ['info_operation_div'] =array('id'=>'info_operation_div'.$div,'label'=>_('Information'),'display'=>'none') | |
$a_tab ['linked_action_div'] =array('id'=>'linked_action_div'.$div,'label'=>_('Actions Gestion').'('.count($a_followup).')','display'=>'none') | |
$a_tab ['linked_operation_div'] =array('id'=>'linked_operation_div'.$div,'label'=>_('Opérations liées').'('.$nb_aRap.')','display'=>'none') | |
$a_tab ['writing_div'] =array('id'=>'writing_div'.$div,'label'=>_('Ecriture Comptable'),'display'=>'none') | |
$aRap =$oRap->get() | |
$cmd =new IText('BON_COMMANDE',$obj->info->command) | |
$cn =Dossier::connect() | |
$detail = new Acc_Misc($cn, $obj->jr_id) | |
$exercice =$periode_id->get_exercice() | |
$nb_aRap =(is_array($aRap))?count($aRap):0 | |
$nb_document =($detail->det->jr_pj_name != "")?1:0 | |
$oRap =new Acc_Reconciliation($cn) | |
$other =new IText('OTHER',$obj->info->other) | |
$periode_id =new Periode($cn,$detail->det->jr_tech_per) | |
$select_box =new \Select_Box("sb_".$jr_id, _("Autre action")) | |
if($div !="popup") foreach | ( $a_tab as $idx=> $a_value) ( $a_value[ 'display']=='block') ?"tabs_selected" |
else | __pad0__ |
endforeach | |
endif | |
$oRap | jr_id =$jr_id |
$a_followup = Follow_Up::get_all_operation($jr_id) |
Definition at line 19 of file ledger_detail_bottom.php.
$a_tab[ 'analytic_div'] =array('id'=>'analytic_div'.$div,'label'=>_('Comptabilité Analytique'),'display'=>'none') |
Definition at line 45 of file ledger_detail_bottom.php.
$a_tab[ 'document_operation_div'] =array('id'=>'document_operation_div'.$div,'label'=>_('Document').'('.$nb_document.')','display'=>'block') |
Definition at line 43 of file ledger_detail_bottom.php.
$a_tab[ 'info_operation_div'] =array('id'=>'info_operation_div'.$div,'label'=>_('Information'),'display'=>'none') |
Definition at line 41 of file ledger_detail_bottom.php.
$a_tab[ 'linked_action_div'] =array('id'=>'linked_action_div'.$div,'label'=>_('Actions Gestion').'('.count($a_followup).')','display'=>'none') |
Definition at line 44 of file ledger_detail_bottom.php.
$a_tab[ 'linked_operation_div'] =array('id'=>'linked_operation_div'.$div,'label'=>_('Opérations liées').'('.$nb_aRap.')','display'=>'none') |
Definition at line 42 of file ledger_detail_bottom.php.
$a_tab[ 'writing_div'] =array('id'=>'writing_div'.$div,'label'=>_('Ecriture Comptable'),'display'=>'none') |
Definition at line 40 of file ledger_detail_bottom.php.
$aRap =$oRap->get() |
Definition at line 24 of file ledger_detail_bottom.php.
$cmd =new IText('BON_COMMANDE',$obj->info->command) |
Definition at line 75 of file ledger_detail_bottom.php.
$cn =Dossier::connect() |
Definition at line 17 of file ledger_detail_bottom.php.
Definition at line 27 of file ledger_detail_bottom.php.
$exercice =$periode_id->get_exercice() |
Definition at line 32 of file ledger_detail_bottom.php.
$nb_aRap =(is_array($aRap))?count($aRap):0 |
Definition at line 37 of file ledger_detail_bottom.php.
$nb_document =($detail->det->jr_pj_name != "")?1:0 |
Definition at line 35 of file ledger_detail_bottom.php.
Referenced by Document\download().
$oRap =new Acc_Reconciliation($cn) |
Definition at line 22 of file ledger_detail_bottom.php.
$other =new IText('OTHER',$obj->info->other) |
Definition at line 76 of file ledger_detail_bottom.php.
Referenced by Print_Ledger_Misc\export(), Print_Ledger_Simple\export(), Print_Ledger_Simple_Without_Vat\export(), Acc_Ledger_Search\list_operation(), and Acc_Ledger_Search\list_operation_to_reconcile().
Definition at line 31 of file ledger_detail_bottom.php.
$select_box =new \Select_Box("sb_".$jr_id, _("Autre action")) |
Definition at line 15 of file ledger_detail_bottom.php.
if( $div !="popup") foreach ($a_tab as $idx=> $a_value)($a_value['display']=='block') ?"tabs_selected" | ( | $a_tab as, | |
$a_value | |||
) |
Definition at line 54 of file ledger_detail_bottom.php.
else __pad0__ |
Definition at line 66 of file ledger_detail_bottom.php.
endforeach |
Definition at line 69 of file ledger_detail_bottom.php.
endif |
Definition at line 70 of file ledger_detail_bottom.php.
$oRap jr_id =$jr_id |
Definition at line 23 of file ledger_detail_bottom.php.