|
@@ -0,0 +1,56 @@
|
|
1
|
+<html>
|
|
2
|
+ <head>
|
|
3
|
+ <title>Typica - Connecting to a database</title>
|
|
4
|
+ <link rel="stylesheet" type="text/css" href="../../style.css">
|
|
5
|
+ </head>
|
|
6
|
+ <body>
|
|
7
|
+ <div id="page">
|
|
8
|
+ <div id="topmatter">
|
|
9
|
+ <div id="topbanner">
|
|
10
|
+ <img src="../../logo96.png" height="96px" width="96px" alt="Typica logo" />
|
|
11
|
+ <h1>Typica</h1>
|
|
12
|
+ <h2>Data for Coffee Roasters</h2>
|
|
13
|
+ </div>
|
|
14
|
+ <div id="menu">
|
|
15
|
+ <a class="tab" href="../../index.html">Project Home</a>
|
|
16
|
+ <a class="tab" href="../../downloads.html" >Downloads</a>
|
|
17
|
+ <a class="tab active" >Documentation</a>
|
|
18
|
+ <a class="tab" href="../../screenshots.html" >Screenshots and Videos</a>
|
|
19
|
+ <a href="http://appliedcoffeetechnology.tumblr.com/tagged/Typica" class="tab">Blog</a>
|
|
20
|
+ </div>
|
|
21
|
+ </div>
|
|
22
|
+ <div id="maintext">
|
|
23
|
+ <h1>Manage Roasted Coffee Items</h1>
|
|
24
|
+ <img src="manageroasted.png" />
|
|
25
|
+
|
|
26
|
+ <p>When using the New Batch window to roast coffee, there is a
|
|
27
|
+ control to select which roasted coffee item you would like to
|
|
28
|
+ roast. Manage Roasted Coffee Items allows you to control which
|
|
29
|
+ items will appear in that list.</p>
|
|
30
|
+
|
|
31
|
+ <h2>Field descriptions</h2>
|
|
32
|
+
|
|
33
|
+ <h3>New Roasted Coffee</h3>
|
|
34
|
+ <p>If you want a completely new roasted coffee item, you can
|
|
35
|
+ type the name of the item in this field, click Add New Coffee,
|
|
36
|
+ and this will create a new roasted coffee item and add it to
|
|
37
|
+ the Current Items list.</p>
|
|
38
|
+
|
|
39
|
+ <h3>Current Items</h3>
|
|
40
|
+ <p>This is a list of all of the items that will appear in the
|
|
41
|
+ New Batch window. If you discontinue a roasted coffee item and
|
|
42
|
+ would like that to no longer appear as an option in the New
|
|
43
|
+ Batch window you can select the item and click Remove Item to
|
|
44
|
+ move that item to the Discontinued Items list.</p>
|
|
45
|
+
|
|
46
|
+ <h3>Discontinued Items</h3>
|
|
47
|
+ <p>This is a list of roasted coffee items which are not in the
|
|
48
|
+ Current Items list. If you have previously discontinued an item
|
|
49
|
+ and would like to bring that back as an option in the New Batch
|
|
50
|
+ window, you can select the item from this list and click Restore
|
|
51
|
+ Item.</p>
|
|
52
|
+
|
|
53
|
+ </div>
|
|
54
|
+ </div>
|
|
55
|
+ </body>
|
|
56
|
+</html>
|