Created
December 2, 2010 14:54
-
-
Save rgsoda/725475 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[11pt,a4paper]{article} | |
\usepackage{polski} | |
\usepackage{listings} | |
\usepackage[utf8]{inputenc} | |
\usepackage{fancyhdr} | |
\usepackage{graphicx} | |
\setlength{\headheight}{15.2pt} | |
\pagestyle{fancy} | |
\begin{document} | |
\fancyhf{} | |
\lhead{\includegraphics[width=2.5cm]{jtendo-logo}} | |
\rhead{\today} | |
\rfoot{\thepage} | |
\setcounter{secnumdepth}{1} | |
\title{Lettel} | |
\author{Rafał Gałczyński \texttt{<[email protected]>},\\ | |
Adam Rutkowski \texttt{<[email protected]>}} | |
\date{December 2010} | |
\maketitle | |
\tableofcontents | |
\begin{abstract} | |
This document is blah, super blah, and more blah! | |
\end{abstract} | |
\section{Zakres dokumentu} | |
\section{Opis platformy i środowiska} | |
- obrazek | |
- technikalia | |
\section{Moduły oraz funkcjonalności} | |
\subsection{Moduł Centrali SIP} | |
\subsubsection{Integracja z operatorami} | |
\subsubsection{Obsługa scenariuszy połączeń} | |
\subsubsection{Rejestrowanie połączeń} | |
\subsubsection{Ringback} | |
\subsubsection{UX} | |
\subsection{Moduł Portalu} | |
bla bla | |
-role | |
-piny | |
-dostępie do nagranych rozmów | |
-możliwość mp3 playlist | |
-definiowanie czasu dostępności (twardy/miękki) | |
-raporty | |
-platności/zarobki | |
\subsection{Moduł Płatności} | |
-integracja z platnosci.pl | |
- ... | |
\subsection{Moduł Raportowania} | |
- dostęp do raportów /incoming call/call time/missed call/ | |
- filtrowanie | |
\subsection{Moduł Administracyjny} | |
- zarządzanie wszystkimi elementami systemu poprzez www | |
\subsection{Moduł Analityczny/Antyfraudowy} | |
- ..... | |
\paragraph{} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment