noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
ajax_history_anc_account.php File Reference

Display the history of an analytic account. More...

Go to the source code of this file.

Variables

 $a_periode_limit =$periode->limit_year($exercice)
 
 $anc_grandlivre =new Anc_GrandLivre($cn)
 
 $div =$http->get("div")
 
 $exercice =$http->get("exercice","number")
 
 $first_day =$periode->first_day($a_periode_limit['start'])
 
 $last_day =$periode->last_day($a_periode_limit['end'])
 
 $periode =new Periode($cn)
 
catch(Exception $ex) $poste_analytic =new Poste_analytique_SQL($cn, $po_id)
 
$anc_grandlivre from =$first_day
 
$anc_grandlivre from_poste =$poste_analytic->po_name
 
$anc_grandlivre pa_id =$poste_analytic->pa_id
 
$anc_grandlivre to =$last_day
 
$anc_grandlivre to_poste =$poste_analytic->po_name
 
 try
 

Detailed Description

Display the history of an analytic account.

Receives the parameters GET:

  • gDossier integer
  • act history_anc_account
  • po_id integer poste_analytic.po_id
  • div DOM ID of the box
  • op history
  • exercice integer

Definition in file ajax_history_anc_account.php.

Variable Documentation

◆ $a_periode_limit

$a_periode_limit =$periode->limit_year($exercice)

Definition at line 53 of file ajax_history_anc_account.php.

◆ $anc_grandlivre

$anc_grandlivre =new Anc_GrandLivre($cn)

Definition at line 46 of file ajax_history_anc_account.php.

◆ $div

$div =$http->get("div")

Definition at line 39 of file ajax_history_anc_account.php.

◆ $exercice

$exercice =$http->get("exercice","number")

Definition at line 38 of file ajax_history_anc_account.php.

◆ $first_day

$first_day =$periode->first_day($a_periode_limit['start'])

◆ $last_day

$last_day =$periode->last_day($a_periode_limit['end'])

Definition at line 59 of file ajax_history_anc_account.php.

Referenced by Impress\compute_periode().

◆ $periode

$periode =new Periode($cn)

Definition at line 52 of file ajax_history_anc_account.php.

◆ $poste_analytic

catch (Exception $ex) $poste_analytic =new Poste_analytique_SQL($cn, $po_id)

Definition at line 44 of file ajax_history_anc_account.php.

◆ from

$anc_grandlivre from =$first_day

Definition at line 61 of file ajax_history_anc_account.php.

Referenced by Anc_Print\__construct(), Print_Ledger\__construct(), Tax_Detail\__construct(), Acc_Account_Ledger\belong_ledger(), Anc_GrandLivre\button_export_csv(), Anc_GrandLivre\button_export_pdf(), Noalyss_User\can_add_action(), Anc_Print\check(), Sendmail_Core\compose(), Acc_Bilan\compute_formula(), Anc_Table\create_temp_table_account(), Anc_Table\create_temp_table_card(), Anc_Operation\delete_by_jid(), Anc_Listing\display_csv(), display_menu(), Anc_Balance_Double\display_pdf(), Anc_Balance_Simple\display_pdf(), Calendar\fill_from_todo(), Acc_Bilan\filter_date(), Acc_Account_Ledger\find_card(), Acc_Ledger\get_all_fiche_def(), Tax_Detail\get_data(), Acc_Ledger\get_id(), Anc_Print\get_request(), Acc_Bilan\get_request_get(), Acc_Account_Ledger\get_used_accounting(), PDFBalance_simple\Header(), Todo_List\is_shared_with(), Anc_Listing\load(), Acc_Ledger\next_number(), Todo_List\remove_share(), Noalyss_User\revoke_access(), Anc_Operation\save_update_form(), Acc_Ledger\search_group(), Noalyss_User\set_default_periode(), Noalyss_User\set_folder_access(), Print_Ledger\set_from(), Sendmail_Core\set_from(), PDFBalance_simple\set_info(), Anc_Acc_Link\set_sql_filter(), Anc_Balance_Simple\set_sql_filter(), Anc_GrandLivre\set_sql_filter(), Anc_Group\set_sql_filter(), Anc_Print\set_sql_filter(), Anc_Acc_List\show_button(), Anc_Balance_Double\show_button(), Anc_Balance_Simple\show_button(), Anc_Group\show_button(), Anc_Listing\show_button(), Anc_Table\show_button(), show_menu(), show_module(), Tag_Operation\tag_cell(), Tag_Operation\tag_remove(), Acc_Bilan\verify(), Sendmail\verify(), Acc_Ledger\verify_operation(), and Acc_Bilan\warning().

◆ from_poste

◆ pa_id

$anc_grandlivre pa_id =$poste_analytic->pa_id

Definition at line 67 of file ajax_history_anc_account.php.

◆ to

◆ to_poste

◆ try

try
Initial value:
{
$po_id=$http->get("po_id","number")

Definition at line 36 of file ajax_history_anc_account.php.