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.m4 2.5KB

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