diff options
Diffstat (limited to 'buildscripts/texbuilder/time-tracker/preface.tex')
-rw-r--r-- | buildscripts/texbuilder/time-tracker/preface.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/buildscripts/texbuilder/time-tracker/preface.tex b/buildscripts/texbuilder/time-tracker/preface.tex new file mode 100644 index 00000000..908f97fb --- /dev/null +++ b/buildscripts/texbuilder/time-tracker/preface.tex @@ -0,0 +1,18 @@ +\chapter*{Preface}\addcontentsline{toc}{chapter}{Preface} \hypertarget{preface}{}
+\section*{Prado Time Tracker}
+This documentation is complete walk-through guide detailing the
+steps involved in implementating of the Prado Time Tracker web application.
+
+\subsection*{Target Audience}
+The guide is intended for readers who has some experience
+using PHP version 5 and some basic concepts of Object-Oriented application
+design. The guide will assume that the reader understands the primary concepts
+of class, methods, class inheritance, and other basic features offered by PHP
+version 5 or later.
+\subsection*{Questions and Comments}
+Readers are encouraged to ask questions as the forum regarding any
+particular aspect of this documentation. Comment and constructive criticisms
+are most welcome. Questions and comments may be directed at
+\href{http://www.pradosoft.com/forum/}{http://www.pradosoft.com/forum/}.
+
+
|