Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

ryxeo-glpi-git / plugins / pdf / docs / LISEZMOI.TXT @ 7b214c36

Historique | Voir | Annoter | Télécharger (1,82 ko)

1
/*
2
 * @version $Id: setup.php,v 1.2 2006/04/02 14:45:27 moyo Exp $
3
 ---------------------------------------------------------------------- 
4
 GLPI - Gestionnaire Libre de Parc Informatique 
5
 Copyright (C) 2003-2008 by the INDEPNET Development Team.
6
 
7
 http://indepnet.net/   http://glpi-project.org/
8
 ----------------------------------------------------------------------
9

    
10
 LICENSE
11

    
12
	This file is part of GLPI.
13

    
14
    GLPI is free software; you can redistribute it and/or modify
15
    it under the terms of the GNU General Public License as published by
16
    the Free Software Foundation; either version 2 of the License, or
17
    (at your option) any later version.
18

    
19
    GLPI is distributed in the hope that it will be useful,
20
    but WITHOUT ANY WARRANTY; without even the implied warranty of
21
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22
    GNU General Public License for more details.
23

    
24
    You should have received a copy of the GNU General Public License
25
    along with GLPI; if not, write to the Free Software
26
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
27
 ------------------------------------------------------------------------
28
*/
29

    
30
// ----------------------------------------------------------------------
31
// Original Author of file: BALPE Dévi
32
// Purpose of file:
33
// ----------------------------------------------------------------------
34

    
35
Author : BALPE Dévi
36

    
37
1 - Présentation
38

    
39
Ce plugin vous permet d'imprimer au format PDF tous les onglets d'une fiche ordinateur 
40
ou d'un logiciel de l'inventaire.
41
Compatibilité 0.70
42

    
43
2 - Installation
44

    
45
- Récupérez l'archive tar.gz du plugin
46
- Décompressez la dans le répertoire plugins de votre installation de glpi
47

    
48
Une fois copié dans le répertoire, dans l'onglet plugin vous verrez apparaître "Impression PDF".
49

    
Redmine Appliance - Powered by TurnKey Linux