Reorganize files
This commit is contained in:
parent
38c45644a2
commit
94125ef0d8
@ -48,6 +48,7 @@ htdocs/telephonie
|
||||
htdocs/voyage
|
||||
mssql
|
||||
scripts/addons
|
||||
scripts/books
|
||||
scripts/courrier
|
||||
scripts/lolix
|
||||
CVS
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
<?php
|
||||
/* Copyright (C) 2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2009 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -17,31 +18,30 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\defgroup editeur Module editeur
|
||||
\brief Module pour gerer le suivi des editeurs
|
||||
\version $Id$
|
||||
* \defgroup editeur Module editeur
|
||||
* \brief Module pour gerer les livres et editeurs
|
||||
* \version $Id$
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/includes/modules/modEditeur.class.php
|
||||
\ingroup editeur
|
||||
\brief Fichier de description et activation du module Editeur
|
||||
* \file htdocs/includes/modules/modEditeur.class.php
|
||||
* \ingroup editeur
|
||||
* \brief Fichier de description et activation du module Editeur
|
||||
*/
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");
|
||||
|
||||
|
||||
/**
|
||||
\class modEditeur
|
||||
\brief Classe de description et activation du module Editeur
|
||||
* \class modEditeur
|
||||
* \brief Classe de description et activation du module Editeur
|
||||
*/
|
||||
|
||||
class modEditeur extends DolibarrModules
|
||||
{
|
||||
|
||||
/**
|
||||
* \brief Constructeur. Definit les noms, constantes et boites
|
||||
* \param DB handler d'acc<EFBFBD>s base
|
||||
* \param DB Database handler
|
||||
*/
|
||||
function modEditeur($DB)
|
||||
{
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/php
|
||||
<?PHP
|
||||
/* Copyright (C) 2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2009 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -15,22 +16,20 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id$
|
||||
* $Source$
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
\file scripts/courrier/droits-editeurs.php
|
||||
\ingroup editeurs
|
||||
\brief Script de generation des courriers pour les editeurs
|
||||
* \file scripts/books/droits-editeurs.php
|
||||
* \ingroup editeurs
|
||||
* \brief Script de generation des courriers pour les editeurs
|
||||
* \version $Id$
|
||||
*/
|
||||
|
||||
require_once("../../htdocs/master.inc.php");
|
||||
require_once(FPDF_PATH.'fpdf.php');
|
||||
require_once("../../htdocs/product.class.php");
|
||||
require_once("../../htdocs/product/canvas/product.livre.class.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/product.class.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/product/canvas/product.livre.class.php");
|
||||
|
||||
$error = 0;
|
||||
$year = strftime("%Y", time());
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/php
|
||||
<?PHP
|
||||
/* Copyright (C) 2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2009 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -14,13 +16,16 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id$
|
||||
* $Source$
|
||||
*
|
||||
*
|
||||
*/
|
||||
require_once("../../../htdocs/master.inc.php");
|
||||
|
||||
/**
|
||||
* \file scripts/books/droits-editeurs.php
|
||||
* \ingroup editeurs
|
||||
* \brief Script de generation des courriers pour les editeurs
|
||||
* \version $Id$
|
||||
*/
|
||||
|
||||
require_once("../../htdocs/master.inc.php");
|
||||
require_once(PHP_WRITEEXCEL_PATH."/class.writeexcel_workbook.inc.php");
|
||||
require_once(PHP_WRITEEXCEL_PATH."/class.writeexcel_worksheet.inc.php");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user