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.

manageroasted.html 2.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <html>
  2. <head>
  3. <title>Typica - Connecting to a database</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>Manage Roasted Coffee Items</h1>
  24. <img src="manageroasted.png" />
  25. <p>When using the New Batch window to roast coffee, there is a
  26. control to select which roasted coffee item you would like to
  27. roast. Manage Roasted Coffee Items allows you to control which
  28. items will appear in that list.</p>
  29. <h2>Field descriptions</h2>
  30. <h3>New Roasted Coffee</h3>
  31. <p>If you want a completely new roasted coffee item, you can
  32. type the name of the item in this field, click Add New Coffee,
  33. and this will create a new roasted coffee item and add it to
  34. the Current Items list.</p>
  35. <h3>Current Items</h3>
  36. <p>This is a list of all of the items that will appear in the
  37. New Batch window. If you discontinue a roasted coffee item and
  38. would like that to no longer appear as an option in the New
  39. Batch window you can select the item and click Remove Item to
  40. move that item to the Discontinued Items list.</p>
  41. <h3>Discontinued Items</h3>
  42. <p>This is a list of roasted coffee items which are not in the
  43. Current Items list. If you have previously discontinued an item
  44. and would like to bring that back as an option in the New Batch
  45. window, you can select the item from this list and click Restore
  46. Item.</p>
  47. </div>
  48. </div>
  49. </body>
  50. </html>