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.

index.html 3.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <html><head>
  2. <title>Typica - Data for Coffee Roasters</title>
  3. <link rel="stylesheet" type="text/css" href="style.css">
  4. </head><body><div id="page"><div id="topmatter">
  5. <div id="topbanner">
  6. <img src="logo96.png" height="96px" width="96px" alt="Typica logo" />
  7. <h1>Typica</h1><h2>Data for Coffee Roasters</h2></div>
  8. <div id="menu">
  9. <a class="tab active">Typica</a>
  10. <a class="tab " href="downloads.html">Downloads</a>
  11. <a class="tab " href="documentation.html">Documentation</a>
  12. <a class="tab " href="media.html">Photos and Videos</a>
  13. <a class="tab" href="http://appliedcoffeetechnology.tumblr.com/tagged/Typica">Blog</a>
  14. </div>
  15. </div>
  16. <div id="maintext">
  17. <p>Typica is a cross-platform application for coffee roasters
  18. with features for recording your roasts, tracking green coffee
  19. inventory, product development, improving production consistency,
  20. and more.</p>
  21. <p>The program is free open source software available under the
  22. MIT license.</p>
  23. <h1>Typica 1.7 Now Available</h1>
  24. <iframe width="640" height="360" src="https://www.youtube.com/embed/U7xTefVLRfk" frameborder="0" allowfullscreen></iframe>
  25. <p>The latest release of Typica includes several new features
  26. such as support for more detailed roast specifications, ability
  27. to set reminders based on production, a new batch log with search
  28. and filter features, and more. This also marks the first release
  29. that includes a translation of the program to another language.
  30. People using a computer with German locale settings will see that.</p>
  31. <h1>Data Acquisition</h1>
  32. <p>Every batch of coffee you roast with Typica can be recorded for
  33. future reference. A practically unlimited number of target roast
  34. profiles can be created for reference against future roasts. Log
  35. annotations capture events of interest and aid in profile design.
  36. Compatable with several different data acquisition devices.</p>
  37. <h1>Inventory Tracking</h1>
  38. <p>Keep track of your green coffee inventory automatically as you
  39. roast it. Reports provide the data you need to see your production
  40. trends and plan your green coffee purchases.</p>
  41. <h1>Your Data Your Way</h1>
  42. <p>Typica stores its data in a PostgreSQL database. The database
  43. can be set up on the computer running Typica or on another computer
  44. on the network. You keep full control of your data and never need
  45. to pay another company for continued access to your data. The use
  46. of PostgreSQL provides additional ways to gain insight from your
  47. data including integration with all major spreadsheet applications
  48. through the PostgreSQL ODBC or JDBC drivers.</p>
  49. <h1>Total Customizability</h1>
  50. <p>Typica provides a versatile configuration system which can be
  51. used to extend or modify Typica for better integration with your
  52. work flows. If this is inadequate for your customization needs, the
  53. fully documented C++ source code is also freely available. An
  54. example configuration is provided which aims to provide something
  55. that most will not need to modify, but the option is always there
  56. if you need it.</p>
  57. <h1>Never Miss a Release</h1>
  58. <p>Sign up for the <a href="https://tinyletter.com/Typica">Typica
  59. News mailing list</a> to get email when a new version of Typica
  60. is available.</p>
  61. </div></div></body></html>