You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2007-07-26 17:23:45

ICOM
Member
Registered: 2007-07-26
Posts: 14

Instalations Report?

I'm trying to find a way to get a list of all licenses, and where they are currently used.
Something like this, but cleaned up:

for($tab["ID"] = 0; $tab["ID"] <=99999;$tab["ID"]++)
{
    if ($soft->showForm($_SERVER['PHP_SELF'],$tab["ID"],$tab['search_software'])){
        showLicenses($tab["ID"],1);
    }
}

All I really need at the top of each list is the software name and manufacturer, not the whole details like that does.
It should also just skip non-existant IDs.

Can anyone provide me with a better way of acheiving this report?

Offline

#2 2007-08-22 20:06:34

ICOM
Member
Registered: 2007-07-26
Posts: 14

Re: Instalations Report?

bump

Offline

#3 2009-01-05 20:12:34

ICOM
Member
Registered: 2007-07-26
Posts: 14

Re: Instalations Report?

Someone out there must be more familiar than me with this..?

Offline

Board footer

Powered by FluxBB