continuing fix of faulty merge
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<breakdown xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../dtd/servicebreakdown.xsd">
|
||||
<service>
|
||||
<description>Example Service 1: set duration in days and with hourly rate.</description>
|
||||
<specification>Example Service 1: set duration in days and with hourly rate.</specification>
|
||||
<effort in="days">2</effort>
|
||||
<hourly_rate>10</hourly_rate>
|
||||
<fee denomination="eur">
|
||||
@@ -9,8 +9,8 @@
|
||||
</fee>
|
||||
</service>
|
||||
<service>
|
||||
<description>Example Service 2: variable duration with min/max parameters and with hourly
|
||||
rate.</description>
|
||||
<specification>Example Service 2: variable duration with min/max parameters and with hourly
|
||||
rate.</specification>
|
||||
<effort in="days">
|
||||
<min>3</min>
|
||||
<max>4</max>
|
||||
@@ -21,14 +21,14 @@
|
||||
</fee>
|
||||
</service>
|
||||
<service>
|
||||
<description>Example Service 3: set duration in days with CUSTOM (non-computed) set
|
||||
fee.</description>
|
||||
<specification>Example Service 3: set duration in days with CUSTOM (non-computed) set
|
||||
fee.</specification>
|
||||
<effort in="days">5</effort>
|
||||
<fee denomination="eur">500</fee>
|
||||
</service>
|
||||
<service>
|
||||
<description>Example Service 4: set duration in hours with CUSTOM (non-computed) variable fee
|
||||
(min/max).</description>
|
||||
<specification>Example Service 4: set duration in hours with CUSTOM (non-computed) variable fee
|
||||
(min/max).</specification>
|
||||
<effort in="hours">4</effort>
|
||||
<fee denomination="eur">
|
||||
<min>100</min>
|
||||
@@ -36,13 +36,13 @@
|
||||
</fee>
|
||||
</service>
|
||||
<service>
|
||||
<description>Example Service 5: set duration in days with CUSTOM (non-computed) estimated
|
||||
fee.</description>
|
||||
<specification>Example Service 5: set duration in days with CUSTOM (non-computed) estimated
|
||||
fee.</specification>
|
||||
<effort in="hours">4</effort>
|
||||
<fee denomination="eur" estimate="yes">1000</fee>
|
||||
</service>
|
||||
<service optional="yes">
|
||||
<description>Example Service 6: optional service</description>
|
||||
<specification>Example Service 6: optional service</specification>
|
||||
<effort in="days">
|
||||
<min>1</min>
|
||||
<max>2</max>
|
||||
@@ -53,22 +53,22 @@
|
||||
</fee>
|
||||
</service>
|
||||
<extra>
|
||||
<description>Example Extra Cost 1: set fee</description>
|
||||
<specification>Example Extra Cost 1: set fee</specification>
|
||||
<fee denomination="eur">1000</fee>
|
||||
</extra>
|
||||
<extra>
|
||||
<description>Example Extra Cost 2: variable min/max fee</description>
|
||||
<specification>Example Extra Cost 2: variable min/max fee</specification>
|
||||
<fee denomination="eur">
|
||||
<min>1000</min>
|
||||
<max>1200</max>
|
||||
</fee>
|
||||
</extra>
|
||||
<extra>
|
||||
<description>Example Extra Cost 3: estimated fee</description>
|
||||
<specification>Example Extra Cost 3: estimated fee</specification>
|
||||
<fee denomination="eur" estimate="yes">600</fee>
|
||||
</extra>
|
||||
<extra>
|
||||
<description>Example Extra Cost 4: with duration</description>
|
||||
<specification>Example Extra Cost 4: with duration</specification>
|
||||
<effort in="days">6</effort>
|
||||
<fee denomination="eur">600</fee>
|
||||
</extra>
|
||||
|
||||
Reference in New Issue
Block a user