new coding convention , Change File name : class_ becomes file.class.php
This commit is contained in:
parent
1d5550713f
commit
f84a96033e
355 changed files with 1011 additions and 1011 deletions
|
|
@ -18,11 +18,11 @@
|
|||
*/
|
||||
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||
if ( ! defined ('ALLOWED') ) die(_('Non autorisé'));
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_ispan.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_icard.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_iselect.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_icheckbox.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/class_acc_operation.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/ispan.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/icard.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/iselect.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/icheckbox.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/acc_operation.class.php';
|
||||
/*! \file
|
||||
* \brief Print account (html or pdf)
|
||||
* file included from user_impress
|
||||
|
|
@ -33,8 +33,8 @@ require_once NOALYSS_INCLUDE.'/class/class_acc_operation.php';
|
|||
//-----------------------------------------------------
|
||||
// Show the jrn and date
|
||||
//-----------------------------------------------------
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_database.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_ipopup.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/database.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/ipopup.class.php';
|
||||
global $g_user;
|
||||
|
||||
//-----------------------------------------------------
|
||||
|
|
@ -129,7 +129,7 @@ if ( isset( $_REQUEST['bt_html'] ) )
|
|||
echo alert(_('Date malformée, désolée'));
|
||||
return;
|
||||
}
|
||||
require_once NOALYSS_INCLUDE.'/class/class_acc_account_ledger.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/acc_account_ledger.class.php';
|
||||
$go=0;
|
||||
// we ask a poste_id
|
||||
if ( isset($_GET['poste_id']) && strlen(trim($_GET['poste_id'])) != 0 )
|
||||
|
|
@ -149,7 +149,7 @@ if ( isset( $_REQUEST['bt_html'] ) )
|
|||
}
|
||||
if ( strlen(trim($_GET['f_id'])) != 0 )
|
||||
{
|
||||
require_once NOALYSS_INCLUDE.'/class/class_fiche.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/fiche.class.php';
|
||||
// thanks the qcode we found the poste account
|
||||
$fiche=new Fiche($cn);
|
||||
$qcode=$fiche->get_by_qcode($_GET['f_id']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue