Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

ryxeo-glpi-git / plugins / anet_epacks @ 92ce0ffe

Nom Taille Révision Âge Auteur Commentaire
  front 92ce0ffe plus de 13 ans Eric Seigne renouvellement maintenance
index.php 159 octets b67d8923 environ 14 ans Eric Seigne import 20100327
readme 957 octets b67d8923 environ 14 ans Eric Seigne import 20100327
ryxeo.php 7,33 ko b67d8923 environ 14 ans Eric Seigne import 20100327
setup.php 1007 octets b67d8923 environ 14 ans Eric Seigne import 20100327

Dernières révisions

# Date Auteur Commentaire
92ce0ffe 05/11/2010 10:42 Eric Seigne

renouvellement maintenance

8ce33954 09/10/2010 13:52 Eric Seigne

ajoute la detection d'une modification matérielle (carte mac pour l'instant)

03d399f8 09/10/2010 13:51 Eric Seigne

detection d'un pb d'entité basique

769c7f66 24/09/2010 22:45 Eric Seigne

n'affiche pas les epack sans maintenance dans le rapport mensuel

9ede589c 15/09/2010 19:58 Eric Seigne

fin de l implementation des packs de migration 8 -> 9

cfe1a39e 15/09/2010 19:40 Eric Seigne

bug entite client lors d un pack 8 -> 9

d5cf95c7 22/08/2010 12:23 Eric Seigne

gestion du cas particulier d'un client 8.08 a qui il faut faire un pack 9.08

f7d8650d 22/08/2010 10:26 Eric Seigne

amelioration de la description

15ef2b99 22/08/2010 10:20 Eric Seigne

debug mode

8fc45dd9 21/07/2010 09:26 Eric Seigne

ajoute la liste des serveurs etranges sur le listing

Voir les révisions

README


ePACK ID creation_date activation_date expiration_date code password FK_clientderyxeo -> entitee a qui ryxeo a vendu le pack FK_activation -> entitee qui active/enregistre le pack (l'installateur) FK_client -> entitee client final FK_serveur DROP TABLE IF EXISTS `glpi_plugin_anet_epacks`; CREATE TABLE `glpi_plugin_anet_epacks` ( `ID` int(11) NOT NULL auto_increment, `creation_date` date NOT NULL default '0000-00-00', `activation_date` date NOT NULL default '0000-00-00', `expiration_date` date NOT NULL default '0000-00-00', `code` varchar(22) collate utf8_unicode_ci NOT NULL default '', `password` varchar(10) collate utf8_unicode_ci NOT NULL default '', `FK_clientderyxeo` int(11) NOT NULL default '0', `FK_activation` int(11) NOT NULL default '0', `FK_client` int(11) NOT NULL default '0', `FK_serveur` int(11) NOT NULL default '0', PRIMARY KEY (`ID`), UNIQUE (`code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

Formats disponibles : Atom

Redmine Appliance - Powered by TurnKey Linux