Changeset 10699 for main/eko-disco-specs
- Timestamp:
- 5 Nov 2013, 12:13:27 (11 years ago)
- Location:
- main/eko-disco-specs/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/eko-disco-specs/trunk/data.rst
r10696 r10699 1 .. _label-data-entities: 2 1 3 Data Entities 2 4 ============= 3 5 4 * Contracts 6 These are the data entities the new system is supposed to model. Each 7 of these entities should be addable, editable, and removable as 8 covered in more detail in :ref:`label-use-cases`. 9 10 For each entity we give a short description to tell what it means, 11 what its purpose is and in what regards (and how) it should be handled 12 by the system. Again the more detailed actions on these entities 13 provided by the system are described in the :ref:`label-use-cases` 14 section. 15 16 The data entities are sorted alphabetically, not by importance or 17 similar. Used description terms should link to other respective 18 entities/terms where possible. 19 20 .. _label-account: 21 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. 29 30 .. _label-contact-data: 31 32 * Contact Data 33 34 35 .. _label-contract: 36 37 * Contract 38 39 .. _label-contract-types: 5 40 6 41 * Contract Types 7 42 43 .. _label-contract-termination: 44 8 45 * Contract Termination 46 47 .. _label-consumption: 9 48 10 49 * Consumption 11 50 12 * Contractor 51 .. _label-customer: 52 53 * Customer 13 54 beneficiary of a contract 55 56 .. _label-login-credentials: 57 58 * Login Credentials 59 60 .. _label-meter: 14 61 15 62 * Meter 16 63 64 .. _label-meter-status: 65 17 66 * Meter Status 18 67 19 * Timestamp 68 .. _label-meter-value: 20 69 21 70 * Meter Value 22 71 23 * Meter-Reader 72 .. _label-meter-reader: 24 73 25 * Contact Data74 * Meter Reader 26 75 27 * Payments 76 .. _label-payment: 28 77 29 * Account78 * Payment 30 79 31 * Login Credentials 80 .. _label-report: 32 81 33 * Reports 82 * Report 83 84 .. _label-timestamp: 85 86 * Timestamp -
main/eko-disco-specs/trunk/use-cases.rst
r10696 r10699 1 .. _label-use-cases: 2 1 3 Use Cases 2 4 *********
Note: See TracChangeset for help on using the changeset viewer.