Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

ryxeo-glpi-git / plugins / anet_epacks @ 08132581

Nom Taille Révision Âge Auteur Commentaire
  front 08132581 plus de 13 ans Eric Seigne message + bug de recap mensuel
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
08132581 05/12/2010 11:38 Eric Seigne

message + bug de recap mensuel

f481f9ee 01/12/2010 14:10 Eric Seigne

mise en page pour impression mensuelle

789b7877 01/12/2010 14:10 Eric Seigne

listing pour les iatice

f4699b2f 22/11/2010 21:55 Eric Seigne

petite amélioration de la requete de selection

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

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