Monthly Sales Report
Author
Kobur
Last Updated
9 years ago
License
Creative Commons CC BY 4.0
Abstract
A report created with the Project Report template at howtotex.com.
A report created with the Project Report template at howtotex.com.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LaTeX Example: Project Report
%
% Source: http://www.howtotex.com
%
% Feel free to distribute this example, but please keep the referral
% to howtotex.com
% Date: March 2011
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% How to use writeLaTeX:
%
% You edit the source code here on the left, and the preview on the
% right shows you the result within a few seconds.
%
% Bookmark this page and share the URL with your co-authors. They can
% edit at the same time!
%
% You can upload figures, bibliographies, custom classes and
% styles using the files menu.
%
% If you're new to LaTeX, the wikibook is a great place to start:
% http://en.wikibooks.org/wiki/LaTeX
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Edit the title below to update the display in My Documents
%\title{Project Report}
%
%%% Preamble
\documentclass[paper=a4, fontsize=11pt]{scrartcl}
\usepackage[T1]{fontenc}
\usepackage{fourier}
\usepackage[english]{babel} % English language/hyphenation
\usepackage[protrusion=true,expansion=true]{microtype}
\usepackage{amsmath,amsfonts,amsthm} % Math packages
\usepackage[pdftex]{graphicx}
\usepackage{url}
%%% Custom sectioning
\usepackage{sectsty}
\allsectionsfont{\centering \normalfont\scshape}
%%% Custom headers/footers (fancyhdr package)
\usepackage{fancyhdr}
\pagestyle{fancyplain}
\fancyhead{} % No page header
\fancyfoot[L]{} % Empty
\fancyfoot[C]{} % Empty
\fancyfoot[R]{\thepage} % Pagenumbering
\renewcommand{\headrulewidth}{0pt} % Remove header underlines
\renewcommand{\footrulewidth}{0pt} % Remove footer underlines
\setlength{\headheight}{13.6pt}
%%% Equation and float numbering
\numberwithin{equation}{section} % Equationnumbering: section.eq#
\numberwithin{figure}{section} % Figurenumbering: section.fig#
\numberwithin{table}{section} % Tablenumbering: section.tab#
%%% Maketitle metadata
\newcommand{\horrule}[1]{\rule{\linewidth}{#1}} % Horizontal rule
\title{
%\vspace{-1in}
\usefont{OT1}{bch}{b}{n}
\normalfont \normalsize \textsc{SYNTHESYS SYSTEMS LIMITED SALES DEPARTMENT} \\ [25pt]
\horrule{0.5pt} \\[0.4cm]
\huge MONTHLY SALES REPORT \\
\horrule{2pt} \\[0.5cm]
}
\author{
\normalfont \normalsize
KIPLANG'AT NG'ENO\\[-3pt] \normalsize
\today
}
\date{}
%%% Begin document
\begin{document}
\maketitle
\section{EXECUTIVE SUMMARY}
This report contains the work done and the training received as of the beginning of the month of August. This was mainly in understanding the documentation process in sales (tender documents, quotations), site survey, brief overview on the sales process and key principles in sales. This month was spent working with a vibrant sales team and a lot of learning.
\section{TRAINING PROGRESS}
Worked on the tendering process and generating quotations for our clients. Further, we did site surveys that we then used to generate a comprehensive solution for our clients.
\subsection{Tendering}
Worked on understanding the tendering process. Worked on a tender for Pride Inn Hotel with my colleagues. I gained useful insights into tendering process.
\subsubsection{Work done}
\begin{itemize}
\item Generating the bill of quantitites - The quantities required were decided with the team and the prices quoted alongside. This gave me an indepth understanding of the products.
\end{itemize}
\begin{itemize}
\item Finidng the necessary data sheets and user guides for the items selected. This gives the prospective client better insight into the selected products.
\end{itemize}
\begin{itemize}
\item Completing tender documentation and understanding the due deligence necessary such as stamping and scanning our own copy for reference.
\end{itemize}
\begin{itemize}
\item Attending the tender opening meeting. This completes the tendering process. The meeting also allows you to know our competitors in the industry.
\end{itemize}
\subsection{SITE SURVEY FOR PROSPECTS}
Sites surveys were done to be able to provide a better, more comprehensive solution for our clients. Two site surveys were done - East Africa Data Centre and CFC Stanbic bank branches
\subsubsection{east africa data centre site survey}
This survey was for CCTV surveillance cameras. Gained better understanding in site layout and design consideration. We were accompanied by one of our technical team members who guided us throught layout considerations. I also got to learn more with regard to our products' performance specifically Avigilon. Being on site also helped me appreciate the technical nuances of design and the overall capability of our products.
\subsubsection{cfc stanbic branches site survey}
this site survey was for fire alarm system. The RFP was for all the branches and thus we were required to undertake a complete survey. This was crucial as I understood the positioning of smoke and heat detectors, sounders and callpoints.
This was followed up with a quotation.
\subsection{SALES PROCESS OVERVIEW}
I was given an overview of the sales process and how to close possible deals. A sample procedure I was given is as below;
\begin{itemize}
\item Initiation - This is where you are introduced to the client either by referal or by making an introduction yourself
\end{itemize}
\begin{itemize}
\item Understanding the clients' problem and coming up with a possible solution
\end{itemize}
\begin{itemize}
\item Write an email following up on the first meeting with what was discussed and request for a second meeting.
\end{itemize}
\begin{itemize}
\item Do a mini presentation of your solution in the second meeting and invite feedback from your prospect. This is aimed at building confidence.
\end{itemize}
\begin{itemize}
\item Write an indepth email foloowing the second meeting. This should include your proposal witht any changes that might have been discussed during the second meeting. Also do a quotation but DO NOT send it. Request a third meeting.
\end{itemize}
\begin{itemize}
\item During the third meeting, carry two print outs of your proposal and your quote on a seperate print. Discuss your solution and present your tentative quote. Any changes discussed must be noted
\end{itemize}
\begin{itemize}
\item Write up an email with the same and request a fourth meeting where you now discuss all that entails to that project from the final cost to how the project will be undertaken.
\end{itemize}
\begin{itemize}
\item Pointers - Be observant to know your client, do not go for discounts and KNOW YOUR PRODUCT
\end{itemize}
\section{CONCLUSION}
I gained valuable insights into the products we have, the processes involved in sales and the entire sales process.It was an enriching learning experience.Looking forward to a fruitful September!
%%% End document
\end{document}