/[dolibarr]/dolibarr/htdocs/includes/modules/modBanque.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/includes/modules/modBanque.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by eldy, Sat May 14 14:22:08 2005 UTC revision 1.22 by rodolphe, Sat Jul 30 19:51:08 2005 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>  /* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
3   * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>   * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
4   * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>   * Copyright (C) 2004      Sebastien Di Cintio  <sdicintio@ressource-toi.org>
5   * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>   * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
# Line 54  class modBanque extends DolibarrModules Line 54  class modBanque extends DolibarrModules
54      $this->family = "financial";      $this->family = "financial";
55      $this->name = "Banque";      $this->name = "Banque";
56      $this->description = "Gestion des comptes financiers de type Comptes bancaires ou postaux";      $this->description = "Gestion des comptes financiers de type Comptes bancaires ou postaux";
57      $this->version = 'dolibarr';                        // 'experimental' or 'dolibarr' or version  
58        $this->revision = explode(" ","$Revision$");
59        $this->version = $this->revision[1];
60    
61      $this->const_name = "MAIN_MODULE_BANQUE";      $this->const_name = "MAIN_MODULE_BANQUE";
62      $this->const_config = MAIN_MODULE_BANQUE;      $this->const_config = MAIN_MODULE_BANQUE;
63    

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26