Changeset 10701 for main/eko-disco-specs
- Timestamp:
- 5 Nov 2013, 13:45:58 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/eko-disco-specs/trunk/data.rst
r10700 r10701 18 18 entities/terms where possible. 19 19 20 Each data entitiy description provides a list of use cases and other 21 data entities connected. Connections to other data entities contain a 22 relationship telling how many instances of the described entity are 23 connected to how many instances of the related entity [#]_. 24 20 25 .. _label-account: 21 26 22 * Account 23 A customer account contains the assets/debts of a :ref:`customer 24 <label-customer>`. It is *not* a system account (see :ref:`Login 25 Credentials <label-login-credentials>` for that) but a virtual 26 financial account kept by the system. Basically it tells, how much 27 money a certain :ref:`customer <label-customer>` owes or is 28 eligible for. Each customer has exactly one account in the system. 27 Account 28 ------- 29 29 30 Used in the following use cases: 30 A customer account contains the assets/debts of a :ref:`customer 31 <label-customer>`. It is *not* a system account (see 32 :ref:`label-login-credentials` for that) but a virtual financial 33 account kept by the system. Basically it tells, how much money a 34 certain :ref:`customer <label-customer>` owes or is eligible for. Each 35 account is connected to exactly one customer. 36 37 Connected to: :ref:`label-customer` (1:1), :ref:`label-payment` (1:n), 38 :ref:`label-consumption` (1:n) 39 40 Used in the following use cases: 31 41 32 42 .. _label-contact-data: 33 43 34 * Contact Data 44 Contact Data 45 ------------ 35 46 36 47 37 48 .. _label-contract: 38 49 39 * Contract 50 Contract 51 -------- 40 52 41 53 .. _label-contract-types: 42 54 43 * Contract Types 55 Contract Types 56 -------------- 44 57 45 58 .. _label-contract-termination: 46 59 47 * Contract Termination 60 Contract Termination 61 -------------------- 48 62 49 63 .. _label-consumption: 50 64 51 * Consumption 65 Consumption 66 ----------- 52 67 53 68 .. _label-customer: 54 69 55 * Customer 56 beneficiary of a contract 70 Customer 71 -------- 72 73 Beneficiary of a contract 57 74 58 75 .. _label-login-credentials: 59 76 60 * Login Credentials 77 Login Credentials 78 ----------------- 61 79 62 80 .. _label-meter: 63 81 64 * Meter 82 Meter 83 ----- 65 84 66 85 .. _label-meter-status: 67 86 68 * Meter Status 87 Meter Status 88 ------------ 69 89 70 90 .. _label-meter-value: 71 91 72 * Meter Value 92 Meter Value 93 ----------- 73 94 74 95 .. _label-meter-reader: 75 96 76 * Meter Reader 97 Meter Reader 98 ------------ 77 99 78 100 .. _label-payment: 79 101 80 * Payment 102 Payment 103 ------- 104 105 .. _label-point-of-consumption: 106 107 Point of Consumption 108 -------------------- 81 109 82 110 .. _label-report: 83 111 84 * Report 112 Report 113 ------ 85 114 86 115 .. _label-timestamp: 87 116 88 * Timestamp 117 Timestamp 118 --------- 119 120 .. [#] Relation types: (1:1): One-to-one, (1:n): One-to-many, (n:1): 121 many-to-one, (n:m): many-to-many.
Note: See TracChangeset for help on using the changeset viewer.