Typica is a free program for professional coffee roasters. https://typica.us
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

cuppingsamplepoints.xml 608B

12345678910111213141516
  1. <window id="selectsamples">
  2. <layout type="vertical">
  3. <formarray id="form">
  4. <layout type="horizontal">
  5. <button type="check" name="Cup:" id="include" />
  6. <label>Time:</label>
  7. <line id="time" writable="false" />
  8. <label>Bean Temperature:</label>
  9. <line id="temp" writable="false" />
  10. <label>Annotation:</label>
  11. <line id="note" writable="false" />
  12. </layout>
  13. </formarray>
  14. <button id="select" name="Add to Session" type="push" />
  15. </layout>
  16. </window>