summaryrefslogtreecommitdiffstats
path: root/ADD/chapter6.tex
blob: d696460f8dbbdf9d31b456a3ee2719d0d3d302d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
\chapter{User Scenarios}
This chapter will illustrate all the use cases derived from the requirements.
Each requirement is modeled in the use case diagram as a single use case.
The use case diagram is shown below.
\textit{TODO add figure of use case diagram}

In the following sections, a sequence diagram is modeled and described for each
individual use case.
\section*{Add a new claim}
An employee can add a claim to the claim list of a policy, first the claim has to be created.
\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Addclaim.eps}
    \end{center}
\end{figure}


\section*{Add a new client}
An employee can add a new client to the system.
\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Addclient.eps}
    \end{center}
\end{figure}


\section*{Add a new cross sell opportunity}
First the employee is checked to see if he/she has the right authorization level  (of the Business department).
If he has the appropriate level, he can add an up sell opportunity to the up sell
opportunities list. After it is added, the system will check if their are any insurances
which apply to the opportunity.
\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Addcrosssellopportunity.eps}
    \end{center}
\end{figure}

\section*{Add an new individual insurance}
First the employee is checked to see if he/she has the right authorization level ( of the Business department).
If he has the appropriate level, he can create a new insurance.
\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Addindividualinsurance.eps}
    \end{center}
\end{figure}

\section*{Add an new insurance package}
First the employee is checked to see if he/she has the right authorization level ( of the Business department).
If he has the appropriate level, he can create a new insurance package and add single insurances.
\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Addinsurancepackage.eps}
    \end{center}
\end{figure}

\section*{Add a new payment}
An employee can add a new payment to the a client-policy pair.
\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Addpayment.eps}
    \end{center}
\end{figure}

\section*{Add a new proposal}

\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Addproposal.eps}
    \end{center}
\end{figure}

\section*{Add a new representative}

\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Addrepresentative.eps}
    \end{center}
\end{figure}

\section*{Add a new risk}

\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Addrisk.eps}
    \end{center}
\end{figure}

\section*{Add a new type of client}

\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Addtypeofclient.eps}
    \end{center}
\end{figure}

\section*{Add a new up sell opportunity}

\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Addupsellopportunity.eps}
    \end{center}
\end{figure}

\section*{Do basic calculations via website}

\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Basiccalculationsviawebsite.eps}
    \end{center}
\end{figure}

\section*{Convert a proposal into a policy}

\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Convertproposal.eps}
    \end{center}
\end{figure}

\section*{Delete a payment}

\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Deletepayment.eps}
    \end{center}
\end{figure}

\section*{Delete a policy}

\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Deletepolicy.eps}
    \end{center}
\end{figure}

\section*{Delete a proposal}

\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Deleteproposal.eps}
    \end{center}
\end{figure}

\section*{Edit a claim}

\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Editclaim.eps}
    \end{center}
\end{figure}

\section*{Edit a client}

\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/EditClient.eps}
    \end{center}
\end{figure}

\section*{Edit an individual insurance}

\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Editindividualinsurance.eps}
    \end{center}
\end{figure}

\section*{Edit an insurance package}

\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Editinsurancepackage.eps}
    \end{center}
\end{figure}

\section*{Edit a payment}

\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Editpayment.eps}
    \end{center}
\end{figure}

\section*{Edit a policy}

\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Editpolicy.eps}
    \end{center}
\end{figure}

\section*{Edit risk}

\begin{figure}
    \begin{center}
        \epsfxsize=10cm
        \epsffile{Images/Editrisk.eps}
    \end{center}
\end{figure}

\section*{Edit a type of client}

\textit{TODO add figure}

\section*{Employee management}

\textit{TODO add figure}

\section*{Generate government report}

\textit{TODO add figure}

\section*{Do internal career tracking}

\textit{TODO add figure}

\section*{Manage a time sheet}

\textit{TODO add figure}

\section*{Query a client}

\textit{TODO add figure}

\section*{Query an insurance package}

\textit{TODO add figure}

\section*{Query a payment}

\textit{TODO add figure}

\section*{Query a policy}

\textit{TODO add figure}

\section*{Query a proposal}

\textit{TODO add figure}

\section*{Query a risk}

\textit{TODO add figure}

\section*{Remove a claim}

\textit{TODO add figure}

\section*{Remove a cross sell opportunity}

\textit{TODO add figure}

\section*{Remove a representative}

\textit{TODO add figure}

\section*{Remove a risk}

\textit{TODO add figure}

\section*{Remove an up sell opportunity}

\textit{TODO add figure}

\section*{Search caller details}

\textit{TODO add figure}

\section*{}

\textit{TODO add figure}