<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=User%3AWoozle%2FStockFerret%2Funits</id>
	<title>User:Woozle/StockFerret/units - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=User%3AWoozle%2FStockFerret%2Funits"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=User:Woozle/StockFerret/units&amp;action=history"/>
	<updated>2026-09-25T20:57:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://htyp.org/mw/index.php?title=User:Woozle/StockFerret/units&amp;diff=19444&amp;oldid=prev</id>
		<title>Woozle: Created page with &quot;==About== * &#039;&#039;&#039;Purpose&#039;&#039;&#039;: units in stock * &#039;&#039;&#039;Adapted from&#039;&#039;&#039;: VbzCart/tables/stk items ==SQL== &lt;mysql&gt; CREATE TABLE `items` (   `ID`          INT          NOT NULL AUTO_...&quot;</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=User:Woozle/StockFerret/units&amp;diff=19444&amp;oldid=prev"/>
		<updated>2013-03-09T16:24:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==About== * &amp;#039;&amp;#039;&amp;#039;Purpose&amp;#039;&amp;#039;&amp;#039;: units in stock * &amp;#039;&amp;#039;&amp;#039;Adapted from&amp;#039;&amp;#039;&amp;#039;: &lt;a href=&quot;/VbzCart/tables/stk_items&quot; class=&quot;mw-redirect&quot; title=&quot;VbzCart/tables/stk items&quot;&gt;VbzCart/tables/stk items&lt;/a&gt; ==SQL== &amp;lt;mysql&amp;gt; CREATE TABLE `items` (   `ID`          INT          NOT NULL AUTO_...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==About==&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Purpose&amp;#039;&amp;#039;&amp;#039;: units in stock&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Adapted from&amp;#039;&amp;#039;&amp;#039;: [[VbzCart/tables/stk items]]&lt;br /&gt;
==SQL==&lt;br /&gt;
&amp;lt;mysql&amp;gt;&lt;br /&gt;
CREATE TABLE `items` (&lt;br /&gt;
  `ID`          INT          NOT NULL AUTO_INCREMENT,&lt;br /&gt;
  `ID_Place`    INT      DEFAULT NULL COMMENT &amp;#039;places.ID: which bin these items are in&amp;#039;,&lt;br /&gt;
  `ID_Item`     INT      DEFAULT NULL COMMENT &amp;#039;items.ID: which exact type of item&amp;#039;,&lt;br /&gt;
  `Qty`         INT      DEFAULT NULL,&lt;br /&gt;
  `WhenAdded`   DATETIME DEFAULT NULL COMMENT &amp;#039;when stock record was created for this item&amp;#039;,&lt;br /&gt;
  `WhenChanged` DATETIME DEFAULT NULL COMMENT &amp;quot;when the quantity for this record was last altered (e.g. stock rmvd, or a split)&amp;quot;,&lt;br /&gt;
  `WhenCounted` DATETIME DEFAULT NULL COMMENT &amp;quot;when this stock record was last verified by hand-count&amp;quot;,&lt;br /&gt;
  `CatNum`   VARCHAR(63) DEFAULT NULL COMMENT &amp;quot;catalog number on tag (official cat# can change over time)&amp;quot;,&lt;br /&gt;
   `Notes`      TEXT,&lt;br /&gt;
   PRIMARY KEY(`ID`)&lt;br /&gt;
 ) ENGINE = MYISAM;&lt;br /&gt;
&amp;lt;/mysql&amp;gt;&lt;/div&gt;</summary>
		<author><name>Woozle</name></author>
	</entry>
</feed>