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.

navigation.html 6.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. <html>
  2. <head>
  3. <title>Typica - Choose Your Path</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. <h1>Main navigation window</h1>
  24. <p>Most of the functionality in Typica is available through the
  25. main navigation window.</p>
  26. <img src="navigation.png"/>
  27. <h2>Buttons</h2>
  28. <h3>Configure Roasters</h3>
  29. <p>Typica can communicate with different pieces of data
  30. acquisition hardware which must be configured before use.
  31. Various features related to recording roasting data can be
  32. set in the configuration
  33. window.
  34. <h3>Roast Coffee</h3>
  35. <p>Once at least one coffee roaster has been configured, it
  36. will be available from the selector next to the Roast Coffee
  37. button. When you want to roast coffee, select the machine
  38. you'll be using and click the Roast Coffee button. This will
  39. take you to <a href="logging.html">the logging view.</a></p>
  40. <h3>Purchase Green Coffee</h3>
  41. <p>Typica tracks green coffee inventory. This button allows
  42. you to enter the details of green coffee purchases.</p>
  43. <h3>Manage Roasted Coffee Items</h3>
  44. <p>When entering the details of a new production batch, you
  45. will want to select a roasted coffee item. This is connected
  46. to the green coffee(s) used, a target roast profile and
  47. roasting specification if set. This button allows you to create
  48. new roasted coffee items, discontinue items so that they will
  49. not show up in lists, and bring back old items.</p>
  50. <h3>Edit Roasting Specification</h3>
  51. <p>Expected percent weight loss and other information can be
  52. presented when roasting coffee for use in determining if a
  53. batch matches its product specification.</p>
  54. <h3>Update Inventory</h3>
  55. <p>Inventory and loss transactions can be used to adjust
  56. green coffee inventory.</p>
  57. <h3>New Cupping Session</h3>
  58. <h3>Join Cupping Session</h3>
  59. <h3>Summarize Cupping Session</h3>
  60. <p>Typica includes a set of cupping features. Some people use
  61. this, but the author does not recommend it. Something much
  62. better will be available in the future.</p>
  63. <h3>View Target Roast Profiles</h3>
  64. <p>Any data ever saved as a target roast profile for roasted
  65. coffee items can be seen here.</p>
  66. <h3>Import Target Roast Profiles</h3>
  67. <p>It is possible to save batch data to disk instead of or in
  68. addition to saving that to the database. These files can be
  69. shared with other people using Typica. If you want to set data
  70. from one of these files as a target roast profile for a given
  71. roasted coffee item, this is where you do that.
  72. <h3>Enter Green Coffee Sales</h3>
  73. <p>If you sell green coffee, the inventory can be adjusted to
  74. reflect that here.</p>
  75. <h2>Reports Menu</h2>
  76. <img src="reportsmenu.png" />
  77. <h3>Production</h3>
  78. <p>Production reports present information related to coffee
  79. roasting activity.</p>
  80. <img src="productionreports.png" />
  81. <h3>Average Use and Cost by Origin</h3>
  82. <h3>Previous Year Production Comparison</h3>
  83. <h3>Cost of Green Coffee for Roasted Coffee</h3>
  84. <h3>Daily Production Report (Detailed)</h3>
  85. <h3>Batch Log</h3>
  86. <h3>Previous Year Production Comparison By Month</h3>
  87. <h3>Production Summary</h3>
  88. <h3>Reminders</h3>
  89. <h3>Recent Average Coffee Production</h3>
  90. <h3>Purchase</h3>
  91. <p>Purchase reports present information related to green coffee
  92. purchases.</p>
  93. <img src="purchasereports.png" />
  94. <h3>Coffee Purchase Previous Years Comparison</h3>
  95. <h3>Invoices</h3>
  96. <h3>Sales</h3>
  97. <p>Sales reports present information related to sales.</p>
  98. <img src="salesreport.png" />
  99. <h3>Green Coffee Sales</h3>
  100. <h3>Inventory</h3>
  101. <p>Inventory reports present information on inventory.</p>
  102. <img src="inventoryreports.png" />
  103. <h3>Inventory Change Summary</h3>
  104. <h3>Current Inventory and Availability Projection</h3>
  105. <h3>Item Transactions</h3>
  106. <h2>Database Menu</h2>
  107. <h3>Forget Connection Details</h3>
  108. <p>This menu item can be used to force Typica to prompt for
  109. database connection information the next time Typica is
  110. opened.</p>
  111. </div>
  112. </div>
  113. </body>
  114. </html>