| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | 
							- <html>
 - 	<head>
 - 		<title>Typica - Data for Coffee Roasters</title>
 - 		<link rel="stylesheet" type="text/css" href="../style.css">
 - 	</head>
 - 	<body>
 - 		<div id="page">
 - 			<div id="topmatter">
 - 				<div id="topbanner">
 - 					<img src="../logo96.png" height="96px" width="96px" alt="Typica logo" />
 - 					<h1>Typica</h1>
 - 					<h2>Data for Coffee Roasters</h2>
 - 				</div>
 - 				<div id="menu">
 - 					<a class="tab" href="../index.html">Project Home</a>
 - 					<a class="tab" href="../downloads.html" >Downloads</a>
 - 					<a class="tab active" href="../documentation.html" >Documentation</a>
 - 					<a class="tab" href="../screenshots.html" >Screenshots and Videos</a>
 - 					<a href="http://appliedcoffeetechnology.tumblr.com/tagged/Typica" class="tab">Blog</a>
 - 				</div>
 - 			</div>
 - 			<div id="maintext">
 - 				<h1>Part 2: Comprehensive Feature Documentation</h1>
 - 				<p>This part of the documentation describes the features of
 - 				Typica.</p>
 - 				<ul>
 - 					<li><a href="part2/application.html">Opening the Application</a></li>
 - 					<ul>
 - 						<li><a href="windowreference/databaseconnection.html">Connecting to a database</a></li>
 - 						<li><a href="windowreference/openconfigurationfile">Open Configuration File</a></li>
 - 						<ul>
 - 							<li><a href="part2/argument-c.html">Eliminating the Configuration Prompt</a></li>
 - 						</ul>
 - 						<li><a href="windowreference/navigation.html">Main navigation window</a></li>
 - 					</ul>
 - 					<li><a>Configure Roasters</a></li>
 - 					<li><a href="windowreference/logging.html">The Logging View</a></li>
 - 					<li><a>Purchase Green Coffee</a></li>
 - 					<li><a>Manage Roasted Coffee Items</a></li>
 - 					<li><a>Update Inventory</a></li>
 - 					<li><a>Cupping</a></li>
 - 					<li><a>Import Target Roast Profiles</a></li>
 - 					<li><a>Enter Green Coffee Sales</a></li>
 - 				</ul>
 - 			</div>
 - 		</div>
 - 	</body>
 - </html>
 
 
  |