mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
N°9138 - Presentation details step2 + move sample data (#866)
N°9471 - Rename in FR Rack as Baie - Switch Baie and Chassis icons
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<lnkPersonToTeam alias="lnkPersonToTeam" id="8">
|
||||
<team_id>16</team_id>
|
||||
<person_id>10</person_id>
|
||||
</lnkPersonToTeam>
|
||||
<lnkPersonToTeam alias="lnkPersonToTeam" id="7">
|
||||
<team_id>16</team_id>
|
||||
<person_id>15</person_id>
|
||||
</lnkPersonToTeam>
|
||||
<lnkPersonToTeam alias="lnkPersonToTeam" id="9">
|
||||
<team_id>17</team_id>
|
||||
<person_id>10</person_id>
|
||||
</lnkPersonToTeam>
|
||||
<lnkPersonToTeam alias="lnkPersonToTeam" id="10">
|
||||
<team_id>17</team_id>
|
||||
<person_id>14</person_id>
|
||||
</lnkPersonToTeam>
|
||||
<lnkPersonToTeam alias="lnkPersonToTeam" id="11">
|
||||
<team_id>17</team_id>
|
||||
<person_id>8</person_id>
|
||||
</lnkPersonToTeam>
|
||||
<lnkPersonToTeam alias="lnkPersonToTeam" id="4">
|
||||
<team_id>4</team_id>
|
||||
<person_id>11</person_id>
|
||||
</lnkPersonToTeam>
|
||||
<lnkPersonToTeam alias="lnkPersonToTeam" id="3">
|
||||
<team_id>4</team_id>
|
||||
<person_id>13</person_id>
|
||||
</lnkPersonToTeam>
|
||||
<lnkPersonToTeam alias="lnkPersonToTeam" id="5">
|
||||
<team_id>5</team_id>
|
||||
<person_id>12</person_id>
|
||||
</lnkPersonToTeam>
|
||||
<lnkPersonToTeam alias="lnkPersonToTeam" id="6">
|
||||
<team_id>5</team_id>
|
||||
<person_id>9</person_id>
|
||||
</lnkPersonToTeam>
|
||||
</Set>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<ContactType alias="ContactType" id="17">
|
||||
<name>Customer manager</name>
|
||||
</ContactType>
|
||||
<ContactType alias="ContactType" id="12">
|
||||
<name>Helpdesk</name>
|
||||
</ContactType>
|
||||
<ContactType alias="ContactType" id="15">
|
||||
<name>Manager</name>
|
||||
</ContactType>
|
||||
<ContactType alias="ContactType" id="14">
|
||||
<name>Support Agent</name>
|
||||
</ContactType>
|
||||
<ContactType alias="ContactType" id="13">
|
||||
<name>Support level1</name>
|
||||
</ContactType>
|
||||
<ContactType alias="ContactType" id="16">
|
||||
<name>Team leader</name>
|
||||
</ContactType>
|
||||
</Set>
|
||||
30
datamodels/2.x/itop-structure/data/data.sample.locations.xml
Normal file
30
datamodels/2.x/itop-structure/data/data.sample.locations.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<Location alias="Location" id="1">
|
||||
<name>Bordeaux</name>
|
||||
<status>active</status>
|
||||
<org_id>2</org_id>
|
||||
<address></address>
|
||||
<postal_code></postal_code>
|
||||
<city></city>
|
||||
<country></country>
|
||||
</Location>
|
||||
<Location alias="Location" id="2">
|
||||
<name>Grenoble</name>
|
||||
<status>active</status>
|
||||
<org_id>2</org_id>
|
||||
<address>24, rue Lamartine</address>
|
||||
<postal_code>38320</postal_code>
|
||||
<city>Eybens</city>
|
||||
<country>France</country>
|
||||
</Location>
|
||||
<Location alias="Location" id="3">
|
||||
<name>Paris</name>
|
||||
<status>active</status>
|
||||
<org_id>2</org_id>
|
||||
<address>5, rue du Sentier</address>
|
||||
<postal_code>75002</postal_code>
|
||||
<city>Paris</city>
|
||||
<country>France</country>
|
||||
</Location>
|
||||
</Set>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<Organization alias="Organization" id="3">
|
||||
<name>IT Department</name>
|
||||
<code>IT</code>
|
||||
<status>active</status>
|
||||
<parent_id>0</parent_id>
|
||||
<deliverymodel_id></deliverymodel_id>
|
||||
</Organization>
|
||||
<Organization alias="Organization" id="2">
|
||||
<name>Demo</name>
|
||||
<code></code>
|
||||
<status>active</status>
|
||||
<parent_id>0</parent_id>
|
||||
<deliverymodel_id></deliverymodel_id>
|
||||
</Organization>
|
||||
</Set>
|
||||
756
datamodels/2.x/itop-structure/data/data.sample.persons.xml
Normal file
756
datamodels/2.x/itop-structure/data/data.sample.persons.xml
Normal file
File diff suppressed because one or more lines are too long
39
datamodels/2.x/itop-structure/data/data.sample.teams.xml
Normal file
39
datamodels/2.x/itop-structure/data/data.sample.teams.xml
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<Team alias="Team" id="4">
|
||||
<name>Hardware support</name>
|
||||
<status>active</status>
|
||||
<org_id>3</org_id>
|
||||
<email>hw@test.com</email>
|
||||
<phone></phone>
|
||||
<notify>yes</notify>
|
||||
<function></function>
|
||||
</Team>
|
||||
<Team alias="Team" id="17">
|
||||
<name>Helpdesk</name>
|
||||
<status>active</status>
|
||||
<org_id>3</org_id>
|
||||
<email></email>
|
||||
<phone></phone>
|
||||
<notify>yes</notify>
|
||||
<function></function>
|
||||
</Team>
|
||||
<Team alias="Team" id="5">
|
||||
<name>Network support</name>
|
||||
<status>active</status>
|
||||
<org_id>3</org_id>
|
||||
<email>nw@test.com</email>
|
||||
<phone></phone>
|
||||
<notify>yes</notify>
|
||||
<function></function>
|
||||
</Team>
|
||||
<Team alias="Team" id="16">
|
||||
<name>System & application support</name>
|
||||
<status>active</status>
|
||||
<org_id>3</org_id>
|
||||
<email></email>
|
||||
<phone></phone>
|
||||
<notify>yes</notify>
|
||||
<function></function>
|
||||
</Team>
|
||||
</Set>
|
||||
Reference in New Issue
Block a user