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.

documentation.html 4.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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" >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. <p>Typica documentation is currently a work in progress. Once
  24. finished it will be divided into three parts. Part 1
  25. details what hardware can be used with Typica, how to set up
  26. supporting software, and how to get started using Typica.
  27. Everybody setting up Typica for the first time should read at
  28. least the Supported Platforms and Hardware section
  29. <em>before</em> buying hardware they intend to use with this
  30. software. People who have used Typica previously may still want
  31. to skim this section and read Configuring Typica for your
  32. Hardware in detail. The Tips, Tricks, and Frequently Asked
  33. Questions section may also be particularly useful.</p>
  34. <p>Part 2 covers every feature of Typica in detail. This can be
  35. read at your leisure and contains information that can help you
  36. use Typica more effectively. If you have a question about how a
  37. particular feature works, this is the place to look.</p>
  38. <p>Part 3 is material that most people will never need to look
  39. at. It provides all of the documentation you might want to have
  40. if you intend to customize Typica to add new features or if you
  41. intend to write another program that is interoperable with
  42. Typica. The chapter documenting the database may also be useful
  43. for those who want to obtain information that Typica does not
  44. expose in exactly the way you'd like.</p>
  45. <ul>
  46. <li><a href="documentation/part1.html">Part 1: Basic Setup and Use</a></li>
  47. <ul>
  48. <li><a href="documentation/platforms.html">Supported Platforms and Hardware</a></li>
  49. <li><a href="documentation/requiredsoftware.html">Required Software</a></li>
  50. <li><a>Initial Setup</a></li>
  51. <ul>
  52. <li><a href="documentation/firsttime.html">Running Typica for the First Time</a></li>
  53. <ul>
  54. <li><a href="documentation/firsttime.html#database">Database Connection</a></li>
  55. <li><a href="documentation/firsttime.html#configfile">Open Configuration File</a></li>
  56. <li><a href="documentation/firsttime.html#hardware">Configuring Typica for your Hardware</a></li>
  57. </ul>
  58. <li><a href="documentation/dataentry.html">Initial Data Entry</a></li>
  59. <ul>
  60. <li><a href="documentation/dataentry.html#green">Green Coffee Purchases</a></li>
  61. <li><a href="documentation/dataentry.html#roasted">Roasted Coffee Items</a></li>
  62. <li><a href="documentation/dataentry.html#inventory">An Initial Inventory</a></li>
  63. <li><a href="documentation/dataentry.html#profiles">Saving and Using Target Roast Profiles</a></li>
  64. </ul>
  65. </ul>
  66. <li><a href="documentation/faq.html">Tips, Tricks, and Frequently Asked Questions</a></li>
  67. </ul>
  68. <li><a href="documentation/part2.html">Part 2: Comprehensive Feature Documentation</a></li>
  69. <li><a>Part 3: Interoperability Specifications</a></li>
  70. <ul>
  71. <li><a>File Format Documentation</a></li>
  72. <li><a>Database Documentation</a></li>
  73. <li><a>Configuration XML Documentation</a></li>
  74. <li><a>Configuration Script Documentation</a></li>
  75. </ul>
  76. </ul>
  77. <p>Until the relevant portions of the current documentation are
  78. finished, some may wish to consult the documentation for earlier
  79. versions of Typica. This includes the
  80. <a href="userguide.html">old user guide</a> and
  81. the <a href="windows.html">old Windows installation instructions</a>.
  82. </div>
  83. </div>
  84. </body>
  85. </html>