2
0
forked from Wavyzz/dolibarr

Work on debian package

This commit is contained in:
Laurent Destailleur
2011-07-26 21:40:25 +00:00
parent e009666a90
commit a85fbf1fda
556 changed files with 3634 additions and 2485 deletions

View File

@@ -13,14 +13,15 @@
* 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, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/commande/stats/index.php
* \ingroup commande
* \brief Page with customers or suppliers orders statistics
* \version $Id: index.php,v 1.39 2011/08/03 00:46:39 eldy Exp $
* \version $Id$
*/
require("../../main.inc.php");
@@ -239,5 +240,5 @@ print '</td></tr></table>';
$db->close();
llxFooter('$Date: 2011/08/03 00:46:39 $ - $Revision: 1.39 $');
llxFooter('$Date$ - $Revision$');
?>

View File

@@ -14,14 +14,15 @@
* 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, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* \file htdocs/commande/stats/month.php
* \ingroup commande
* \brief Page des stats commandes par mois
* \version $Id: month.php,v 1.34 2011/08/03 00:46:39 eldy Exp $
* \version $Id$
*/
require("../../main.inc.php");
require_once(DOL_DOCUMENT_ROOT."/commande/class/commande.class.php");
@@ -191,5 +192,5 @@ print '</td></tr></table>';
$db->close();
llxFooter('$Date: 2011/08/03 00:46:39 $ - $Revision: 1.34 $');
llxFooter('$Date$ - $Revision$');
?>

View File

@@ -12,9 +12,10 @@
* 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, see <http://www.gnu.org/licenses/>.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id: linkedobjectblock.tpl.php,v 1.10 2011/08/03 00:46:36 eldy Exp $
* $Id$
*/
?>