Changeset 10729 for main/eko-disco-specs
- Timestamp:
- 9 Nov 2013, 16:58:32 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/eko-disco-specs/trunk/data.rst
r10720 r10729 104 104 -------- 105 105 106 A contract is created whenever a customer orders some service from the 107 system. It is always connected to a customer and a service. 108 109 A contract is not necessarily written on paper and signed by 110 people. Instead it is an abstraction used inside the system. 111 112 It is always created from a service, which tells about the basic data, 113 with additional parameters set that depend on the type of service 114 ordered. 115 116 Contracts can have contract additions. 117 118 Connected to: :ref:`label-service` (1:1), :ref:`label-customer` 119 120 Used in the following use cases: 121 122 106 123 .. _label-contract-types: 107 124 … … 171 188 Service 172 189 ------- 190 191 The system will provide different services to customers. These can 192 have arbitrary forms, including one-time services (like installation 193 of meters) and open-ended long-time services (like delivering power 194 based on contract). Services are managable by staff like goods offered 195 in a shop. 196 197 Services define the conditions under which they can be ordered by 198 customers, including prices, runtimes, etc. 199 200 Services also serve as factories for contracts. 201 202 Connected to: :ref:`label-contract` (1:|n0|) 203 204 Used in the following use cases: 205 173 206 174 207 … … 196 229 .. todo:: this is an initial draft, by no means the final version 197 230 198 Connected to: :ref:`label-account` (|n0|:1), :ref:`label-service` (1:1) 231 Connected to: :ref:`label-customer` (1:|n0|), :ref:`label-service` 232 (|n0|:1) 199 233 200 234 Used in the following use cases:
Note: See TracChangeset for help on using the changeset viewer.