New: Rangement des modules dans une famille (CRM, Finance, Produit, ...)

This commit is contained in:
Laurent Destailleur
2004-06-26 17:15:28 +00:00
parent 9c4b3e8ecc
commit e96d86a453
24 changed files with 166 additions and 64 deletions

View File

@@ -1,5 +1,6 @@
<?PHP
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
*
* 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
@@ -34,12 +35,16 @@ class modStock extends DolibarrModules
{
$this->db = $DB ;
$this->numero = 52 ;
$this->family = "products";
$this->name = "Stock produits";
$this->description = "Gestion des stocks";
$this->const_name = "MAIN_MODULE_STOCK";
$this->const_config = MAIN_MODULE_STOCK;
// D<>pendences
$this->depends = array("modProduit");
$this->requiredby = array();
$this->const = array();
$this->boxes = array();