Changeset 10780 for main/eko-disco-specs
- Timestamp:
- 21 Nov 2013, 11:16:10 (11 years ago)
- Location:
- main/eko-disco-specs/trunk
- Files:
-
- 3 added
- 11 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/eko-disco-specs/trunk/use-cases.rst
r10755 r10780 16 16 :maxdepth: 1 17 17 18 use-cases/customer-add-by- mg18 use-cases/customer-add-by-officer 19 19 use-cases/customer-add-by-anon 20 20 use-cases/customer-edit-basedata … … 26 26 use-cases/service-manage 27 27 use-cases/service-remove 28 use-cases/user-add 29 use-cases/user-manage 30 use-cases/user-remove 28 31 29 32 … … 34 37 Convert legacy data suitable for new system before. 35 38 36 * Add su bcontract39 * Add supplementary contract 37 40 38 * Manage su bcontract41 * Manage supplementary contract 39 42 40 * Remove su bcontract43 * Remove supplementary contract 41 44 42 45 * Add transaction … … 52 55 * Read meter 53 56 54 * Add user and assign roles57 * Request new password 55 58 56 Depending on the role, different user data entities (Officer, Customer, 57 Accountant) are automatically created. 58 59 * Customer initializes existing user/customer account -
main/eko-disco-specs/trunk/use-cases/contract-add.rst
r10754 r10780 12 12 ----------------------------------------------------------------------- 13 13 14 Officer 14 Officer, Customer 15 15 16 16 … … 27 27 - A new contract was created with unique contract ID. 28 28 29 - Any optional contract-add-onscan be booked for the new contract.29 - Any optional supplementary contract can be booked for the new contract. 30 30 31 31 … … 85 85 .. raw:: latex 86 86 87 \ pagebreak[4]87 \ -
main/eko-disco-specs/trunk/use-cases/contract-manage.rst
r10754 r10780 7 7 ----------------------------------------------------------------------- 8 8 9 A contract is modified by staff.9 A contract is modified by an officer. 10 10 11 11 Actor(s) … … 27 27 - Contract data of the given contract is modified. 28 28 29 - Any optional contract-add-onscan be booked for the new contract.29 - Any optional supplementary contract can be booked for the new contract. 30 30 31 31 … … 82 82 .. raw:: latex 83 83 84 \ pagebreak[4]84 \ -
main/eko-disco-specs/trunk/use-cases/contract-remove.rst
r10754 r10780 12 12 ----------------------------------------------------------------------- 13 13 14 Officer 14 Officer, Customer 15 15 16 16 … … 49 49 - Contract ID must exist. 50 50 - Submitting user must be authorized to perform the operation. 51 - Customers can only remove the contract if it has not yet been 52 concluded and no transactions have been made. 53 If customers accidentally added a contract they can 54 subesequently remove it to correct their mistake. 51 55 52 56 … … 65 69 - Removed data is archived. 66 70 - System removes the given contract and connected items (transactions, 67 contract-add-ons, etc.).71 supplementary contracts, etc.). 68 72 - (optional) System informs regarding customer (email and/or SMS). 69 73 … … 82 86 .. raw:: latex 83 87 84 \ pagebreak[4]88 \ -
main/eko-disco-specs/trunk/use-cases/customer-add-by-anon.rst
r10754 r10780 29 29 30 30 - The new customer got valid login credentials from the system. 31 The credentials have been forwarded by email. 31 32 32 33 - A (nearly empty) transaction history can be retrieved for the new … … 46 47 47 48 - Message about customer creation 49 - Email/SMS to customer with login credentials 48 50 - Log message 49 51 … … 85 87 .. raw:: latex 86 88 87 \ pagebreak[4]89 \ -
main/eko-disco-specs/trunk/use-cases/customer-add-by-officer.rst
r10777 r10780 1 .. _label- mg-customer-add:1 .. _label-officer-customer-add: 2 2 3 3 Use-Case: Add a Customer by Officer … … 77 77 .. raw:: latex 78 78 79 \ pagebreak[4]79 \ -
main/eko-disco-specs/trunk/use-cases/customer-edit-basedata.rst
r10754 r10780 80 80 .. raw:: latex 81 81 82 \ pagebreak[4]82 \ -
main/eko-disco-specs/trunk/use-cases/customer-remove.rst
r10754 r10780 81 81 .. raw:: latex 82 82 83 \ pagebreak[4]83 \ -
main/eko-disco-specs/trunk/use-cases/sample.rst
r10750 r10780 90 90 .. raw:: latex 91 91 92 \ pagebreak[4]92 \ -
main/eko-disco-specs/trunk/use-cases/service-add.rst
r10754 r10780 1 1 .. _label-uc-service-add: 2 2 3 Use-Case: Add a service3 Use-Case: Add a Service 4 4 *********************************************************************** 5 5 … … 85 85 .. raw:: latex 86 86 87 \ pagebreak[4]87 \ -
main/eko-disco-specs/trunk/use-cases/service-manage.rst
r10754 r10780 7 7 ----------------------------------------------------------------------- 8 8 9 A service is modified by staff 9 A service is modified by staff. 10 10 11 11 Actor(s) … … 25 25 ----------------------------------------------------------------------- 26 26 27 - Data (terms, title, description) of the given service is modified 27 - Data (terms, title, description) of the given service is modified. 28 28 29 29 … … 85 85 .. raw:: latex 86 86 87 \ pagebreak[4]87 \ -
main/eko-disco-specs/trunk/use-cases/service-remove.rst
r10754 r10780 83 83 .. raw:: latex 84 84 85 \ pagebreak[4]85 \
Note: See TracChangeset for help on using the changeset viewer.