Fix: avoid warning
Fix: doxygen
This commit is contained in:
parent
08b276b8fb
commit
7b6b77ddac
@ -88,14 +88,15 @@ class pdf_edison extends ModelePDFCommandes
|
||||
|
||||
/**
|
||||
* Function to build pdf onto disk
|
||||
|
||||
* @param object Id of object to generate
|
||||
* @param outputlangs Lang output object
|
||||
* @param srctemplatepath Full path of source filename for generator using a template file
|
||||
* @param hidedetails Do not show line details
|
||||
* @param hidedesc Do not show desc
|
||||
* @param hideref Do not show ref
|
||||
* @return int 1=OK, 0=KO
|
||||
*
|
||||
* @param int $object Id of object to generate
|
||||
* @param object $outputlangs Lang output object
|
||||
* @param string $srctemplatepath Full path of source filename for generator using a template file
|
||||
* @param int $hidedetails Do not show line details
|
||||
* @param int $hidedesc Do not show desc
|
||||
* @param int $hideref Do not show ref
|
||||
* @param object $hookmanager Hookmanager object
|
||||
* @return int 1=OK, 0=KO
|
||||
*/
|
||||
function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0,$hookmanager=false)
|
||||
{
|
||||
|
||||
@ -119,14 +119,15 @@ class pdf_einstein extends ModelePDFCommandes
|
||||
|
||||
/**
|
||||
* Function to build pdf onto disk
|
||||
|
||||
* @param object Id of object to generate
|
||||
* @param outputlangs Lang output object
|
||||
* @param srctemplatepath Full path of source filename for generator using a template file
|
||||
* @param hidedetails Do not show line details
|
||||
* @param hidedesc Do not show desc
|
||||
* @param hideref Do not show ref
|
||||
* @return int 1=OK, 0=KO
|
||||
*
|
||||
* @param int $object Id of object to generate
|
||||
* @param object $outputlangs Lang output object
|
||||
* @param string $srctemplatepath Full path of source filename for generator using a template file
|
||||
* @param int $hidedetails Do not show line details
|
||||
* @param int $hidedesc Do not show desc
|
||||
* @param int $hideref Do not show ref
|
||||
* @param object $hookmanager Hookmanager object
|
||||
* @return int 1=OK, 0=KO
|
||||
*/
|
||||
function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0,$hookmanager=false)
|
||||
{
|
||||
|
||||
@ -121,13 +121,15 @@ class pdf_crabe extends ModelePDFFactures
|
||||
|
||||
/**
|
||||
* Function to build pdf onto disk
|
||||
* @param object Id of object to generate
|
||||
* @param outputlangs Lang output object
|
||||
* @param srctemplatepath Full path of source filename for generator using a template file
|
||||
* @param hidedetails Do not show line details
|
||||
* @param hidedesc Do not show desc
|
||||
* @param hideref Do not show ref
|
||||
* @return int 1=OK, 0=KO
|
||||
*
|
||||
* @param int $object Id of object to generate
|
||||
* @param object $outputlangs Lang output object
|
||||
* @param string $srctemplatepath Full path of source filename for generator using a template file
|
||||
* @param int $hidedetails Do not show line details
|
||||
* @param int $hidedesc Do not show desc
|
||||
* @param int $hideref Do not show ref
|
||||
* @param object $hookmanager Hookmanager object
|
||||
* @return int 1=OK, 0=KO
|
||||
*/
|
||||
function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0,$hookmanager=false)
|
||||
{
|
||||
|
||||
@ -108,13 +108,15 @@ class pdf_oursin extends ModelePDFFactures
|
||||
|
||||
/**
|
||||
* Function to build pdf onto disk
|
||||
* @param object Id of object to generate
|
||||
* @param outputlangs Lang output object
|
||||
* @param srctemplatepath Full path of source filename for generator using a template file
|
||||
* @param hidedetails Do not show line details
|
||||
* @param hidedesc Do not show desc
|
||||
* @param hideref Do not show ref
|
||||
* @return int 1=OK, 0=KO
|
||||
*
|
||||
* @param int $object Id of object to generate
|
||||
* @param object $outputlangs Lang output object
|
||||
* @param string $srctemplatepath Full path of source filename for generator using a template file
|
||||
* @param int $hidedetails Do not show line details
|
||||
* @param int $hidedesc Do not show desc
|
||||
* @param int $hideref Do not show ref
|
||||
* @param object $hookmanager Hookmanager object
|
||||
* @return int 1=OK, 0=KO
|
||||
*/
|
||||
function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0,$hookmanager=false)
|
||||
{
|
||||
|
||||
@ -102,14 +102,15 @@ class pdf_propale_azur extends ModelePDFPropales
|
||||
|
||||
/**
|
||||
* Function to build pdf onto disk
|
||||
*
|
||||
* @param object Id of object to generate
|
||||
* @param outputlangs Lang output object
|
||||
* @param srctemplatepath Full path of source filename for generator using a template file
|
||||
* @param hidedetails Do not show line details
|
||||
* @param hidedesc Do not show desc
|
||||
* @param hideref Do not show ref
|
||||
* @return int 1=OK, 0=KO
|
||||
*
|
||||
* @param int $object Id of object to generate
|
||||
* @param object $outputlangs Lang output object
|
||||
* @param string $srctemplatepath Full path of source filename for generator using a template file
|
||||
* @param int $hidedetails Do not show line details
|
||||
* @param int $hidedesc Do not show desc
|
||||
* @param int $hideref Do not show ref
|
||||
* @param object $hookmanager Hookmanager object
|
||||
* @return int 1=OK, 0=KO
|
||||
*/
|
||||
function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0,$hookmanager=false)
|
||||
{
|
||||
|
||||
@ -102,14 +102,15 @@ class pdf_propale_jaune extends ModelePDFPropales
|
||||
|
||||
/**
|
||||
* Function to build pdf onto disk
|
||||
*
|
||||
* @param object Id of object to generate
|
||||
* @param outputlangs Lang output object
|
||||
* @param srctemplatepath Full path of source filename for generator using a template file
|
||||
* @param hidedetails Do not show line details
|
||||
* @param hidedesc Do not show desc
|
||||
* @param hideref Do not show ref
|
||||
* @return int 1=OK, 0=KO
|
||||
*
|
||||
* @param int $object Id of object to generate
|
||||
* @param object $outputlangs Lang output object
|
||||
* @param string $srctemplatepath Full path of source filename for generator using a template file
|
||||
* @param int $hidedetails Do not show line details
|
||||
* @param int $hidedesc Do not show desc
|
||||
* @param int $hideref Do not show ref
|
||||
* @param object $hookmanager Hookmanager object
|
||||
* @return int 1=OK, 0=KO
|
||||
*/
|
||||
function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0,$hookmanager=false)
|
||||
{
|
||||
|
||||
@ -231,13 +231,13 @@ if ($canreadperms)
|
||||
}
|
||||
print "</td>";
|
||||
if (! empty($conf->multicompany->enabled))
|
||||
{
|
||||
{
|
||||
$mc = new ActionsMulticompany($db);
|
||||
$mc->getInfo($obj->entity);
|
||||
print '<td>';
|
||||
print $mc->label;
|
||||
print '</td>';
|
||||
}
|
||||
}
|
||||
print '<td nowrap="nowrap" align="right">'.dol_print_date($db->jdate($obj->datec),'dayhour').'</td>';
|
||||
print "</tr>";
|
||||
$i++;
|
||||
|
||||
@ -153,7 +153,7 @@ foreach($modulesdir as $dir)
|
||||
$handle=opendir($dir);
|
||||
if (is_resource($handle))
|
||||
{
|
||||
while (($file = readdir($handle))!==false)
|
||||
while (($file = readdir($handle))!==false)
|
||||
{
|
||||
if (is_readable($dir.$file) && substr($file, 0, 3) == 'mod' && substr($file, dol_strlen($file) - 10) == '.class.php')
|
||||
{
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
<?php
|
||||
/* Copyright (C) 2006-2011 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
/* Copyright (C) 2006-2011 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* 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
|
||||
@ -51,21 +52,21 @@ if (empty($conf->global->MAIN_MODULE_WEBSERVICES))
|
||||
// WSDL
|
||||
print '<u>'.$langs->trans("WSDLCanBeDownloadedHere").':</u><br>';
|
||||
$url=DOL_MAIN_URL_ROOT.'/webservices/server_other.php?wsdl';
|
||||
print img_picto('','object_globe.png').' '.'<a href="'.$url.'" target="_blank">'.$url."</a><br>\n";
|
||||
print img_picto('','object_globe.png') . ' <a href="' . $url . '" target="_blank">' . $url . "</a><br>\n";
|
||||
if ($conf->societe->enabled)
|
||||
{
|
||||
$url=DOL_MAIN_URL_ROOT.'/webservices/server_thirdparty.php?wsdl';
|
||||
print img_picto('','object_globe.png').' '.'<a href="'.$url.'" target="_blank">'.$url."</a><br>\n";
|
||||
print img_picto('','object_globe.png') . ' <a href="' . $url . '" target="_blank">' . $url . "</a><br>\n";
|
||||
}
|
||||
if ($conf->facture->enabled)
|
||||
{
|
||||
$url=DOL_MAIN_URL_ROOT.'/webservices/server_invoice.php?wsdl';
|
||||
print img_picto('','object_globe.png').' '.'<a href="'.$url.'" target="_blank">'.$url."</a><br>\n";
|
||||
print img_picto('','object_globe.png') . ' <a href="' . $url . '" target="_blank">' . $url . "</a><br>\n";
|
||||
}
|
||||
if ($conf->fournisseur->enabled)
|
||||
{
|
||||
$url=DOL_MAIN_URL_ROOT.'/webservices/server_supplier_invoice.php?wsdl';
|
||||
print img_picto('','object_globe.png').' '.'<a href="'.$url.'" target="_blank">'.$url."</a><br>\n";
|
||||
print img_picto('','object_globe.png') . ' <a href="' . $url . '" target="_blank">' . $url . "</a><br>\n";
|
||||
}
|
||||
print '<br>';
|
||||
|
||||
@ -73,26 +74,26 @@ print '<br>';
|
||||
// Endpoint
|
||||
print '<u>'.$langs->trans("EndPointIs").':</u><br>';
|
||||
$url=DOL_MAIN_URL_ROOT.'/webservices/server_other.php';
|
||||
print img_picto('','object_globe.png').' '.'<a href="'.$url.'" target="_blank">'.$url."</a><br>\n";
|
||||
print img_picto('','object_globe.png') . ' <a href="' . $url . '" target="_blank">' . $url . "</a><br>\n";
|
||||
if ($conf->societe->enabled)
|
||||
{
|
||||
$url=DOL_MAIN_URL_ROOT.'/webservices/server_thirdparty.php';
|
||||
print img_picto('','object_globe.png').' '.'<a href="'.$url.'" target="_blank">'.$url."</a><br>\n";
|
||||
print img_picto('','object_globe.png') . ' <a href="' . $url . '" target="_blank">' . $url . "</a><br>\n";
|
||||
}
|
||||
if ($conf->facture->enabled)
|
||||
{
|
||||
$url=DOL_MAIN_URL_ROOT.'/webservices/server_invoice.php';
|
||||
print img_picto('','object_globe.png').' '.'<a href="'.$url.'" target="_blank">'.$url."</a><br>\n";
|
||||
print img_picto('','object_globe.png') . ' <a href="' . $url . '" target="_blank">' . $url . "</a><br>\n";
|
||||
}
|
||||
if ($conf->fournisseur->enabled)
|
||||
{
|
||||
$url=DOL_MAIN_URL_ROOT.'/webservices/server_supplier_invoice.php';
|
||||
print img_picto('','object_globe.png').' '.'<a href="'.$url.'" target="_blank">'.$url."</a><br>\n";
|
||||
print img_picto('','object_globe.png') . ' <a href="' . $url . '" target="_blank">' . $url . "</a><br>\n";
|
||||
}
|
||||
print '<br>';
|
||||
|
||||
print '<br>';
|
||||
print 'NUSoap library path used by Dolibarr: '.NUSOAP_PATH.'<br>';
|
||||
print 'NUSoap library path used by Dolibarr: ' . NUSOAP_PATH . '<br>';
|
||||
print '<br>';
|
||||
|
||||
$db->close();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user