summaryrefslogtreecommitdiffstats
path: root/report/Chapter2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'report/Chapter2.tex')
-rw-r--r--report/Chapter2.tex108
1 files changed, 105 insertions, 3 deletions
diff --git a/report/Chapter2.tex b/report/Chapter2.tex
index fc5a701..b7169f6 100644
--- a/report/Chapter2.tex
+++ b/report/Chapter2.tex
@@ -1,14 +1,116 @@
\section{Protos models}
-\subsection{Workflow process A}
+\subsection{Workflow process PartyParty}
\subsubsection{Process perspective}
-to do...
+\begin {center}
+ \includegraphics[width=\textwidth]{Workflow_PartyParty_Top.png} \\
+ Figure 2: Workflow process PartyParty (Top Half) \\
+\end {center}
+
+\begin {center}
+ \includegraphics[width=\textwidth]{Workflow_PartyParty_Bottom.png} \\
+ Figure 3: Workflow process PartyParty (Bottom Half)\\
+\end {center}
\subsubsection{Resource perspective}
-to do...
+\begin {center}
+ \includegraphics[width=\textwidth]{Resource_Perspective_PartyParty.png} \\
+ Figure 3: Resource Perspective PartyParty \\
+\end {center}
+
+\begin{tabular}{|p{4cm}|p{8cm}|}
+ \hline
+ \textbf{Role} & \textbf{Manager} \\ \hline
+ Number of Persons & 1 \\ \hline
+ Cost & 0 \\ \hline
+\end{tabular} \\
+
+\begin{tabular}{|p{4cm}|p{8cm}|}
+ \hline
+ \textbf{Role} & \textbf{Warehouse Manager} \\ \hline
+ Number of Persons & 2 \\ \hline
+ Cost & 0 \\ \hline
+\end{tabular} \\
+
+\begin{tabular}{|p{4cm}|p{8cm}|}
+ \hline
+ \textbf{Role} & \textbf{Administration Manager} \\ \hline
+ Number of Persons & 3 \\ \hline
+ Cost & 0 \\ \hline
+\end{tabular} \\
+
+\begin{tabular}{|p{4cm}|p{8cm}|}
+ \hline
+ \textbf{Role} & \textbf{Warehouse Employee} \\ \hline
+ Number of Persons & 10 \\ \hline
+ Cost & 0 \\ \hline
+\end{tabular} \\
+
+\begin{tabular}{|p{4cm}|p{8cm}|}
+ \hline
+ \textbf{Role} & \textbf{Store Employee} \\ \hline
+ Number of Persons & 10 \\ \hline
+ Cost & 0 \\ \hline
+\end{tabular} \\
+
+\begin{tabular}{|p{4cm}|p{8cm}|}
+ \hline
+ \textbf{Role} & \textbf{Logistics Employee} \\ \hline
+ Number of Persons & 3 \\ \hline
+ Cost & 0 \\ \hline
+\end{tabular} \\
+
+\begin{tabular}{|p{4cm}|p{8cm}|}
+ \hline
+ \textbf{Role} & \textbf{Chauffeur} \\ \hline
+ Number of Persons & 2 \\ \hline
+ Cost & 0 \\ \hline
+\end{tabular} \\
+
+\begin{tabular}{|p{4cm}|p{8cm}|}
+ \hline
+ \textbf{Role} & \textbf{Administration Employee} \\ \hline
+ Number of Persons & 5 \\ \hline
+ Cost & 0 \\ \hline
+\end{tabular} \\
+
+\vspace{10 mm}
+
+\begin{tabular}{|p{4cm}|p{8cm}|}
+ \hline
+ \textbf{Team} & \textbf{Warehouse} \\ \hline
+\end{tabular} \\
+
+\begin{tabular}{|p{4cm}|p{8cm}|}
+ \hline
+ \textbf{Team} & \textbf{Store} \\ \hline
+\end{tabular} \\
+
+\begin{tabular}{|p{4cm}|p{8cm}|}
+ \hline
+ \textbf{Team} & \textbf{Administration} \\ \hline
+\end{tabular} \\
+
+\begin{tabular}{|p{4cm}|p{8cm}|}
+ \hline
+ \textbf{Team} & \textbf{Logistics} \\ \hline
+\end{tabular} \\
+
+\subsubsection{Explanation}
+
+After a Store Employee receives an order from a customer, there's 2 things that will need to be accomplished. The order has to be prepared to be shipped and payment for the order has to be received. These tasks can be performend in parallel of eachother, but can only finish when both tasks are completed.
+
+ \newcounter{Lcount}
+ \begin{list}{\Roman{Lcount}.}
+ {\usecounter{Lcount}
+ \setlength{\rightmargin}{\leftmargin}}
+ \item After a Store Employee receives an order from a customer, there's 2 things that will need to be accomplished. The order has to be prepared to be shipped and payment for the order has to be received. These tasks can be performend in parallel of eachother, but can only finish when both tasks are completed.
+ \item Unless an order is cancled by the customer by not paying the bill, the prepared order is then cancled and goods returned. There is a milestone in place to assure that the order is not shipped out before payment is received.
+ \end{list}
+
\subsubsection{Task description}