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

12345678910111213141516171819202122232425262728293031323334353637
  1. define(`__PageType', `Main')
  2. __PageStart
  3. <p>Typica is a cross-platform application for coffee roasters
  4. designed around the ideas of interoperability, workflow
  5. integration, and customizability.</p>
  6. <p>The program is free open source software available under the
  7. MIT license.</p>
  8. <h1>Data Acquisition</h1>
  9. <p>Every batch of coffee you roast with Typica can be recorded for
  10. future reference. A practically unlimited number of target roast
  11. profiles can be created for reference against future roasts. Log
  12. annotations capture events of interest and aid in profile design.
  13. Compatable with multiple data acquisition devices.</p>
  14. <h1>Inventory Tracking</h1>
  15. <p>Keep track of your green coffee inventory automatically as you
  16. roast it. Reports provide the data you need to see your production
  17. trends and plan your green coffee purchases.</p>
  18. <h1>Your Data Your Way</h1>
  19. <p>Typica stores its data in a PostgreSQL database. The database
  20. can be set up on the computer running Typica or on another computer
  21. on the network. You keep full control of your data and never need
  22. to pay another company for continued access to your data. The use
  23. of PostgreSQL provides additional ways to gain insight from your
  24. data including integration with all major spreadsheet applications
  25. through the PostgreSQL ODBC or JDBC drivers.</p>
  26. <h1>Total Customizability</h1>
  27. <p>Typica provides a versatile configuration system which can be
  28. used to extend or modify Typica for better integration with your
  29. work flows. If this is inadequate for your customization needs, the
  30. fully documented C++ source code is also freely available. An
  31. example configuration is provided which aims to provide something
  32. that most will not need to modify, but the option is always there
  33. if you need it.</p>
  34. __PageEnd