Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
1099290a
Commit
1099290a
authored
19 years ago
by
Rodolphe Quiedeville
Browse files
Options
Downloads
Patches
Plain Diff
Nouveau fichier
parent
393462f0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/includes/modules/modCategorie.class.php
+119
-0
119 additions, 0 deletions
htdocs/includes/modules/modCategorie.class.php
htdocs/langs/fr_FR/categories.lang
+29
-0
29 additions, 0 deletions
htdocs/langs/fr_FR/categories.lang
with
148 additions
and
0 deletions
htdocs/includes/modules/modCategorie.class.php
0 → 100644
+
119
−
0
View file @
1099290a
<?php
/* Copyright (C) 2005 Matthieu Valleton <mv@seeschloss.org>
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* 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, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
/** \defgroup produit Module produit
\brief Module pour gérer le suivi de produits prédéfinis
*/
/**
\file htdocs/includes/modules/modProduit.class.php
\ingroup produit
\brief Fichier de description et activation du module Produit
*/
include_once
"DolibarrModules.class.php"
;
/** \class modProduit
\brief Classe de description et activation du module Produit
*/
class
modCategorie
extends
DolibarrModules
{
/**
* \brief Constructeur. définit les noms, constantes et boîtes
* \param DB handler d'accès base
*/
function
modCategorie
(
$DB
)
{
$this
->
db
=
$DB
;
$this
->
numero
=
1780
;
$this
->
family
=
"products"
;
$this
->
name
=
"Catégorie"
;
$this
->
description
=
"Gestion des catégories"
;
$this
->
version
=
'experimental'
;
// 'experimental' or 'dolibarr' or version
$this
->
const_name
=
"MAIN_MODULE_CATEGORIE"
;
$this
->
const_config
=
MAIN_MODULE_CATEGORIE
;
$this
->
special
=
0
;
$this
->
picto
=
'categorie'
;
// Dir
$this
->
dirs
=
array
();
// Dépendances
$this
->
depends
=
array
(
"modProduit"
);
// Constantes
$this
->
const
=
array
();
// Boxes
$this
->
boxes
=
array
();
$this
->
boxes
[
0
][
0
]
=
"Dernières catégories enregistrées"
;
$this
->
boxes
[
0
][
1
]
=
"box_last_cats.php"
;
// Permissions
$this
->
rights
=
array
();
$this
->
rights_class
=
'categorie'
;
}
/**
* \brief Fonction appelée lors de l'activation du module. Insère en base les constantes, boites, permissions du module.
* Définit également les répertoires de données à créer pour ce module.
*/
function
init
()
{
// Permissions
$this
->
remove
();
$this
->
rights
[
0
][
0
]
=
241
;
// id de la permission
$this
->
rights
[
0
][
1
]
=
'Lire les catégories'
;
// libelle de la permission
$this
->
rights
[
0
][
2
]
=
'r'
;
// type de la permission (déprécié à ce jour)
$this
->
rights
[
0
][
3
]
=
1
;
// La permission est-elle une permission par défaut
$this
->
rights
[
0
][
4
]
=
'lire'
;
$this
->
rights
[
1
][
0
]
=
242
;
// id de la permission
$this
->
rights
[
1
][
1
]
=
'Créer/modifier les catégories'
;
// libelle de la permission
$this
->
rights
[
1
][
2
]
=
'w'
;
// type de la permission (déprécié à ce jour)
$this
->
rights
[
1
][
3
]
=
0
;
// La permission est-elle une permission par défaut
$this
->
rights
[
1
][
4
]
=
'creer'
;
$this
->
rights
[
2
][
0
]
=
243
;
// id de la permission
$this
->
rights
[
2
][
1
]
=
'Supprimer les catégories'
;
// libelle de la permission
$this
->
rights
[
2
][
2
]
=
'd'
;
// type de la permission (déprécié à ce jour)
$this
->
rights
[
2
][
3
]
=
0
;
// La permission est-elle une permission par défaut
$this
->
rights
[
2
][
4
]
=
'supprimer'
;
$sql
=
array
();
return
$this
->
_init
(
$sql
);
}
/**
* \brief Fonction appelée lors de la désactivation d'un module.
* Supprime de la base les constantes, boites et permissions du module.
*/
function
remove
()
{
$sql
=
array
();
return
$this
->
_remove
(
$sql
);
}
}
?>
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/categories.lang
0 → 100644
+
29
−
0
View file @
1099290a
# Dolibarr language file - fr_FR - categories
Categorie=Catgorie
categories=catgorie(s)
In=Dans
modify=modifier
CategoriesArea=Espace catgories
MainCats=Catgories principales
SubCats=Sous-catgories
CatStatistics=Statistiques
CatList=Liste des catgories
AllCats=Toutes les catgories
ViewCat=Visualisation de la catgorie
NewCat=Nouvelle catgorie
ModifCat=Modifier une catgorie
CatCreated=Catgorie ajoute
CreateCat=Ajouter une catgorie
CreateThisCat=Ajouter cette catgorie
ValidateFields=Valider les champs
NoSubCat=Cette catgorie ne contient aucune sous-catgorie.
SubCatOf=Sous-catgorie
NoProd=Cette catgorie ne contient aucun produit.
FoundCats=Catgories trouves
FoundCatsForName=Catgories trouves pour le nom :
FoundSubCatsIn=Sous-catgories trouves dans la catgorie
ErrSameCatSelected=Vous avez slectionn la mme catgorie plusieurs fois
ErrForgotCat=Vous avez oubli de choisir la catgorie
ErrForgotField=Vous avez oubli de renseigner le champs
ErrCatAlreadyExists=Ce nom est dj utilis
AddProductToCat=Ajouter ce produit une catgorie ?
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment