[ 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/ -> bilan.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: bilan.php,v 1.4 2005/01/08 23:50:04 eldy Exp $
  19   * $Source: /cvsroot/dolibarr/dolibarr/htdocs/compta/resultat/bilan.php,v $
  20   *
  21   */
  22  
  23  /**     \file       htdocs/compta/resultat/pre.inc.php
  24          \ingroup    compta
  25          \brief      Fichier gestionnaire du menu paramétrage de la compta
  26  */
  27  
  28  require ("./pre.inc.php");
  29  require ("../../tva.class.php");
  30  require ("../../chargesociales.class.php");
  31  
  32  /*
  33   *
  34   */
  35  $user->getrights('compta');
  36  if (!$user->rights->compta->resultat->lire)
  37    accessforbidden();
  38  
  39  llxHeader();
  40  
  41  $year=$_GET["year"];
  42  $month=$_GET["month"];
  43  if (! $year) { $year = strftime("%Y", time()); }
  44  
  45  
  46  /* Le compte de résultat est un document officiel requis par l'administration selon le status ou activité */
  47  
  48  print_titre("Bilan".($year?" année $year":""));
  49  
  50  print '<br>';
  51  
  52  print "Cet état n'est pas disponible.";
  53  
  54  
  55  $db->close();
  56  
  57  llxFooter("<em>Derni&egrave;re modification $Date: 2005/01/08 23:50:04 $ r&eacute;vision $Revision: 1.4 $</em>");
  58  ?>


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