.. _label-data-entities: Data Entities ============= These are the data entities the new system is supposed to model. Each of these entities should be addable, editable, and removable as covered in more detail in :ref:`label-use-cases`. For each entity we give a short description to tell what it means, what its purpose is and in what regards (and how) it should be handled by the system. Again the more detailed actions on these entities provided by the system are described in the :ref:`label-use-cases` section. The data entities are sorted alphabetically, not by importance or similar. Used description terms should link to other respective entities/terms where possible. Each data entitiy description provides a list of use cases and other data entities connected. Connections to other data entities contain a relationship telling how many instances of the described entity are connected to how many instances of the related entity [#]_. .. _label-account: Account ------- A customer account contains the assets/debts of a :ref:`customer `. It is *not* a system account (see :ref:`label-login-credentials` for that) but a virtual financial account kept by the system. Basically it tells, how much money a certain :ref:`customer ` owes or is eligible for. Each account is connected to exactly one customer. Connected to: :ref:`label-customer` (1:1), :ref:`label-payment` (1:n), :ref:`label-consumption` (1:n) Used in the following use cases: :ref:`label-uc-account-add` .. _label-contact-address: Contact Address --------------- A postal address. Connected to: :ref:`label-contact-data` (n:1) Used in the following use cases: .. _label-contact-data: Contact Data ------------ The data neccessary to contact some customer, staff person or similar entity. Contact data might contain several addresses, phone numbers, emails, etc. Connected to: :ref:`label-customer` (1:1), :ref:`label-contact-address` (n:1) Used in the following use cases: .. _label-contract: Contract -------- .. _label-contract-types: Contract Types -------------- .. _label-contract-termination: Contract Termination -------------------- .. _label-consumption: Consumption ----------- .. _label-customer: Customer -------- Beneficiary of a contract .. _label-login-credentials: Login Credentials ----------------- .. _label-meter: Meter ----- .. _label-meter-status: Meter Status ------------ .. _label-meter-value: Meter Value ----------- .. _label-meter-reader: Meter Reader ------------ .. _label-payment: Payment ------- .. _label-point-of-consumption: Point of Consumption -------------------- .. _label-report: Report ------ .. _label-timestamp: Timestamp --------- .. [#] Relation types: (1:1): One-to-one, (1:n): One-to-many, (n:1): many-to-one, (n:m): many-to-many.