Welcome to GLPi feature request service.
Please check if the feature has not already been requested.
If not, please describe it

0
Écarté

Add export of pictures to PDF plugin

cake il y a 6 ans mis à jour par glpi il y a 6 ans 1

Currently only the text parts of for example FAQs are exported. It would be nice to get the pictures embedden in the entries exported to the PDF too

Solution
glpi il y a 6 ans

Hi,

Thanks for your suggestion, but this site is only dedicated to GLPI, not community plugins.

Regards,
0
Écarté

Responsive Layout

FBSDev il y a 6 ans mis à jour par glpi il y a 6 ans 1

Convert GLPI to a responsive layout for less screen refresh.

Solution
glpi il y a 6 ans

Hi,

Thanks for your suggestion.


Web GLPI  interface is already responsive.

Regards,

0
Écarté

how to change the type option of ticket in glpi

nehakpal786 il y a 6 ans mis à jour par glpi il y a 6 ans 1
Solution
glpi il y a 6 ans

Hi,

Thanks for your suggestion.

This is not possible, and not planned for GLPI.

Regards,

0
Écarté

GESTIO TICKET

kokinhoderrick il y a 6 ans mis à jour par glpi il y a 6 ans 2

je n'arrive pas à configurer un SLA , lorsque je créais cela mais ça ne relance pas le ticket lorsque  le traitement qu'il n'a pas été pris en charge ; je ne trouve pas comment activé les niveaux d'escalade.

besoin d'aide svp

Solution
glpi il y a 6 ans

Bonjour,

Vous pouvez utiliser le forum pour vos demandes de support communautaire : https://forum.glpi-project.org

Si vous souhaitez bénéficier d'un support professionnel : consulter les offres GLPI Network https://glpi-project.org/fr/glpi-network/

Bien cordialement,

Solution
glpi il y a 6 ans

Hi,

Your message is not related to a suggestion.

You can use the forum for your community support requests: https://forum.glpi-project.org

If you wish to benefit from professional support: consult the GLPI Network offers https://glpi-project.org/en/glpi-network/

Best regards

0
Écarté

comment recuperer mon arborescnce perdu

emmanuel il y a 6 ans mis à jour par glpi il y a 6 ans 1
Solution
glpi il y a 6 ans

Bonjour,

Merci pour votre message, celui-ci ne concerne pas une suggestion d'évolution de GLPI.

Vous pouvez utiliser le forum pour vos demandes de support communautaire : https://forum.glpi-project.org

Si vous souhaitez bénéficier d'un support professionnel : consulter les offres GLPI Network https://glpi-project.org/fr/glpi-network/

Bien cordialement,

0
Écarté

New field: Printed Serial Number

Alessandro Carloni il y a 6 ans mis à jour par glpi il y a 6 ans 1

When using FusionInvetiry to update assets information, the "Serial number" information of the device is sometimes different from the serial number printed on the device itself. (ref: https://github.com/fusioninventory/fusioninventory-for-glpi/issues/2857#issuecomment-528764751 )

The solution will be to add another field, called for example "Printed Serial Number", and use it for write the serial number writed on the device. Serial Number will be used only for fusioninventory.

Solution
glpi il y a 6 ans

Hi,

Thanks for your suggestion, but this site is only dedicated to GLPI, not community plugins.

For FusionInventory, you can post your ideas or needs here : https://fusioninventory.userecho.com

Regards,

0

use glpi on tablet on windows touch screen

jerome lienard il y a 6 ans 0

For use glpi on touchscreen tablet, I've need to remove the href link on the tabs otherwise my finger automaticly click on the href of the tabs. I've add this code

#html.class.php: line 1234

Html::requireJs('mobile-nav');

#html.class.php: line 5888

case 'mobile-nav':
$_SESSION['glpi_js_toload'][$name][] = 'js/mobile-nav.js';
break;

#js/mobile-nav.js

$(document).ready(() => {
$('#menu>li>a').removeAttr('href').css('cursor', 'pointer');
});

0

User search problem

ArriMa il y a 6 ans 0

I have users that basically are numeric value.

If I try to search a user by login field:

1) if use "contain" (ex. 322) it return correctly that user

2) if use "is" the combo load the name and surname so it work.

if I search with method 1 and then switch to "is", by default are loaded the user where id=322. This problem is present using API. if I search (from API) login is 322 it try to return the user where ID=322 (and not login=322)



0

User ticket link mail address

ArriMa il y a 6 ans 0

When a linked user (from LDAP) is imported without mail address, open ticket has as requester the mail address. If I sync the user object from LDAP and now it has a mail address, the already opened ticket remain with mail address ad ticket are not linked to the user.