[ Index ]
 

Code source de Dolibarr 2.0.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/htdocs/compta/resultat/ -> compteres.php (source)

   1  <?php
   2  /* Copyright (C) 2004 Laurent Destailleur  <eldy@users.sourceforge.net>
   3   *
   4   * This program is free software; you can redistribute it and/or modify
   5   * it under the terms of the GNU General Public License as published by
   6   * the Free Software Foundation; either version 2 of the License, or
   7   * (at your option) any later version.
   8   *
   9   * This program is distributed in the hope that it will be useful,
  10   * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12   * GNU General Public License for more details.
  13   *
  14   * You should have received a copy of the GNU General Public License
  15   * along with this program; if not, write to the Free Software
  16   * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  17   *
  18   * $Id: compteres.php,v 1.3 2004/10/19 20:35:37 opensides Exp $
  19   * $Source: /cvsroot/dolibarr/dolibarr/htdocs/compta/resultat/compteres.php,v $
  20   *
  21   */
  22  require ("./pre.inc.php");
  23  require ("../../tva.class.php");
  24  require ("../../chargesociales.class.php");
  25  
  26  /*
  27   *
  28   */
  29  $user->getrights('compta');
  30  if (!$user->rights->compta->resultat->lire)
  31    accessforbidden();
  32  
  33  llxHeader();
  34  
  35  $year=$_GET["year"];
  36  $month=$_GET["month"];
  37  if (! $year) { $year = strftime("%Y", time()); }
  38  
  39  
  40  /* Le compte de résultat est un document officiel requis par l'administration selon le status ou activité */
  41  
  42  print_titre("Compte de résultat".($year?" année $year":""));
  43  
  44  print '<br>';
  45  
  46  print "Cet état n'est pas disponible.";
  47  
  48  
  49  $db->close();
  50  
  51  llxFooter("<em>Derni&egrave;re modification $Date: 2004/10/19 20:35:37 $ r&eacute;vision $Revision: 1.3 $</em>");
  52  ?>


Généré le : Mon Nov 26 12:29:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics