Typica is a free program for professional coffee roasters. https://typica.us
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

part1.html 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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 class="tab" href="../involvement.html" >Get Involved</a>
  20. <a href="http://appliedcoffeetechnology.tumblr.com/tagged/Typica" class="tab">Blog</a>
  21. </div>
  22. </div>
  23. <div id="maintext">
  24. <h1>Part 1: Basic Setup and Use</h1>
  25. <div class="toc">
  26. <ul>
  27. <li><a href="platforms.html">Supported Platforms and Hardware</a></li>
  28. <li><a href="requiredsoftware.html">Required Software</a></li>
  29. <li><a>Initial Setup</a></li>
  30. <ul>
  31. <li><a href="firsttime.html">Running Typica for the First Time</a></li>
  32. <ul>
  33. <li><a href="firsttime.html#database">Database Connection</a></li>
  34. <li><a href="firsttime.html#configfile">Open Configuration File</a></li>
  35. <li><a href="firsttime.html#hardware">Configuring Typica for your Hardware</a></li>
  36. </ul>
  37. <li><a href="dataentry.html">Initial Data Entry</a></li>
  38. <ul>
  39. <li><a href="dataentry.html#green">Green Coffee Purchases</a></li>
  40. <li><a href="dataentry.html#roasted">Roasted Coffee Items</a></li>
  41. <li><a href="dataentry.html#inventory">An Initial Inventory</a></li>
  42. <li><a href="dataentry.html#profiles">Saving and Using Target Roast Profiles</a></li>
  43. </ul>
  44. </ul>
  45. <li><a href="faq.html">Tips, Tricks, and Frequently Asked Questions</a></li>
  46. </ul>
  47. </div>
  48. <div class="ntoc">
  49. <p>This part of the documentation covers the things you should
  50. know before starting to use Typica and the basics of getting
  51. everything set up for use. Some of the topics are covered in
  52. greater depth in Part 2.</p>
  53. </div>
  54. </div>
  55. </div>
  56. </body>
  57. </html>