Skip to content

Commit

Permalink
News status of the server part
Browse files Browse the repository at this point in the history
  • Loading branch information
ddurieux committed Mar 27, 2024
1 parent 0346a55 commit 3d58208
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
layout: post
title: Plugin FusionInventory - support for GSIT and GLPI - status
categories: news
lang: en
---

# Introduction

Many of users ask me for the plugin FusionInventory compatible with last versions of GLPI (10.0.12, 10.0.13...).

I share with you the status and the plans for the future.


# Support of GLPI: discontinued

Since the first version of 9.5 of GLPI and for versions 10.0 too, most of the minor versions are unstable and breaks internal/plugin API.

So, to have a functional version of plugin FusionInventory, it requires so many times each month to 'just' work.

You can see the problem on 'official' plugins like Formcreator:

<img src="/assets/img/formcreator_crazy.png" width="865">


It's a nightmare for developers, and I think it's the same for users want to try to have versions compatible.

<div class="tenor-gif-embed" data-postid="7675506" data-share-method="host" data-aspect-ratio="2.355" data-width="50%"><a href="https://tenor.com/view/math-numbers-confused-when-he-say-hes-straight-what-gif-7675506">Math Numbers GIF</a>from <a href="https://tenor.com/search/math-gifs">Math GIFs</a></div> <script type="text/javascript" async src="https://tenor.com/embed.js"></script>


<br>
<span style="font-size: 30px;color: red;"><i class="fas fa-bullhorn"></i> **For these reasons, the support for GLPI is DISCONTINUED.**</span>


# Support of GSIT: supported

[GSIT](https://github.com/DCS-Easyware/gsit) is a fork of GLPI, the main goal is to have a more stable version and more secured.

The plugin for GSIT is supported, the next minor version is planned next weeks.


# Support of FusionSuite: supported

<img src="/assets/img/logo_fusionsuite.png" width="400">

And to finish, the integration of the server into [FusionSuite](https://fusionsuite.org/) continues, the software is not yet released, but the works on it continues, planned this year.



**David Durieux - FusionInventory project leader**
15 changes: 15 additions & 0 deletions _sass/base/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ h6 {
@include heading-font;
}


.page-section {
padding: 100px 0;
h2.section-heading {
Expand All @@ -45,6 +46,7 @@ h6 {
@include serif-font;
}
}

@media (min-width: 768px) {
section {
padding: 150px 0;
Expand Down Expand Up @@ -72,6 +74,19 @@ img::-moz-selection {

.container {
max-width: 1400px !important;

h1 {
margin-top: 70px;
color: #424242;
}

h2 {
margin-top: 25px;
}

h3 {
margin-top: 10px;
}
}

.ml-auto, .mx-auto {
Expand Down
Binary file added assets/img/formcreator_crazy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logo_fusionsuite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3d58208

Please sign in to comment.