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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. <p>The following video goes over some of the most useful changes
  18. that were introduced in Typica 1.7 and how to use those.</p>
  19. <iframe width="640" height="360" src="https://www.youtube.com/embed/na6_ny0PaIA" frameborder="0" allowfullscreen></iframe>
  20. <h1>Data Acquisition</h1>
  21. <p>Every batch of coffee you roast with Typica can be recorded for
  22. future reference. A practically unlimited number of target roast
  23. profiles can be created for reference against future roasts. Log
  24. annotations capture events of interest and aid in profile design.
  25. Compatable with several different data acquisition devices.</p>
  26. <h1>Inventory Tracking</h1>
  27. <p>Keep track of your green coffee inventory automatically as you
  28. roast it. Reports provide the data you need to see your production
  29. trends and plan your green coffee purchases.</p>
  30. <h1>Your Data Your Way</h1>
  31. <p>Typica stores its data in a PostgreSQL database. The database
  32. can be set up on the computer running Typica or on another computer
  33. on the network. You keep full control of your data and never need
  34. to pay another company for continued access to your data. The use
  35. of PostgreSQL provides additional ways to gain insight from your
  36. data including integration with all major spreadsheet applications
  37. through the PostgreSQL ODBC or JDBC drivers.</p>
  38. <h1>Total Customizability</h1>
  39. <p>Typica provides a versatile configuration system which can be
  40. used to extend or modify Typica for better integration with your
  41. work flows. If this is inadequate for your customization needs, the
  42. fully documented C++ source code is also freely available. An
  43. example configuration is provided which aims to provide something
  44. that most will not need to modify, but the option is always there
  45. if you need it.</p>
  46. <h1>Never Miss a Release</h1>
  47. <p>Sign up for the <a href="https://tinyletter.com/Typica">Typica
  48. News mailing list</a> to get email when a new version of Typica
  49. is available.</p>
  50. __PageEnd