Typica is a free program for professional coffee roasters. https://typica.us
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

part2.html 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <html>
  2. <head>
  3. <title>Typica - Data for Coffee Roasters</title>
  4. <link rel="stylesheet" type="text/css" href="../style.css">
  5. </head>
  6. <body>
  7. <div id="page">
  8. <div id="topmatter">
  9. <div id="topbanner">
  10. <img src="../logo96.png" height="96px" width="96px" alt="Typica logo" />
  11. <h1>Typica</h1>
  12. <h2>Data for Coffee Roasters</h2>
  13. </div>
  14. <div id="menu">
  15. <a class="tab" href="../index.html">Project Home</a>
  16. <a class="tab" href="../downloads.html" >Downloads</a>
  17. <a class="tab active" href="../documentation.html" >Documentation</a>
  18. <a class="tab" href="../screenshots.html" >Screenshots and Videos</a>
  19. <a href="http://appliedcoffeetechnology.tumblr.com/tagged/Typica" class="tab">Blog</a>
  20. </div>
  21. </div>
  22. <div id="maintext">
  23. <h1>Part 2: Comprehensive Feature Documentation</h1>
  24. <p>This part of the documentation describes the features of
  25. Typica.</p>
  26. <ul>
  27. <li><a href="part2/application.html">Opening the Application</a></li>
  28. <ul>
  29. <li><a href="windowreference/databaseconnection.html">Connecting to a database</a></li>
  30. <li><a href="windowreference/openconfigurationfile">Open Configuration File</a></li>
  31. <ul>
  32. <li><a href="part2/argument-c.html">Eliminating the Configuration Prompt</a></li>
  33. </ul>
  34. <li><a href="windowreference/navigation.html">Main navigation window</a></li>
  35. </ul>
  36. <li><a>Configure Roasters</a></li>
  37. <li><a href="windowreference/logging.html">The Logging View</a></li>
  38. <li><a>Purchase Green Coffee</a></li>
  39. <li><a>Manage Roasted Coffee Items</a></li>
  40. <li><a>Update Inventory</a></li>
  41. <li><a>Cupping</a></li>
  42. <li><a>Import Target Roast Profiles</a></li>
  43. <li><a>Enter Green Coffee Sales</a></li>
  44. </ul>
  45. </div>
  46. </div>
  47. </body>
  48. </html>