12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <html>
- <head>
- <title>Typica - Update Inventory</title>
- <link rel="stylesheet" type="text/css" href="../../style.css">
- </head>
- <body>
- <div id="page">
- <div id="topmatter">
- <div id="topbanner">
- <img src="../../logo96.png" height="96px" width="96px" alt="Typica logo" />
- <h1>Typica</h1>
- <h2>Data for Coffee Roasters</h2>
- </div>
- <div id="menu">
- <a class="tab" href="../../index.html">Project Home</a>
- <a class="tab" href="../../downloads.html" >Downloads</a>
- <a class="tab active" >Documentation</a>
- <a class="tab" href="../../screenshots.html" >Screenshots and Videos</a>
- <a href="http://appliedcoffeetechnology.tumblr.com/tagged/Typica" class="tab">Blog</a>
- </div>
- </div>
- <div id="maintext">
- <h1>Update Inventory</h1>
-
- <img src="inventorytransaction.png" />
-
- <p>The Update Inventory window allows the creation of two
- different transaction types. An inentory transaction replaces
- the amount of a specified green coffee in inventory with a
- new value. This is mainly useful after roasting the last batch
- from a bag of green coffee to set the inventory to a whole
- number of bags.</p>
-
- <img src="losstransaction.png" />
-
- <p>A loss transaction subtracts the specified amount of a green
- coffee from inventory and allows you to indicate a reason for
- that loss.</p>
-
- </div>
- </div>
- </body>
- </html>
|