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 2012-10-03 16:52:16

danh
Member
From: Chicago, USA
Registered: 2012-03-08
Posts: 546
Website

Financial MGMT help

How can I globally turn on the financial and administrative information for all devices?


Thanks,
Dan

Offline

#2 2012-10-03 17:02:27

tsmr
GLPI-DEV
From: Rennes
Registered: 2005-08-26
Posts: 11,632
Website

Re: Financial MGMT help

GLPI Version ?


Xavier Caillaud
Blog GLPI Infotel

Offline

#3 2012-10-03 17:04:27

danh
Member
From: Chicago, USA
Registered: 2012-03-08
Posts: 546
Website

Re: Financial MGMT help

GLPI 0.83.4

I have this somewhat figured out (I think)

I need to add entries into the glpi_infocoms table
I have no problem running separate sql inserts for each table, but how do I add the itemtype field as that will be a constant per table.

INSERT INTO glpi_infocoms
(
    items_id
    ,itemtype
)
SELECT
    items_id = id
    itemtype = phone
FROM glpi_phones

Thanks,
Dan

Offline

#4 2012-10-03 17:42:54

ddurieux
Plugins Dev
From: Propières, France
Registered: 2005-06-17
Posts: 7,521

Re: Financial MGMT help

In menu 'Setup' > 'General' > tab 'Inventory'  and put 'Enable the financial and administrative information by default '  field to YES wink

Offline

#5 2012-10-03 17:45:26

danh
Member
From: Chicago, USA
Registered: 2012-03-08
Posts: 546
Website

Re: Financial MGMT help

That is set to yes already...

My guess is that setting is for new items, not pre-existing.

Last edited by danh (2012-10-03 18:05:15)


Thanks,
Dan

Offline

Board footer

Powered by FluxBB