mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
16 lines
471 B
XML
16 lines
471 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Set>
|
|
<CustomerContract alias="CustomerContract" id="1">
|
|
<name>Support for MyCust</name>
|
|
<description>PC support and SW support</description>
|
|
<start_date>2010-07-01</start_date>
|
|
<end_date>0000-00-00</end_date>
|
|
<cost>10000</cost>
|
|
<cost_currency>euros</cost_currency>
|
|
<cost_unit></cost_unit>
|
|
<billing_frequency>per month</billing_frequency>
|
|
<customer_id>1</customer_id>
|
|
<support_team_id>1</support_team_id>
|
|
</CustomerContract>
|
|
</Set>
|