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 4.4KB

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" 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 href="windowreference/manageroasted.html">Manage Roasted Coffee Items</a></li>
  40. <li><a>Edit Roasting Specification</a></li>
  41. <li><a href="windowreference/updateinventory.html">Update Inventory</a></li>
  42. <li><a>Cupping</a></li>
  43. <ul>
  44. <li><a>New Cupping Session</a></li>
  45. <li><a>Join Cupping Session</a></li>
  46. <li><a>Summarize Cupping Session</a></li>
  47. </ul>
  48. <li><a>View Target Roast Profiles</a></li>
  49. <li><a>Import Target Roast Profiles</a></li>
  50. <li><a>Enter Green Coffee Sales</a></li>
  51. <li><a>Reports</a></li>
  52. <ul>
  53. <li><a>Production Reports</a></li>
  54. <ul>
  55. <li><a>Average Use and Cost by Origin</a></li>
  56. <li><a>Previous Year Production Comparison</a></li>
  57. <li><a>Cost of Green Coffee for Roasted Coffee</a></li>
  58. <li><a>Daily Production Report</a></li>
  59. <li><a>Batch Log</a></li>
  60. <li><a>Previous Year Production Comparison By Month</a></li>
  61. <li><a>Production Summary</a></li>
  62. <li><a>Reminders</a></li>
  63. <li><a>Recent Average Coffee Production</a></li>
  64. </ul>
  65. <li><a>Purchase Reports</a></li>
  66. <ul>
  67. <li><a>Coffee Purchase Previous Years Comparison</a></li>
  68. <li><a>Invoices</a></li>
  69. </ul>
  70. <li><a>Sales Reports</a></li>
  71. <ul>
  72. <li><a>Green Coffee Sales</a></li>
  73. </ul>
  74. <li><a>Inventory Reports</a></li>
  75. <ul>
  76. <li><a>Inventory Change Summary</a></li>
  77. <li><a>Current Inventory and Availability Projection</a></li>
  78. <li><a>Item Transactions</a></li>
  79. </ul>
  80. </ul>
  81. </ul>
  82. </div>
  83. </div>
  84. </body>
  85. </html>