mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
More sample data: adding 1 Service Family for all IT services.
SVN:trunk[4034]
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<ServiceFamily alias="ServiceFamily" id="1">
|
||||
<name>IT Services</name>
|
||||
</ServiceFamily>
|
||||
</Set>
|
||||
@@ -2,18 +2,21 @@
|
||||
<Set>
|
||||
<Service alias="Service" id="2">
|
||||
<name>Computers and peripherals</name>
|
||||
<servicefamily_id>1</servicefamily_id>
|
||||
<org_id>3</org_id>
|
||||
<description>Ordering of new hardware (Desktop computer, laptop computer, monitor, mouse, keyboard...) and support in case of hardware failure.</description>
|
||||
<status>production</status>
|
||||
</Service>
|
||||
<Service alias="Service" id="3">
|
||||
<name>Software</name>
|
||||
<servicefamily_id>1</servicefamily_id>
|
||||
<org_id>3</org_id>
|
||||
<description>Management of computer software and applications. Installation, upgrade, troubleshooting and removal of software.</description>
|
||||
<status>production</status>
|
||||
</Service>
|
||||
<Service alias="Service" id="4">
|
||||
<name>Telecom and connectivity</name>
|
||||
<servicefamily_id>1</servicefamily_id>
|
||||
<org_id>3</org_id>
|
||||
<description>Ordering and configuration of new mobile phones, computer connectivity requests, cabling, etc...</description>
|
||||
<status>production</status>
|
||||
|
||||
@@ -31,6 +31,7 @@ SetupWebPage::AddModule(
|
||||
'data.sample' => array(
|
||||
'data.sample.organizations.xml',
|
||||
'data.sample.contracts.xml',
|
||||
'data.sample.servicefamilies.xml',
|
||||
'data.sample.services.xml',
|
||||
'data.sample.serviceelements.xml',
|
||||
'data.sample.sla.xml',
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<ServiceFamily alias="ServiceFamily" id="1">
|
||||
<name>IT Services</name>
|
||||
</ServiceFamily>
|
||||
</Set>
|
||||
|
||||
@@ -2,18 +2,21 @@
|
||||
<Set>
|
||||
<Service alias="Service" id="2">
|
||||
<name>Computers and peripherals</name>
|
||||
<servicefamily_id>1</servicefamily_id>
|
||||
<org_id>3</org_id>
|
||||
<description>Ordering of new hardware (Desktop computer, laptop computer, monitor, mouse, keyboard...) and support in case of hardware failure.</description>
|
||||
<status>production</status>
|
||||
</Service>
|
||||
<Service alias="Service" id="3">
|
||||
<name>Software</name>
|
||||
<servicefamily_id>1</servicefamily_id>
|
||||
<org_id>3</org_id>
|
||||
<description>Management of computer software and applications. Installation, upgrade, troubleshooting and removal of software.</description>
|
||||
<status>production</status>
|
||||
</Service>
|
||||
<Service alias="Service" id="4">
|
||||
<name>Telecom and connectivity</name>
|
||||
<servicefamily_id>1</servicefamily_id>
|
||||
<org_id>3</org_id>
|
||||
<description>Ordering and configuration of new mobile phones, computer connectivity requests, cabling, etc...</description>
|
||||
<status>production</status>
|
||||
|
||||
@@ -31,6 +31,7 @@ SetupWebPage::AddModule(
|
||||
'data.sample' => array(
|
||||
'data.sample.organizations.xml',
|
||||
'data.sample.contracts.xml',
|
||||
'data.sample.servicefamilies.xml',
|
||||
'data.sample.services.xml',
|
||||
'data.sample.serviceelements.xml',
|
||||
'data.sample.sla.xml',
|
||||
|
||||
Reference in New Issue
Block a user