Browse Source

Document inventory update

Neal Wilson 8 years ago
parent
commit
80e0fde954

+ 1
- 1
docs/documentation/part2.html View File

@@ -37,7 +37,7 @@
37 37
 					<li><a href="windowreference/logging.html">The Logging View</a></li>
38 38
 					<li><a>Purchase Green Coffee</a></li>
39 39
 					<li><a href="windowreference/manageroasted.html">Manage Roasted Coffee Items</a></li>
40
-					<li><a>Update Inventory</a></li>
40
+					<li><a href="windowreference/updateinventory.html">Update Inventory</a></li>
41 41
 					<li><a>Cupping</a></li>
42 42
 					<li><a>Import Target Roast Profiles</a></li>
43 43
 					<li><a>Enter Green Coffee Sales</a></li>

BIN
docs/documentation/windowreference/inventorytransaction.png View File


BIN
docs/documentation/windowreference/losstransaction.png View File


+ 1
- 1
docs/documentation/windowreference/manageroasted.html View File

@@ -1,6 +1,6 @@
1 1
 <html>
2 2
     <head>
3
-        <title>Typica - Connecting to a database</title>
3
+        <title>Typica - Manage Roasted Coffee Items</title>
4 4
         <link rel="stylesheet" type="text/css" href="../../style.css">
5 5
     </head>
6 6
     <body>

+ 43
- 0
docs/documentation/windowreference/updateinventory.html View File

@@ -0,0 +1,43 @@
1
+<html>
2
+    <head>
3
+        <title>Typica - Update Inventory</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>Update Inventory</h1>
24
+
25
+                <img src="inventorytransaction.png" />
26
+                
27
+                <p>The Update Inventory window allows the creation of two
28
+                different transaction types. An inentory transaction replaces
29
+                the amount of a specified green coffee in inventory with a
30
+                new value. This is mainly useful after roasting the last batch
31
+                from a bag of green coffee to set the inventory to a whole
32
+                number of bags.</p>
33
+
34
+                <img src="losstransaction.png" />
35
+
36
+                <p>A loss transaction subtracts the specified amount of a green
37
+                coffee from inventory and allows you to indicate a reason for
38
+                that loss.</p>
39
+
40
+            </div>
41
+        </div>
42
+    </body>
43
+</html>

Loading…
Cancel
Save