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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. define(`__PageType', `Main')
  2. define(`__TwitterCard', `
  3. <meta name="twitter:card" content="summary_large_image">
  4. <meta name="twitter:site" content="@N3Roaster">
  5. <meta name="twitter:title" content="Typica 1.6.4 Now Available. Free Software for Coffee Roasters">
  6. <meta name="twitter:description" content="Typica is a cross-platform application for coffee roasters with features for recording your roasts, tracking green coffee inventory, product development, improving production consistency, and more.">
  7. <meta name="twitter:image" content="http://www.randomfield.com/programs/typica/release164tc.png">
  8. ')
  9. __PageStart
  10. <p>Typica is a cross-platform application for coffee roasters
  11. with features for recording your roasts, tracking green coffee
  12. inventory, product development, improving production consistency,
  13. and more.</p>
  14. <p>The program is free open source software available under the
  15. MIT license.</p>
  16. <h1>Typica 1.6.4 Now Available</h1>
  17. <p>The latest release of Typica includes bug fixes and minor
  18. feature updates. The most significant new feature is the
  19. ability to use three new types of timer in addition to the
  20. familiar batch timer. See the documentation for details on how to
  21. configure these or watch this new video describing each of the
  22. new timer types and why you might want to use them.</p>
  23. <iframe width="640" height="360" src="https://www.youtube.com/embed/2zt9XlQd9oY" frameborder="0" allowfullscreen></iframe>
  24. <h1>Data Acquisition</h1>
  25. <p>Every batch of coffee you roast with Typica can be recorded for
  26. future reference. A practically unlimited number of target roast
  27. profiles can be created for reference against future roasts. Log
  28. annotations capture events of interest and aid in profile design.
  29. Compatable with several different data acquisition devices.</p>
  30. <h1>Inventory Tracking</h1>
  31. <p>Keep track of your green coffee inventory automatically as you
  32. roast it. Reports provide the data you need to see your production
  33. trends and plan your green coffee purchases.</p>
  34. <h1>Your Data Your Way</h1>
  35. <p>Typica stores its data in a PostgreSQL database. The database
  36. can be set up on the computer running Typica or on another computer
  37. on the network. You keep full control of your data and never need
  38. to pay another company for continued access to your data. The use
  39. of PostgreSQL provides additional ways to gain insight from your
  40. data including integration with all major spreadsheet applications
  41. through the PostgreSQL ODBC or JDBC drivers.</p>
  42. <h1>Total Customizability</h1>
  43. <p>Typica provides a versatile configuration system which can be
  44. used to extend or modify Typica for better integration with your
  45. work flows. If this is inadequate for your customization needs, the
  46. fully documented C++ source code is also freely available. An
  47. example configuration is provided which aims to provide something
  48. that most will not need to modify, but the option is always there
  49. if you need it.</p>
  50. <h1>Never Miss a Release</h1>
  51. <p>Sign up for the <a href="https://tinyletter.com/Typica">Typica
  52. News mailing list</a> to get email when a new version of Typica
  53. is available.</p>
  54. __PageEnd