Fix: remove obsolete tags (in progress)
This commit is contained in:
parent
22cafc4ed1
commit
27300fe898
@ -19,7 +19,6 @@
|
||||
* \file htdocs/ftp/admin/ftpclient.php
|
||||
* \ingroup ftp
|
||||
* \brief Admin page to setup FTP client module
|
||||
* \version $Id: ftpclient.php,v 1.6 2011/08/27 14:24:29 hregis Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
* \file htdocs/ftp/index.php
|
||||
* \ingroup ftp
|
||||
* \brief Main page for FTP section area
|
||||
* \version $Id: index.php,v 1.26 2011/08/27 14:24:42 hregis Exp $
|
||||
* \author Laurent Destailleur
|
||||
*/
|
||||
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
* \file htdocs/ftp/pre.inc.php
|
||||
* \ingroup ftp
|
||||
* \brief File to manage left menu for FTP module
|
||||
* \version $Id: pre.inc.php,v 1.9 2011/08/01 00:01:02 eldy Exp $
|
||||
*/
|
||||
|
||||
require ("../main.inc.php");
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
* \file htdocs/imports/class/import.class.php
|
||||
* \ingroup import
|
||||
* \brief File of class to manage imports
|
||||
* \version $Id: import.class.php,v 1.8 2011/07/31 23:46:39 eldy Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
* \file htdocs/imports/emptyexample.php
|
||||
* \ingroup import
|
||||
* \brief Show example of import file
|
||||
* \version $Id: emptyexample.php,v 1.9 2011/08/27 14:24:59 hregis Exp $
|
||||
*/
|
||||
|
||||
// This is to make Dolibarr working with Plesk
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
* \file htdocs/imports/import.php
|
||||
* \ingroup import
|
||||
* \brief Pages of import Wizard
|
||||
* \version $Id: import.php,v 1.71 2011/08/27 14:24:59 hregis Exp $
|
||||
*/
|
||||
|
||||
require_once("../main.inc.php");
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
* \file htdocs/imports/index.php
|
||||
* \ingroup import
|
||||
* \brief Page accueil de la zone import
|
||||
* \version $Id: index.php,v 1.14 2011/08/27 14:24:59 hregis Exp $
|
||||
*/
|
||||
|
||||
require_once("../main.inc.php");
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/boxes/box_actions.php
|
||||
* \ingroup actions
|
||||
* \brief Module to build boxe for events
|
||||
* \version $Id: box_actions.php,v 1.49 2011/07/31 23:29:09 eldy Exp $
|
||||
*/
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
* \file htdocs/includes/boxes/box_bookmarks.php
|
||||
* \ingroup bookmark
|
||||
* \brief Module to generate box of bookmarks list
|
||||
* \version $Id: box_bookmarks.php,v 1.18 2011/07/31 23:29:10 eldy Exp $
|
||||
*/
|
||||
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/boxes/box_clients.php
|
||||
* \ingroup societes
|
||||
* \brief Module de generation de l'affichage de la box clients
|
||||
* \version $Id: box_clients.php,v 1.40 2011/07/31 23:29:09 eldy Exp $
|
||||
*/
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/boxes/box_commandes.php
|
||||
* \ingroup commande
|
||||
* \brief Module de generation de l'affichage de la box commandes
|
||||
* \version $Id: box_commandes.php,v 1.33 2011/07/31 23:29:10 eldy Exp $
|
||||
*/
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/boxes/box_comptes.php
|
||||
* \ingroup banque
|
||||
* \brief Module to generate box for bank accounts
|
||||
* \version $Id: box_comptes.php,v 1.21 2011/07/31 23:29:09 eldy Exp $
|
||||
*/
|
||||
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
include_once(DOL_DOCUMENT_ROOT."/compta/bank/class/account.class.php");
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/boxes/box_contacts.php
|
||||
* \ingroup societes
|
||||
* \brief Module to show box of contacts
|
||||
* \version $Id: box_contacts.php,v 1.3 2011/07/31 23:29:10 eldy Exp $
|
||||
*/
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
* \file htdocs/includes/boxes/box_contracts.php
|
||||
* \ingroup contracts
|
||||
* \brief Module de generation de l'affichage de la box contracts
|
||||
* \version $Id: box_contracts.php,v 1.10 2011/07/31 23:29:10 eldy Exp $
|
||||
*/
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
|
||||
@ -22,7 +22,6 @@
|
||||
* \file htdocs/includes/boxes/box_external_rss.php
|
||||
* \ingroup external_rss
|
||||
* \brief Fichier de gestion d'une box pour le module external_rss
|
||||
* \version $Id: box_external_rss.php,v 1.36 2011/08/21 12:47:01 eldy Exp $
|
||||
*/
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT."/core/class/rssparser.class.php");
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/boxes/box_factures.php
|
||||
* \ingroup factures
|
||||
* \brief Module de generation de l'affichage de la box factures
|
||||
* \version $Id: box_factures.php,v 1.52 2011/07/31 23:29:09 eldy Exp $
|
||||
*/
|
||||
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/boxes/box_factures_fourn.php
|
||||
* \ingroup supplier
|
||||
* \brief Fichier de gestion d'une box des factures fournisseurs
|
||||
* \version $Id: box_factures_fourn.php,v 1.36 2011/07/31 23:29:10 eldy Exp $
|
||||
*/
|
||||
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
* \file htdocs/includes/boxes/box_factures_fourn_imp.php
|
||||
* \ingroup fournisseur
|
||||
* \brief Fichier de gestion d'une box des factures fournisseurs impayees
|
||||
* \version $Id: box_factures_fourn_imp.php,v 1.37 2011/07/31 23:29:10 eldy Exp $
|
||||
*/
|
||||
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/boxes/box_factures_imp.php
|
||||
* \ingroup factures
|
||||
* \brief Module de generation de l'affichage de la box factures impayees
|
||||
* \version $Id: box_factures_imp.php,v 1.54 2011/07/31 23:29:10 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
|
||||
@ -17,11 +17,10 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/includes/boxes/box_fournisseurs.php
|
||||
\ingroup fournisseurs
|
||||
\brief Module to generate box of suppliers
|
||||
\version $Id: box_fournisseurs.php,v 1.30 2011/07/31 23:29:10 eldy Exp $
|
||||
*/
|
||||
* \file htdocs/includes/boxes/box_fournisseurs.php
|
||||
* \ingroup fournisseurs
|
||||
* \brief Module to generate box of suppliers
|
||||
*/
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/boxes/box_members.php
|
||||
* \ingroup societes
|
||||
* \brief Module de generation de l'affichage de la box clients
|
||||
* \version $Id: box_members.php,v 1.4 2011/07/31 23:29:09 eldy Exp $
|
||||
*/
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
|
||||
@ -17,11 +17,10 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/includes/boxes/box_osc_client.php
|
||||
\ingroup osc
|
||||
\brief Module to generate box of shop customers
|
||||
\version $Id: box_osc_client.php,v 1.17 2011/07/31 23:29:10 eldy Exp $
|
||||
*/
|
||||
* \file htdocs/includes/boxes/box_osc_client.php
|
||||
* \ingroup osc
|
||||
* \brief Module to generate box of shop customers
|
||||
*/
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/boxes/box_produits.php
|
||||
* \ingroup produits,services
|
||||
* \brief Module to generate box of last products/services
|
||||
* \version $Id: box_produits.php,v 1.41 2011/07/31 23:29:10 eldy Exp $
|
||||
*/
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
|
||||
@ -18,11 +18,10 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/includes/boxes/box_propales.php
|
||||
\ingroup propales
|
||||
\brief Module de generation de l'affichage de la box propales
|
||||
\version $Id: box_propales.php,v 1.47 2011/07/31 23:29:10 eldy Exp $
|
||||
*/
|
||||
* \file htdocs/includes/boxes/box_propales.php
|
||||
* \ingroup propales
|
||||
* \brief Module de generation de l'affichage de la box propales
|
||||
*/
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/boxes/box_prospect.php
|
||||
* \ingroup societe
|
||||
* \brief Module to generate the last prospects box.
|
||||
* \version $Id: box_prospect.php,v 1.43 2011/07/31 23:29:10 eldy Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/boxes/box_services_vendus.php
|
||||
* \ingroup produits,services
|
||||
* \brief Module de generation de l'affichage de la box services_vendus
|
||||
* \version $Id: box_services_vendus.php,v 1.54 2011/07/31 23:29:09 eldy Exp $
|
||||
*/
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
* \file htdocs/includes/boxes/modules_boxes.php
|
||||
* \ingroup facture
|
||||
* \brief Fichier contenant la classe mere des boites
|
||||
* \version $Id: modules_boxes.php,v 1.56 2011/07/31 23:29:10 eldy Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
* \file htdocs/includes/login/functions_dolibarr.php
|
||||
* \ingroup core
|
||||
* \brief Authentication functions for Dolibarr mode
|
||||
* \version $Id: functions_dolibarr.php,v 1.13 2011/07/31 23:29:11 eldy Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
* \file htdocs/includes/login/functions_empty.php
|
||||
* \ingroup core
|
||||
* \brief Empty authentication functions for test
|
||||
* \version $Id: functions_empty.php,v 1.2 2011/07/31 23:29:10 eldy Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@ -16,11 +16,10 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/includes/login/functions_http.php
|
||||
\ingroup core
|
||||
\brief Authentication functions for HTTP Basic
|
||||
\version $Id: functions_http.php,v 1.4 2011/07/31 23:29:11 eldy Exp $
|
||||
*/
|
||||
* \file htdocs/includes/login/functions_http.php
|
||||
* \ingroup core
|
||||
* \brief Authentication functions for HTTP Basic
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
* \file htdocs/includes/login/functions_dolibarr.php
|
||||
* \ingroup core
|
||||
* \brief Authentication functions for Dolibarr mode
|
||||
* \version $Id: functions_myopenid.php,v 1.4 2011/07/31 23:29:11 eldy Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
/**
|
||||
* \file htdocs/includes/menus/smartphone/smartphone.lib.php
|
||||
* \brief Library for file smartphone menus
|
||||
* \version $Id: smartphone.lib.php,v 1.7 2011/07/31 23:46:08 eldy Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
/**
|
||||
* \file htdocs/includes/menus/smartphone/smartphone_backoffice.php
|
||||
* \brief Gestionnaire nomme smartphone du menu smartphone
|
||||
* \version $Id: smartphone_backoffice.php,v 1.4 2011/07/31 23:46:08 eldy Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
/**
|
||||
* \file htdocs/includes/menus/smartphone/smartphone_frontoffice.php
|
||||
* \brief Gestionnaire nomme smartphone du menu smartphone
|
||||
* \version $Id: smartphone_frontoffice.php,v 1.4 2011/07/31 23:46:08 eldy Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
/**
|
||||
* \file htdocs/includes/menus/standard/auguria.lib.php
|
||||
* \brief Library for file auguria menus
|
||||
* \version $Id: auguria.lib.php,v 1.21 2011/07/31 23:46:07 eldy Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
/**
|
||||
* \file htdocs/includes/menus/standard/auguria_backoffice.php
|
||||
* \brief Gestionnaire nomme Auguria du menu du haut
|
||||
* \version $Id: auguria_backoffice.php,v 1.4 2011/07/31 23:46:07 eldy Exp $
|
||||
*
|
||||
* \remarks La construction d'un gestionnaire pour le menu du haut est simple:
|
||||
* \remarks Toutes les entrees de menu a faire apparaitre dans la barre du haut
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
/**
|
||||
* \file htdocs/includes/menus/standard/auguria_frontoffice.php
|
||||
* \brief Gestionnaire nomme Auguria du menu du haut
|
||||
* \version $Id: auguria_frontoffice.php,v 1.4 2011/07/31 23:46:07 eldy Exp $
|
||||
*
|
||||
* \remarks La construction d'un gestionnaire pour le menu du haut est simple:
|
||||
* \remarks Toutes les entrees de menu a faire apparaitre dans la barre du haut
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
/**
|
||||
* \file htdocs/includes/menus/standard/eldy.lib.php
|
||||
* \brief Library for file eldy menus
|
||||
* \version $Id: eldy.lib.php,v 1.69 2011/08/21 13:19:26 eldy Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
/**
|
||||
* \file htdocs/includes/menus/standard/eldy_backoffice.php
|
||||
* \brief Gestionnaire nomme eldy du menu du haut
|
||||
* \version $Id: eldy_backoffice.php,v 1.5 2011/07/31 23:46:07 eldy Exp $
|
||||
*
|
||||
* \remarks La construction d'un gestionnaire pour le menu du haut est simple:
|
||||
* \remarks Toutes les entrees de menu a faire apparaitre dans la barre du haut
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
/**
|
||||
* \file htdocs/includes/menus/standard/eldy_frontoffice.php
|
||||
* \brief Gestionnaire nomme eldy du menu du haut
|
||||
* \version $Id: eldy_frontoffice.php,v 1.4 2011/07/31 23:46:07 eldy Exp $
|
||||
*
|
||||
* \remarks La construction d'un gestionnaire pour le menu du haut est simple:
|
||||
* \remarks Toutes les entrees de menu a faire apparaitre dans la barre du haut
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
/**
|
||||
* \file htdocs/includes/menus/standard/empty.php
|
||||
* \brief This is an example of an empty top menu handler
|
||||
* \version $Id: empty.php,v 1.6 2011/07/31 23:46:08 eldy Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -23,7 +23,6 @@
|
||||
/**
|
||||
* \file htdocs/includes/modules/DolibarrModules.class.php
|
||||
* \brief Fichier de description et activation des modules Dolibarr
|
||||
* \version $Id: DolibarrModules.class.php,v 1.163 2011/07/31 23:28:12 eldy Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@ -22,7 +22,6 @@
|
||||
* \file htdocs/includes/modules/action/rapport.pdf.php
|
||||
* \ingroup commercial
|
||||
* \brief File to build PDF with events
|
||||
* \version $Id: rapport.pdf.php,v 1.37 2011/08/11 12:14:04 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
|
||||
|
||||
214
htdocs/includes/modules/barcode/barcodecoder.modules.php
Normal file
214
htdocs/includes/modules/barcode/barcodecoder.modules.php
Normal file
@ -0,0 +1,214 @@
|
||||
<?php
|
||||
/* Copyright (C) 2011 Regis Houssin <regis@dolibarr.fr>
|
||||
*
|
||||
* 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
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program 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 this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
* or see http://www.gnu.org/
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/includes/modules/barcode/barcodecoder.modules.php
|
||||
* \ingroup barcode
|
||||
* \brief Fichier contenant la classe du modele de generation code barre Barcode Coder
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/barcode/modules_barcode.php");
|
||||
|
||||
/**
|
||||
* \class modBarcodeCoder
|
||||
* \brief Classe du modele de numerotation de generation code barre Barcode Coder
|
||||
*/
|
||||
class modBarcodeCoder extends ModeleBarCode
|
||||
{
|
||||
var $version='dolibarr'; // 'development', 'experimental', 'dolibarr'
|
||||
var $error='';
|
||||
|
||||
|
||||
/**
|
||||
* Return if a module can be used or not
|
||||
* @return boolean true if module can be used
|
||||
*/
|
||||
function isEnabled()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Return description
|
||||
* @return string Texte descripif
|
||||
*/
|
||||
function info()
|
||||
{
|
||||
global $langs;
|
||||
|
||||
return 'Barcode Coder';
|
||||
}
|
||||
|
||||
/**
|
||||
* Test si les numeros deja en vigueur dans la base ne provoquent pas de
|
||||
* de conflits qui empechera cette numerotation de fonctionner.
|
||||
* @return boolean false si conflit, true si ok
|
||||
*/
|
||||
function canBeActivated()
|
||||
{
|
||||
global $langs;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Return true if encodinf is supported
|
||||
* @return int >0 if supported, 0 if not
|
||||
*/
|
||||
function encodingIsSupported($encoding)
|
||||
{
|
||||
global $genbarcode_loc;
|
||||
|
||||
$supported=0;
|
||||
if ($encoding == 'EAN13') $supported=1;
|
||||
if ($encoding == 'ISBN') $supported=1;
|
||||
if ($encoding == 'EAN8') $supported=1;
|
||||
if ($encoding == 'UPC') $supported=1;
|
||||
if ($encoding == 'C39') $supported=1;
|
||||
if ($encoding == 'C128') $supported=1;
|
||||
|
||||
return $supported;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return an image file on the fly (no need to write on disk)
|
||||
* @param $code Value to encode
|
||||
* @param $encoding Mode of encoding
|
||||
* @param $readable Code can be read
|
||||
*/
|
||||
function buildBarCode($code,$encoding,$readable='Y')
|
||||
{
|
||||
global $_GET,$_SERVER;
|
||||
global $conf;
|
||||
global $genbarcode_loc, $bar_color, $bg_color, $text_color, $font_loc;
|
||||
|
||||
if (! $this->encodingIsSupported($encoding)) return -1;
|
||||
|
||||
if ($encoding == 'EAN8' || $encoding == 'EAN13') $encoding = 'EAN';
|
||||
if ($encoding == 'C39' || $encoding == 'C128') $encoding = substr($encoding,1);
|
||||
|
||||
$scale=1; $mode='png';
|
||||
|
||||
$_GET["code"]=$code;
|
||||
$_GET["encoding"]=$encoding;
|
||||
$_GET["scale"]=$scale;
|
||||
$_GET["mode"]=$mode;
|
||||
|
||||
$font = DOL_DOCUMENT_ROOT.'/includes/barcode/barcode-coder/NOTTB___.TTF';
|
||||
|
||||
$fontSize = 10; // GD1 in px ; GD2 in point
|
||||
$marge = 10; // between barcode and hri in pixel
|
||||
$x = 125; // barcode center
|
||||
$y = 125; // barcode center
|
||||
$height = 50; // barcode height in 1D ; module size in 2D
|
||||
$width = 2; // barcode height in 1D ; not use in 2D
|
||||
$angle = 90; // rotation in degrees : nb : non horizontable barcode might not be usable because of pixelisation
|
||||
$type = 'ean13';
|
||||
|
||||
$im = imagecreatetruecolor(300, 300);
|
||||
$black = ImageColorAllocate($im,0x00,0x00,0x00);
|
||||
$white = ImageColorAllocate($im,0xff,0xff,0xff);
|
||||
$red = ImageColorAllocate($im,0xff,0x00,0x00);
|
||||
$blue = ImageColorAllocate($im,0x00,0x00,0xff);
|
||||
imagefilledrectangle($im, 0, 0, 300, 300, $white);
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT.'/includes/barcode/barcode-coder/php-barcode-latest.php');
|
||||
dol_syslog("modBarcodeCoder::buildBarCode $code,$encoding,$scale,$mode");
|
||||
|
||||
|
||||
if ($code) $data = Barcode::gd($im, $black, $x, $y, $angle, $type, array('code'=>$code), $width, $height);
|
||||
if ( isset($font) ){
|
||||
$box = imagettfbbox($fontSize, 0, $font, $data['hri']);
|
||||
$len = $box[2] - $box[0];
|
||||
Barcode::rotate(-$len / 2, ($data['height'] / 2) + $fontSize + $marge, $angle, $xt, $yt);
|
||||
imagettftext($im, $fontSize, $angle, $x + $xt, $y + $yt, $blue, $font, $data['hri']);
|
||||
}
|
||||
|
||||
|
||||
$rot = imagerotate($im, 45, $white);
|
||||
//imagedestroy($im);
|
||||
$im = imagecreatetruecolor(900, 300);
|
||||
$black = ImageColorAllocate($im,0x00,0x00,0x00);
|
||||
$white = ImageColorAllocate($im,0xff,0xff,0xff);
|
||||
$red = ImageColorAllocate($im,0xff,0x00,0x00);
|
||||
$blue = ImageColorAllocate($im,0x00,0x00,0xff);
|
||||
imagefilledrectangle($im, 0, 0, 900, 300, $white);
|
||||
|
||||
// Barcode rotation : 90°
|
||||
$angle = 90;
|
||||
$data = Barcode::gd($im, $black, $x, $y, $angle, $type, array('code'=>$code), $width, $height);
|
||||
Barcode::rotate(-$len / 2, ($data['height'] / 2) + $fontSize + $marge, $angle, $xt, $yt);
|
||||
imagettftext($im, $fontSize, $angle, $x + $xt, $y + $yt, $blue, $font, $data['hri']);
|
||||
imagettftext($im, 10, 0, 60, 290, $black, $font, 'BARCODE ROTATION : 90°');
|
||||
|
||||
// barcode rotation : 135
|
||||
$angle = 135;
|
||||
Barcode::gd($im, $black, $x+300, $y, $angle, $type, array('code'=>$code), $width, $height);
|
||||
Barcode::rotate(-$len / 2, ($data['height'] / 2) + $fontSize + $marge, $angle, $xt, $yt);
|
||||
imagettftext($im, $fontSize, $angle, $x + 300 + $xt, $y + $yt, $blue, $font, $data['hri']);
|
||||
imagettftext($im, 10, 0, 360, 290, $black, $font, 'BARCODE ROTATION : 135°');
|
||||
|
||||
// last one : image rotation
|
||||
imagecopy($im, $rot, 580, -50, 0, 0, 300, 300);
|
||||
imagerectangle($im, 0, 0, 299, 299, $black);
|
||||
imagerectangle($im, 299, 0, 599, 299, $black);
|
||||
imagerectangle($im, 599, 0, 899, 299, $black);
|
||||
imagettftext($im, 10, 0, 690, 290, $black, $font, 'IMAGE ROTATION');
|
||||
|
||||
/*
|
||||
if (! is_array($result))
|
||||
{
|
||||
$this->error=$result;
|
||||
print $this->error;exit;
|
||||
return -1;
|
||||
}
|
||||
*/
|
||||
|
||||
imagepng($im);
|
||||
imagedestroy($im);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
/**
|
||||
* Save an image file on disk (with no output)
|
||||
* @param $code Value to encode
|
||||
* @param $encoding Mode of encoding
|
||||
* @param $readable Code can be read
|
||||
*/
|
||||
function writeBarCode($code,$encoding,$readable='Y')
|
||||
{
|
||||
global $conf,$filebarcode;
|
||||
|
||||
create_exdir($conf->barcode->dir_temp);
|
||||
|
||||
$file=$conf->barcode->dir_temp.'/barcode_'.$code.'_'.$encoding.'.png';
|
||||
|
||||
$filebarcode=$file; // global var to be used in barcode_outimage called by barcode_print in buildBarCode
|
||||
|
||||
$result=$this->buildBarCode($code,$encoding,$readable);
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
@ -2,7 +2,7 @@
|
||||
/* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004-2007 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2004 Eric Seigne <eric.seigne@ryxeo.com>
|
||||
* Copyright (C) 2005 Regis Houssin <regis@dolibarr.fr>
|
||||
* Copyright (C) 2005-2011 Regis Houssin <regis@dolibarr.fr>
|
||||
*
|
||||
* 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
|
||||
@ -23,7 +23,6 @@
|
||||
* \file htdocs/includes/modules/barcode/modules_barcode.php
|
||||
* \ingroup barcode
|
||||
* \brief Fichier contenant la classe mere de generation des codes barres
|
||||
* \version $Id: modules_barcode.php,v 1.5 2011/07/31 23:28:17 eldy Exp $
|
||||
*/
|
||||
require_once(DOL_DOCUMENT_ROOT.'/lib/functions.lib.php');
|
||||
|
||||
@ -37,9 +36,10 @@ class ModeleBarCode
|
||||
var $error='';
|
||||
|
||||
|
||||
/** \brief Return if a module can be used or not
|
||||
* \return boolean true if module can be used
|
||||
*/
|
||||
/**
|
||||
* Return if a module can be used or not
|
||||
* @return boolean true if module can be used
|
||||
*/
|
||||
function isEnabled()
|
||||
{
|
||||
return true;
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/modules/barcode/phpbarcode.modules.php
|
||||
* \ingroup facture
|
||||
* \brief Fichier contenant la classe du modele de generation code barre phpbarcode
|
||||
* \version $Id: phpbarcode.modules.php,v 1.14 2011/07/31 23:28:17 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/barcode/modules_barcode.php");
|
||||
|
||||
@ -23,7 +23,6 @@
|
||||
* \file htdocs/includes/modules/cheque/pdf/modules_chequereceipts.php
|
||||
* \ingroup facture
|
||||
* \brief File with parent class of check receipt document generators
|
||||
* \version $Id: modules_chequereceipts.php,v 1.8 2011/08/27 15:40:10 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT."/core/class/commondocgenerator.class.php");
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/modules/cheque/pdf/pdf_blochet.class.php
|
||||
* \ingroup banque
|
||||
* \brief File to build cheque deposit receipts
|
||||
* \version $Id: pdf_blochet.class.php,v 1.43 2011/08/11 12:14:03 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/modules/commande/mod_commande_marbre.php
|
||||
* \ingroup commande
|
||||
* \brief File of class to manage customer order numbering rules Marbre
|
||||
* \version $Id: mod_commande_marbre.php,v 1.23 2011/07/31 23:28:13 eldy Exp $
|
||||
*/
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/commande/modules_commande.php");
|
||||
|
||||
|
||||
@ -20,11 +20,10 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/includes/modules/commande/mod_commande_saphir.php
|
||||
\ingroup commande
|
||||
\brief Fichier contenant la classe du modele de numerotation de reference de commande Saphir
|
||||
\version $Id: mod_commande_saphir.php,v 1.26 2011/07/31 23:28:13 eldy Exp $
|
||||
*/
|
||||
* \file htdocs/includes/modules/commande/mod_commande_saphir.php
|
||||
* \ingroup commande
|
||||
* \brief Fichier contenant la classe du modele de numerotation de reference de commande Saphir
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/commande/modules_commande.php");
|
||||
|
||||
|
||||
@ -23,7 +23,6 @@
|
||||
* \file htdocs/includes/modules/commande/pdf_edison.modules.php
|
||||
* \ingroup commande
|
||||
* \brief Fichier de la classe permettant de generer les commandes au modele Edison
|
||||
* \version $Id: pdf_edison.modules.php,v 1.91 2011/08/11 12:14:00 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/commande/modules_commande.php");
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
* \ingroup commande
|
||||
* \brief Fichier de la classe permettant de generer les commandes au modele Einstein
|
||||
* \author Laurent Destailleur
|
||||
* \version $Id: pdf_einstein.modules.php,v 1.165 2011/08/11 12:14:00 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/commande/modules_commande.php");
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
* \file htdocs/includes/modules/contract/mod_contract_magre.php
|
||||
* \ingroup contract
|
||||
* \brief File of class to manage contract numbering rules Magre
|
||||
* \version $Id: mod_contract_magre.php,v 1.3 2011/07/31 23:28:16 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/contract/modules_contract.php");
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
* \file htdocs/includes/modules/contract/mod_contract_serpis.php
|
||||
* \ingroup contract
|
||||
* \brief File of class to manage contract numbering rules Serpis
|
||||
* \version $Id: mod_contract_serpis.php,v 1.2 2011/07/31 23:28:17 eldy Exp $
|
||||
*/
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/contract/modules_contract.php");
|
||||
|
||||
|
||||
@ -25,7 +25,6 @@
|
||||
* \file htdocs/includes/modules/contract/modules_contract.php
|
||||
* \ingroup contract
|
||||
* \brief File of class to manage contract numbering
|
||||
* \version $Id: modules_contract.php,v 1.3 2011/07/31 23:28:16 eldy Exp $
|
||||
*/
|
||||
|
||||
class ModelNumRefContracts
|
||||
|
||||
@ -17,11 +17,10 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/includes/modules/dons/html_cerfafr.modules.php
|
||||
\ingroup don
|
||||
\brief Formulaire de don
|
||||
\version $Id: html_cerfafr.modules.php,v 1.30 2011/07/31 23:28:14 eldy Exp $
|
||||
*/
|
||||
* \file htdocs/includes/modules/dons/html_cerfafr.modules.php
|
||||
* \ingroup don
|
||||
* \brief Formulaire de don
|
||||
*/
|
||||
require_once(DOL_DOCUMENT_ROOT."/includes/modules/dons/modules_don.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/compta/dons/class/don.class.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/lib/company.lib.php");
|
||||
|
||||
@ -23,7 +23,6 @@
|
||||
* \file htdocs/includes/modules/dons/modules_don.php
|
||||
* \ingroup don
|
||||
* \brief File of class to manage donation document generation
|
||||
* \version $Id: modules_don.php,v 1.24 2011/08/27 15:40:09 eldy Exp $
|
||||
*/
|
||||
require_once(DOL_DOCUMENT_ROOT."/core/class/commondocgenerator.class.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/compta/dons/class/don.class.php");
|
||||
|
||||
@ -22,7 +22,6 @@
|
||||
* \ingroup expedition
|
||||
* \brief Fichier contenant la classe mere de generation de bon de livraison en PDF
|
||||
* et la classe mere de numerotation des bons de livraisons
|
||||
* \version $Id: methode_expedition.modules.php,v 1.12 2011/08/11 12:14:02 eldy Exp $
|
||||
*/
|
||||
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
|
||||
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
/**
|
||||
* \file htdocs/includes/modules/expedition/methode_expedition_colsui.modules.php
|
||||
* \ingroup expedition
|
||||
* \version $Id$
|
||||
*/
|
||||
include_once "methode_expedition.modules.php";
|
||||
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
/**
|
||||
* \file htdocs/includes/modules/expedition/methode_expedition_enl.modules.php
|
||||
* \ingroup expedition
|
||||
* \version $Id$
|
||||
*/
|
||||
include_once "methode_expedition.modules.php";
|
||||
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
/**
|
||||
* \file htdocs/includes/modules/expedition/methode_expedition_lettremax.modules.php
|
||||
* \ingroup expedition
|
||||
* \version $Id$
|
||||
*/
|
||||
|
||||
include_once "methode_expedition.modules.php";
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
/**
|
||||
* \file htdocs/includes/modules/expedition/methode_expedition_trans.modules.php
|
||||
* \ingroup expedition
|
||||
* \version $Id$
|
||||
*/
|
||||
include_once "methode_expedition.modules.php";
|
||||
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
* \file htdocs/includes/modules/expedition/mod_expedition_ribera.php
|
||||
* \ingroup expedition
|
||||
* \brief File of class to manage expedition numbering rules Ribera
|
||||
* \version $Id: mod_expedition_ribera.php,v 1.2 2011/07/31 23:28:14 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/expedition/modules_expedition.php");
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
* \file htdocs/includes/modules/expedition/mod_expedition_safor.php
|
||||
* \ingroup expedition
|
||||
* \brief File of class to manage shipments numbering rules Safor
|
||||
* \version $Id: mod_expedition_safor.php,v 1.3 2011/07/31 23:28:14 eldy Exp $
|
||||
*/
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/expedition/modules_expedition.php");
|
||||
|
||||
|
||||
@ -25,7 +25,6 @@
|
||||
* \file htdocs/includes/modules/expedition/modules_expedition.php
|
||||
* \ingroup expedition
|
||||
* \brief File of class to manage expedition numbering
|
||||
* \version $Id: modules_expedition.php,v 1.3 2011/07/31 23:28:14 eldy Exp $
|
||||
*/
|
||||
|
||||
class ModelNumRefExpedition
|
||||
|
||||
@ -22,7 +22,6 @@
|
||||
* \file htdocs/includes/modules/expedition/pdf/pdf_expedition_merou.modules.php
|
||||
* \ingroup expedition
|
||||
* \brief Fichier de la classe permettant de generer les bordereaux envoi au modele Merou
|
||||
* \version $Id: pdf_expedition_merou.modules.php,v 1.86 2011/08/11 12:14:00 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once DOL_DOCUMENT_ROOT."/includes/modules/expedition/pdf/ModelePdfExpedition.class.php";
|
||||
|
||||
@ -22,7 +22,6 @@
|
||||
* \file htdocs/includes/modules/expedition/pdf/pdf_expedition_rouget.modules.php
|
||||
* \ingroup expedition
|
||||
* \brief Fichier de la classe permettant de generer les bordereaux envoi au modele Rouget
|
||||
* \version $Id: pdf_expedition_rouget.modules.php,v 1.61 2011/08/11 12:14:00 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once DOL_DOCUMENT_ROOT."/includes/modules/expedition/pdf/ModelePdfExpedition.class.php";
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
* \ingroup export
|
||||
* \brief File of class to build exports with CSV format
|
||||
* \author Laurent Destailleur
|
||||
* \version $Id: export_csv.modules.php,v 1.31 2011/08/03 01:38:53 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/export/modules_export.php");
|
||||
@ -64,7 +63,7 @@ class ExportCsv extends ModeleExports
|
||||
$this->desc=$langs->trans("CSVFormatDesc",$this->separator,$this->enclosure,$this->escape);
|
||||
$this->extension='csv'; // Extension for generated file by this driver
|
||||
$this->picto='mime/other'; // Picto
|
||||
$ver=explode(' ','$Revision: 1.31 $');
|
||||
$ver=explode(' ','$Revision: 1.32 $');
|
||||
$this->version=$ver[2]; // Driver version
|
||||
|
||||
// If driver use an external library, put its name here
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
* \ingroup export
|
||||
* \brief File of class to generate export file with Excel format
|
||||
* \author Laurent Destailleur
|
||||
* \version $Id: export_excel.modules.php,v 1.29 2011/08/11 19:13:04 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT."/includes/modules/export/modules_export.php");
|
||||
@ -62,7 +61,7 @@ class ExportExcel extends ModeleExports
|
||||
$this->desc='<b>Excel</b> file format (.xls)<br>This is native Excel 95 format.';
|
||||
$this->extension='xls'; // Extension for generated file by this driver
|
||||
$this->picto='mime/xls'; // Picto
|
||||
$ver=explode(' ','$Revision: 1.29 $');
|
||||
$ver=explode(' ','$Revision: 1.30 $');
|
||||
$this->version=$ver[2]; // Driver version
|
||||
|
||||
// If driver use an external library, put its name here
|
||||
|
||||
@ -20,8 +20,7 @@
|
||||
* \ingroup export
|
||||
* \brief File of class to build export files with format TSV
|
||||
* \author Laurent Destailleur
|
||||
* \version $Id: export_tsv.modules.php,v 1.14 2011/08/03 01:38:52 eldy Exp $
|
||||
*/
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/export/modules_export.php");
|
||||
|
||||
@ -59,7 +58,7 @@ class ExportTsv extends ModeleExports
|
||||
$this->desc='<b>Tab Separated Value</b> file format (.tsv)<br>This is a text file format where fields are separated by separator [tab].';
|
||||
$this->extension='tsv'; // Extension for generated file by this driver
|
||||
$this->picto='mime/other'; // Picto
|
||||
$ver=explode(' ','$Revision: 1.14 $');
|
||||
$ver=explode(' ','$Revision: 1.15 $');
|
||||
$this->version=$ver[2]; // Driver version
|
||||
|
||||
// If driver use an external library, put its name here
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
* \file htdocs/includes/modules/export/modules_export.php
|
||||
* \ingroup export
|
||||
* \brief File of parent class for export modules
|
||||
* \version $Id: modules_export.php,v 1.26 2011/08/27 15:40:11 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT."/core/class/commondocgenerator.class.php");
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \ingroup societe
|
||||
* \brief File of class to build ODT documents for third parties
|
||||
* \author Laurent Destailleur
|
||||
* \version $Id: doc_generic_invoice_odt.modules.php,v 1.21 2011/08/14 13:26:07 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT."/includes/modules/facture/modules_facture.php");
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
* \ingroup facture
|
||||
* \brief File of class to generate invoices from crab model
|
||||
* \author Laurent Destailleur
|
||||
* \version $Id: pdf_crabe.modules.php,v 1.14 2011/08/11 12:14:02 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT."/includes/modules/facture/modules_facture.php");
|
||||
|
||||
@ -25,7 +25,6 @@
|
||||
* \ingroup facture
|
||||
* \brief Fichier de la classe permettant de generer les factures au modele oursin
|
||||
* \author Sylvain SCATTOLINI base sur un modele de Laurent Destailleur
|
||||
* \version $Id: pdf_oursin.modules.php,v 1.13 2011/08/11 12:14:02 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT."/product/class/product.class.php");
|
||||
|
||||
@ -23,7 +23,6 @@
|
||||
* \file htdocs/includes/modules/facture/mod_facture_mercure.php
|
||||
* \ingroup facture
|
||||
* \brief File containing class for numbering module Mercure
|
||||
* \version $Id: mod_facture_mercure.php,v 1.7 2011/07/31 23:28:16 eldy Exp $
|
||||
*/
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/facture/modules_facture.php");
|
||||
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/modules/facture/mod_facture_terre.php
|
||||
* \ingroup facture
|
||||
* \brief File containing class for numbering module Terre
|
||||
* \version $Id: mod_facture_terre.php,v 1.7 2011/07/31 23:28:16 eldy Exp $
|
||||
*/
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/facture/modules_facture.php");
|
||||
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
* \ingroup facture
|
||||
* \brief Fichier contenant la classe mere de generation des factures en PDF
|
||||
* et la classe mere de numerotation des factures
|
||||
* \version $Id: modules_facture.php,v 1.97 2011/08/27 15:40:09 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT."/core/class/commondocgenerator.class.php");
|
||||
|
||||
@ -23,7 +23,6 @@
|
||||
* \file htdocs/includes/modules/fichinter/mod_arctic.php
|
||||
* \ingroup fiche intervention
|
||||
* \brief File with Arctic numbering module for interventions
|
||||
* \version $Id: mod_arctic.php,v 1.19 2011/07/31 23:28:15 eldy Exp $
|
||||
*/
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/fichinter/modules_fichinter.php");
|
||||
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/modules/fichinter/mod_pacific.php
|
||||
* \ingroup fiche intervention
|
||||
* \brief File with Pacific numbering module for interventions
|
||||
* \version $Id: mod_pacific.php,v 1.13 2011/07/31 23:28:15 eldy Exp $
|
||||
*/
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/fichinter/modules_fichinter.php");
|
||||
|
||||
|
||||
@ -22,8 +22,7 @@
|
||||
* \file htdocs/includes/modules/fichinter/modules_fichinter.php
|
||||
* \ingroup ficheinter
|
||||
* \brief Fichier contenant la classe mere de generation des fiches interventions en PDF
|
||||
* et la classe mere de numerotation des fiches interventions
|
||||
* \version $Id: modules_fichinter.php,v 1.45 2011/08/27 15:40:11 eldy Exp $
|
||||
* et la classe mere de numerotation des fiches interventions
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT."/core/class/commondocgenerator.class.php");
|
||||
|
||||
@ -22,7 +22,6 @@
|
||||
* \file htdocs/includes/modules/fichinter/pdf_soleil.modules.php
|
||||
* \ingroup ficheinter
|
||||
* \brief Fichier de la classe permettant de generer les fiches d'intervention au modele Soleil
|
||||
* \version $Id: pdf_soleil.modules.php,v 1.103 2011/08/11 12:14:03 eldy Exp $
|
||||
*/
|
||||
require_once(DOL_DOCUMENT_ROOT."/includes/modules/fichinter/modules_fichinter.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/lib/company.lib.php");
|
||||
|
||||
@ -22,7 +22,6 @@
|
||||
* \ingroup import
|
||||
* \brief File to load import files with CSV format
|
||||
* \author Laurent Destailleur
|
||||
* \version $Id: import_csv.modules.php,v 1.33 2011/07/31 23:28:17 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/import/modules_import.php");
|
||||
@ -71,7 +70,7 @@ class ImportCsv extends ModeleImports
|
||||
$this->desc=$langs->trans("CSVFormatDesc",$this->separator,$this->enclosure,$this->escape);
|
||||
$this->extension='csv'; // Extension for generated file by this driver
|
||||
$this->picto='mime/other'; // Picto
|
||||
$ver=explode(' ','$Revision: 1.33 $');
|
||||
$ver=explode(' ','$Revision: 1.34 $');
|
||||
$this->version=$ver[2]; // Driver version
|
||||
|
||||
// If driver use an external library, put its name here
|
||||
|
||||
@ -22,7 +22,6 @@
|
||||
* \file htdocs/includes/modules/livraison/mod_livraison_jade.php
|
||||
* \ingroup delivery
|
||||
* \brief Fichier contenant la classe du modele de numerotation de reference de bon de livraison Jade
|
||||
* \version $Id: mod_livraison_jade.php,v 1.9 2011/07/31 23:28:14 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/livraison/modules_livraison.php");
|
||||
|
||||
@ -22,7 +22,6 @@
|
||||
* \file htdocs/includes/modules/livraison/mod_livraison_saphir.php
|
||||
* \ingroup expedition
|
||||
* \brief Fichier contenant la classe du modele de numerotation de reference de livraison Saphir
|
||||
* \version $Id: mod_livraison_saphir.php,v 1.8 2011/07/31 23:28:14 eldy Exp $
|
||||
*/
|
||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/livraison/modules_livraison.php");
|
||||
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
* \ingroup expedition
|
||||
* \brief Fichier contenant la classe mere de generation de bon de livraison en PDF
|
||||
* et la classe mere de numerotation des bons de livraisons
|
||||
* \version $Id: modules_livraison.php,v 1.21 2011/08/27 15:40:10 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT."/core/class/commondocgenerator.class.php");
|
||||
|
||||
@ -23,7 +23,6 @@
|
||||
* \file htdocs/includes/modules/livraison/pdf/pdf_sirocco.modules.php
|
||||
* \ingroup livraison
|
||||
* \brief File of class to manage receving receipts with template Sirocco
|
||||
* \version $Id: pdf_sirocco.modules.php,v 1.79 2011/08/11 12:14:02 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT."/includes/modules/livraison/modules_livraison.php");
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
* \ingroup livraison
|
||||
* \brief File of class to manage receving receipts with template Typhon
|
||||
* \author Laurent Destailleur
|
||||
* \version $Id: pdf_typhon.modules.php,v 1.88 2011/08/11 12:14:02 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT."/includes/modules/livraison/modules_livraison.php");
|
||||
|
||||
@ -22,7 +22,6 @@
|
||||
* \file htdocs/includes/modules/mailings/contacts1.modules.php
|
||||
* \ingroup mailing
|
||||
* \brief File of class to offer a selector of emailing targets with Rule 'Poire'.
|
||||
* \version $Id: contacts1.modules.php,v 1.2 2011/07/31 23:28:15 eldy Exp $
|
||||
*/
|
||||
|
||||
include_once DOL_DOCUMENT_ROOT.'/includes/modules/mailings/modules_mailings.php';
|
||||
|
||||
@ -18,11 +18,10 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/includes/modules/mailings/fraise.modules.php
|
||||
\ingroup mailing
|
||||
\brief File of class to generate target according to rule Fraise
|
||||
\version $Id: fraise.modules.php,v 1.27 2011/07/31 23:28:15 eldy Exp $
|
||||
*/
|
||||
* \file htdocs/includes/modules/mailings/fraise.modules.php
|
||||
* \ingroup mailing
|
||||
* \brief File of class to generate target according to rule Fraise
|
||||
*/
|
||||
|
||||
include_once DOL_DOCUMENT_ROOT.'/includes/modules/mailings/modules_mailings.php';
|
||||
include_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php';
|
||||
|
||||
@ -22,7 +22,6 @@
|
||||
* \file htdocs/includes/modules/mailings/modules_mailings.php
|
||||
* \ingroup mailing
|
||||
* \brief File with parent class of emailing target selectors modules
|
||||
* \version $Id: modules_mailings.php,v 1.21 2011/07/31 23:28:15 eldy Exp $
|
||||
*/
|
||||
require_once(DOL_DOCUMENT_ROOT.'/lib/functions.lib.php');
|
||||
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
* \file htdocs/includes/modules/mailings/peche.modules.php
|
||||
* \ingroup mailing
|
||||
* \brief File of class to offer a selector of emailing targets with Rule 'Peche'.
|
||||
* \version $Id: peche.modules.php,v 1.16 2011/07/31 23:28:15 eldy Exp $
|
||||
*/
|
||||
include_once DOL_DOCUMENT_ROOT.'/includes/modules/mailings/modules_mailings.php';
|
||||
require_once(DOL_DOCUMENT_ROOT."/lib/functions2.lib.php");
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* \file htdocs/includes/modules/mailings/pomme.modules.php
|
||||
* \ingroup mailing
|
||||
* \brief File of class to offer a selector of emailing targets with Rule 'Pomme'.
|
||||
* \version $Id: pomme.modules.php,v 1.19 2011/07/31 23:28:15 eldy Exp $
|
||||
*/
|
||||
include_once DOL_DOCUMENT_ROOT.'/includes/modules/mailings/modules_mailings.php';
|
||||
|
||||
|
||||
@ -12,7 +12,6 @@
|
||||
* \file htdocs/includes/modules/mailings/thirdparties_services_expired.modules.php
|
||||
* \ingroup mailing
|
||||
* \brief File of class to offer a selector of emailing targets with Rule 'services expired'.
|
||||
* \version $Id: thirdparties_services_expired.modules.php,v 1.2 2011/08/17 16:18:12 eldy Exp $
|
||||
*/
|
||||
include_once DOL_DOCUMENT_ROOT.'/includes/modules/mailings/modules_mailings.php';
|
||||
require_once(DOL_DOCUMENT_ROOT."/lib/functions2.lib.php");
|
||||
|
||||
@ -23,7 +23,6 @@
|
||||
* \file htdocs/includes/modules/member/cards/modules_cards.php
|
||||
* \ingroup member
|
||||
* \brief File of parent class of document generator for members cards.
|
||||
* \version $Id: modules_cards.php,v 1.13 2011/08/11 12:13:59 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
|
||||
|
||||
@ -60,7 +60,6 @@
|
||||
* \author Laurent Passebecq
|
||||
* \author Rodolphe Quiedville
|
||||
* \author Jean Louis Bergamo.
|
||||
* \version $Id: pdf_standard.class.php,v 1.24 2011/08/11 12:14:00 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
|
||||
|
||||
@ -23,7 +23,6 @@
|
||||
* \file htdocs/includes/modules/member/labels/modules_labels.php
|
||||
* \ingroup member
|
||||
* \brief File of parent class of document generator for members labels sheets.
|
||||
* \version $Id: modules_labels.php,v 1.4 2011/08/11 12:14:01 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
|
||||
|
||||
@ -60,7 +60,6 @@
|
||||
* \author Laurent Passebecq
|
||||
* \author Rodolphe Quiedville
|
||||
* \author Jean Louis Bergamo.
|
||||
* \version $Id: pdf_standardlabel.class.php,v 1.15 2011/08/11 12:14:01 eldy Exp $
|
||||
*/
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT.'/lib/pdf.lib.php');
|
||||
|
||||
@ -18,9 +18,9 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/** \defgroup accounting Module accounting
|
||||
* \brief Module to include accounting features
|
||||
* \version $Id: modAccounting.class.php,v 1.11 2011/08/03 01:16:09 eldy Exp $
|
||||
/**
|
||||
* \defgroup accounting Module accounting
|
||||
* \brief Module to include accounting features
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -28,7 +28,6 @@
|
||||
* \file htdocs/includes/modules/modAdherent.class.php
|
||||
* \ingroup member
|
||||
* \brief File descriptor or module Member
|
||||
* \version $Id: modAdherent.class.php,v 1.89 2011/08/10 00:50:18 eldy Exp $
|
||||
*/
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");
|
||||
|
||||
@ -19,9 +19,9 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/** \defgroup banque Module bank
|
||||
* \brief Module pour gerer la tenue d'un compte bancaire et rapprochements
|
||||
* \version $Id: modBanque.class.php,v 1.65 2011/07/31 23:28:12 eldy Exp $
|
||||
/**
|
||||
* \defgroup banque Module bank
|
||||
* \brief Module pour gerer la tenue d'un compte bancaire et rapprochements
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user