<?php

/*
 *   This file is part of NOALYSS.
 *
 *   NOALYSS is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 *   NOALYSS is distributed in the hope that it will be useful,
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *   GNU General Public License for more details.
 *
 *   You should have received a copy of the GNU General Public License
 *   along with NOALYSS; if not, write to the Free Software
 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

// Copyright Author Dany De Bontridder danydb@aevalys.eu

require_once '../include/constant.php';

define ("ALLOWED",1);


ini_set("xdebug.overload_var_dump",0);

/**
 * Class to include, 
 */
require_once NOALYSS_INCLUDE."/class/package_repository.class.php";
require_once NOALYSS_INCLUDE."/class/acc_compute.class.php";
require_once NOALYSS_INCLUDE."/class/sendmail.class.php";
require_once NOALYSS_INCLUDE."/class/fiche_attr.class.php";
require_once NOALYSS_INCLUDE."/class/acc_report.class.php";
require_once NOALYSS_INCLUDE."/class/database.class.php";
require_once NOALYSS_INCLUDE."/class/gestion_table.class.php";
require_once NOALYSS_INCLUDE."/class/acc_report_row.class.php";
require_once NOALYSS_INCLUDE."/class/package_core.class.php";
require_once NOALYSS_INCLUDE."/class/print_ledger.class.php";
require_once NOALYSS_INCLUDE."/class/pre_op_ods.class.php";
require_once NOALYSS_INCLUDE."/class/anc_table.class.php";
require_once NOALYSS_INCLUDE."/class/prepared_query.class.php";
require_once NOALYSS_INCLUDE."/class/pdfbalance_simple.class.php";
require_once NOALYSS_INCLUDE."/class/tag.class.php";
require_once NOALYSS_INCLUDE."/class/acc_ledger_purchase.class.php";
require_once NOALYSS_INCLUDE."/class/lettering.class.php";
require_once NOALYSS_INCLUDE."/class/profile_menu.class.php";
require_once NOALYSS_INCLUDE."/class/forecast_cat.class.php";
require_once NOALYSS_INCLUDE."/class/anc_operation.class.php";
require_once NOALYSS_INCLUDE."/class/print_ledger_fin.class.php";
require_once NOALYSS_INCLUDE."/class/acc_bilan.class.php";
require_once NOALYSS_INCLUDE."/class/pre_op_ach.class.php";
require_once NOALYSS_INCLUDE."/class/exercice.class.php";
require_once NOALYSS_INCLUDE."/class/document_export.class.php";
require_once NOALYSS_INCLUDE."/class/admin.class.php";
require_once NOALYSS_INCLUDE."/class/acc_payment.class.php";
require_once NOALYSS_INCLUDE."/class/acc_reconciliation.class.php";
require_once NOALYSS_INCLUDE."/class/acc_ledger_history_generic.class.php";
require_once NOALYSS_INCLUDE."/class/template_card_category.class.php";
require_once NOALYSS_INCLUDE."/class/print_ledger_simple.class.php";
require_once NOALYSS_INCLUDE."/class/anc_account_table.class.php";
require_once NOALYSS_INCLUDE."/class/todo_list.class.php";
require_once NOALYSS_INCLUDE."/class/supplier.class.php";
require_once NOALYSS_INCLUDE."/class/document.class.php";
require_once NOALYSS_INCLUDE."/class/periode.class.php";
require_once NOALYSS_INCLUDE."/class/fiche_def_ref.class.php";
require_once NOALYSS_INCLUDE."/class/anc_acc_link.class.php";
require_once NOALYSS_INCLUDE."/class/noalyss_parameter_folder.class.php";
require_once NOALYSS_INCLUDE."/class/extension.class.php";
require_once NOALYSS_INCLUDE."/class/pre_op_fin.class.php";
require_once NOALYSS_INCLUDE."/class/forecast_item.class.php";
require_once NOALYSS_INCLUDE."/class/manager.class.php";
require_once NOALYSS_INCLUDE."/class/anc_group_operation.class.php";
require_once NOALYSS_INCLUDE."/class/user.class.php";
require_once NOALYSS_INCLUDE."/class/menu_ref.class.php";
require_once NOALYSS_INCLUDE."/class/print_ledger_detail_item.class.php";
require_once NOALYSS_INCLUDE."/class/anc_plan.class.php";
require_once NOALYSS_INCLUDE."/class/anc_key.class.php";
require_once NOALYSS_INCLUDE."/class/gestion_purchase.class.php";
require_once NOALYSS_INCLUDE."/class/stock_goods.class.php";
require_once NOALYSS_INCLUDE."/class/anc_balance_double.class.php";
require_once NOALYSS_INCLUDE."/class/acc_account.class.php";
require_once NOALYSS_INCLUDE."/class/payment_method_mtable.class.php";
require_once NOALYSS_INCLUDE."/class/default_menu.class.php";
require_once NOALYSS_INCLUDE."/class/follow_up.class.php";
require_once NOALYSS_INCLUDE."/class/pre_operation.class.php";
require_once NOALYSS_INCLUDE."/class/acc_balance.class.php";
require_once NOALYSS_INCLUDE."/class/anc_balance_simple.class.php";
require_once NOALYSS_INCLUDE."/class/anc_acc_list.class.php";
require_once NOALYSS_INCLUDE."/class/dossier.class.php";
require_once NOALYSS_INCLUDE."/class/anc_print.class.php";
require_once NOALYSS_INCLUDE."/class/print_ledger_simple_without_vat.class.php";
require_once NOALYSS_INCLUDE."/class/gestion_sold.class.php";
require_once NOALYSS_INCLUDE."/class/balance_age.class.php";
require_once NOALYSS_INCLUDE."/class/anc_group.class.php";
require_once NOALYSS_INCLUDE."/class/print_ledger_misc.class.php";
require_once NOALYSS_INCLUDE."/class/periode_ledger_table.class.php";
require_once NOALYSS_INCLUDE."/class/package_noalyss.class.php";
require_once NOALYSS_INCLUDE."/class/calendar.class.php";
require_once NOALYSS_INCLUDE."/class/forecast.class.php";
require_once NOALYSS_INCLUDE."/class/pdf.class.php";
require_once NOALYSS_INCLUDE."/class/package_template.class.php";
require_once NOALYSS_INCLUDE."/class/package_plugin.class.php";
require_once NOALYSS_INCLUDE."/class/acc_ledger.class.php";
require_once NOALYSS_INCLUDE."/class/tva_rate_mtable.class.php";
require_once NOALYSS_INCLUDE."/class/tax_summary.class.php";
require_once NOALYSS_INCLUDE."/class/acc_ledger_fin.class.php";
require_once NOALYSS_INCLUDE."/class/print_ledger_detail.class.php";
require_once NOALYSS_INCLUDE."/class/acc_ledger_history_financial.class.php";
require_once NOALYSS_INCLUDE."/class/stock.class.php";
require_once NOALYSS_INCLUDE."/class/anc_listing.class.php";
require_once NOALYSS_INCLUDE."/class/anc_grandlivre.class.php";
require_once NOALYSS_INCLUDE."/class/acc_ledger_history.class.php";
require_once NOALYSS_INCLUDE."/class/customer.class.php";
require_once NOALYSS_INCLUDE."/class/fiche.class.php";
require_once NOALYSS_INCLUDE."/class/acc_ledger_info.class.php";
require_once NOALYSS_INCLUDE."/class/package_contrib.class.php";
require_once NOALYSS_INCLUDE."/class/acc_parm_code.class.php";
require_once NOALYSS_INCLUDE."/class/acc_plan_mtable.class.php";
require_once NOALYSS_INCLUDE."/class/acc_ledger_history_sale.class.php";
require_once NOALYSS_INCLUDE."/class/pdf_operation.class.php";
require_once NOALYSS_INCLUDE."/class/periode_ledger.class.php";
require_once NOALYSS_INCLUDE."/class/contact.class.php";
require_once NOALYSS_INCLUDE."/class/pre_op_advanced.class.php";
require_once NOALYSS_INCLUDE."/class/document_type.class.php";
require_once NOALYSS_INCLUDE."/class/bank.class.php";
require_once NOALYSS_INCLUDE."/class/fiche_def.class.php";
require_once NOALYSS_INCLUDE."/class/acc_tva.class.php";
require_once NOALYSS_INCLUDE."/class/acc_operation.class.php";
require_once NOALYSS_INCLUDE."/class/acc_ledger_sold.class.php";
require_once NOALYSS_INCLUDE."/class/pdf_land.class.php";
require_once NOALYSS_INCLUDE."/class/pre_op_ven.class.php";
require_once NOALYSS_INCLUDE."/class/acc_account_ledger.class.php";
require_once NOALYSS_INCLUDE."/class/follow_up_detail.class.php";
require_once NOALYSS_INCLUDE."/class/acc_ledger_history_purchase.class.php";
require_once NOALYSS_INCLUDE."/class/anticipation.class.php";
require_once NOALYSS_INCLUDE."/class/document_modele.class.php";
require_once NOALYSS_INCLUDE."/class/acc_ledger_search.class.php";
require_once NOALYSS_INCLUDE."/lib/irelated_action.class.php";
require_once NOALYSS_INCLUDE."/lib/http_input.class.php";
require_once NOALYSS_INCLUDE."/lib/zip_extended.class.php";
require_once NOALYSS_INCLUDE."/lib/sendmail_core.class.php";
require_once NOALYSS_INCLUDE."/lib/iperiod.class.php";
require_once NOALYSS_INCLUDE."/lib/single_record.class.php";
require_once NOALYSS_INCLUDE."/lib/icard.class.php";
require_once NOALYSS_INCLUDE."/lib/data_sql.class.php";
require_once NOALYSS_INCLUDE."/lib/ac_common.php";
require_once NOALYSS_INCLUDE."/lib/inplace_edit.class.php";
require_once NOALYSS_INCLUDE."/lib/noalyss_sql.class.php";
require_once NOALYSS_INCLUDE."/lib/ibutton.class.php";
require_once NOALYSS_INCLUDE."/lib/user_common.php";
require_once NOALYSS_INCLUDE."/lib/icon_action.class.php";
require_once NOALYSS_INCLUDE."/lib/sort_table.class.php";
require_once NOALYSS_INCLUDE."/lib/iradio.class.php";
require_once NOALYSS_INCLUDE."/lib/ianccard.class.php";
require_once NOALYSS_INCLUDE."/lib/ispan.class.php";
require_once NOALYSS_INCLUDE."/lib/iconcerned.class.php";
require_once NOALYSS_INCLUDE."/lib/itva_popup.class.php";
require_once NOALYSS_INCLUDE."/lib/html_table.class.php";
require_once NOALYSS_INCLUDE."/lib/inplace_switch.class.php";
require_once NOALYSS_INCLUDE."/lib/noalyss_csv.class.php";
require_once NOALYSS_INCLUDE."/lib/database_core.class.php";
require_once NOALYSS_INCLUDE."/lib/html_input.class.php";
require_once NOALYSS_INCLUDE."/lib/function_javascript.php";
require_once NOALYSS_INCLUDE."/lib/iselect.class.php";
require_once NOALYSS_INCLUDE."/lib/iposte.class.php";
require_once NOALYSS_INCLUDE."/lib/select_box.class.php";
require_once NOALYSS_INCLUDE."/lib/ifile.class.php";
require_once NOALYSS_INCLUDE."/lib/input_switch.class.php";
require_once NOALYSS_INCLUDE."/lib/output_html_tab.class.php";
require_once NOALYSS_INCLUDE."/lib/user_menu.php";
require_once NOALYSS_INCLUDE."/lib/html_tab.class.php";
require_once NOALYSS_INCLUDE."/lib/idate.class.php";
require_once NOALYSS_INCLUDE."/lib/itext.class.php";
require_once NOALYSS_INCLUDE."/lib/pdf_core.class.php";
require_once NOALYSS_INCLUDE."/lib/progress_bar.class.php";
require_once NOALYSS_INCLUDE."/lib/config_file.php";
require_once NOALYSS_INCLUDE."/lib/impress.class.php";
require_once NOALYSS_INCLUDE."/lib/iaction.class.php";
require_once NOALYSS_INCLUDE."/lib/inum.class.php";
require_once NOALYSS_INCLUDE."/lib/ipopup.class.php";
require_once NOALYSS_INCLUDE."/lib/icheckbox.class.php";
require_once NOALYSS_INCLUDE."/lib/itextarea.class.php";
require_once NOALYSS_INCLUDE."/lib/filetosend.class.php";
require_once NOALYSS_INCLUDE."/lib/ihidden.class.php";
require_once NOALYSS_INCLUDE."/lib/manage_table_sql.class.php";




require_once 'global.php';
