More sample data: adding 1 Service Family for all IT services.

SVN:trunk[4034]
This commit is contained in:
Denis Flaven
2016-05-04 12:16:12 +00:00
parent 6fae298c0c
commit 3d74c1ccaa
6 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Set>
<ServiceFamily alias="ServiceFamily" id="1">
<name>IT Services</name>
</ServiceFamily>
</Set>

View File

@@ -2,18 +2,21 @@
<Set> <Set>
<Service alias="Service" id="2"> <Service alias="Service" id="2">
<name>Computers and peripherals</name> <name>Computers and peripherals</name>
<servicefamily_id>1</servicefamily_id>
<org_id>3</org_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> <description>Ordering of new hardware (Desktop computer, laptop computer, monitor, mouse, keyboard...) and support in case of hardware failure.</description>
<status>production</status> <status>production</status>
</Service> </Service>
<Service alias="Service" id="3"> <Service alias="Service" id="3">
<name>Software</name> <name>Software</name>
<servicefamily_id>1</servicefamily_id>
<org_id>3</org_id> <org_id>3</org_id>
<description>Management of computer software and applications. Installation, upgrade, troubleshooting and removal of software.</description> <description>Management of computer software and applications. Installation, upgrade, troubleshooting and removal of software.</description>
<status>production</status> <status>production</status>
</Service> </Service>
<Service alias="Service" id="4"> <Service alias="Service" id="4">
<name>Telecom and connectivity</name> <name>Telecom and connectivity</name>
<servicefamily_id>1</servicefamily_id>
<org_id>3</org_id> <org_id>3</org_id>
<description>Ordering and configuration of new mobile phones, computer connectivity requests, cabling, etc...</description> <description>Ordering and configuration of new mobile phones, computer connectivity requests, cabling, etc...</description>
<status>production</status> <status>production</status>

View File

@@ -31,6 +31,7 @@ SetupWebPage::AddModule(
'data.sample' => array( 'data.sample' => array(
'data.sample.organizations.xml', 'data.sample.organizations.xml',
'data.sample.contracts.xml', 'data.sample.contracts.xml',
'data.sample.servicefamilies.xml',
'data.sample.services.xml', 'data.sample.services.xml',
'data.sample.serviceelements.xml', 'data.sample.serviceelements.xml',
'data.sample.sla.xml', 'data.sample.sla.xml',

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Set>
<ServiceFamily alias="ServiceFamily" id="1">
<name>IT Services</name>
</ServiceFamily>
</Set>

View File

@@ -2,18 +2,21 @@
<Set> <Set>
<Service alias="Service" id="2"> <Service alias="Service" id="2">
<name>Computers and peripherals</name> <name>Computers and peripherals</name>
<servicefamily_id>1</servicefamily_id>
<org_id>3</org_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> <description>Ordering of new hardware (Desktop computer, laptop computer, monitor, mouse, keyboard...) and support in case of hardware failure.</description>
<status>production</status> <status>production</status>
</Service> </Service>
<Service alias="Service" id="3"> <Service alias="Service" id="3">
<name>Software</name> <name>Software</name>
<servicefamily_id>1</servicefamily_id>
<org_id>3</org_id> <org_id>3</org_id>
<description>Management of computer software and applications. Installation, upgrade, troubleshooting and removal of software.</description> <description>Management of computer software and applications. Installation, upgrade, troubleshooting and removal of software.</description>
<status>production</status> <status>production</status>
</Service> </Service>
<Service alias="Service" id="4"> <Service alias="Service" id="4">
<name>Telecom and connectivity</name> <name>Telecom and connectivity</name>
<servicefamily_id>1</servicefamily_id>
<org_id>3</org_id> <org_id>3</org_id>
<description>Ordering and configuration of new mobile phones, computer connectivity requests, cabling, etc...</description> <description>Ordering and configuration of new mobile phones, computer connectivity requests, cabling, etc...</description>
<status>production</status> <status>production</status>

View File

@@ -31,6 +31,7 @@ SetupWebPage::AddModule(
'data.sample' => array( 'data.sample' => array(
'data.sample.organizations.xml', 'data.sample.organizations.xml',
'data.sample.contracts.xml', 'data.sample.contracts.xml',
'data.sample.servicefamilies.xml',
'data.sample.services.xml', 'data.sample.services.xml',
'data.sample.serviceelements.xml', 'data.sample.serviceelements.xml',
'data.sample.sla.xml', 'data.sample.sla.xml',