<?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=VbzCart%2Ftables%2Fevent_vc_bin</id>
	<title>VbzCart/tables/event vc bin - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=VbzCart%2Ftables%2Fevent_vc_bin"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=VbzCart/tables/event_vc_bin&amp;action=history"/>
	<updated>2026-06-25T19:13:15Z</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=VbzCart/tables/event_vc_bin&amp;diff=22530&amp;oldid=prev</id>
		<title>Woozle: Created page with &quot;==About== * &#039;&#039;&#039;Purpose&#039;&#039;&#039;: sub-event to work with Ferreteria&#039;s eventPlex (see Ferreteria/sql/event, Ferreteria/usage/events, other pages to be written) * &#039;&#039;&#039;Event&#039;&#039;&#039;:...&quot;</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=VbzCart/tables/event_vc_bin&amp;diff=22530&amp;oldid=prev"/>
		<updated>2017-04-18T00:12:05Z</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;: sub-event to work with Ferreteria&amp;#039;s eventPlex (see &lt;a href=&quot;/mw/index.php?title=Ferreteria/sql/event&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Ferreteria/sql/event (page does not exist)&quot;&gt;Ferreteria/sql/event&lt;/a&gt;, &lt;a href=&quot;/mw/index.php?title=Ferreteria/usage/events&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Ferreteria/usage/events (page does not exist)&quot;&gt;Ferreteria/usage/events&lt;/a&gt;, other pages to be written) * &amp;#039;&amp;#039;&amp;#039;Event&amp;#039;&amp;#039;&amp;#039;:...&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;: sub-event to work with Ferreteria&amp;#039;s eventPlex (see [[Ferreteria/sql/event]], [[Ferreteria/usage/events]], other pages to be written)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Event&amp;#039;&amp;#039;&amp;#039;: whenever a Bin is moved from one Place to another (or created or destroyed)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Replaces&amp;#039;&amp;#039;&amp;#039;: {{l/same|stk_bin_history}}&lt;br /&gt;
** Fields from original no longer needed:&lt;br /&gt;
*** WhenDone - handled by [[Ferreteria/sql/event]] (base event)&lt;br /&gt;
*** WhoAdmin - handled by {{l/same|event_vc_legacy}}&lt;br /&gt;
*** WhoSystem - handled by {{l/same|event_vc_legacy}}&lt;br /&gt;
*** WhoNetwork - handled by {{l/same|event_vc_legacy}}&lt;br /&gt;
*** Descr - handled by [[Ferreteria/sql/event]] (base event)&lt;br /&gt;
*** Notes - handled by [[Ferreteria/sql/event_notes]]&lt;br /&gt;
==History==&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;2017-04-17&amp;#039;&amp;#039;&amp;#039; started design&lt;br /&gt;
==SQL==&lt;br /&gt;
&amp;lt;mysql&amp;gt;CREATE TABLE `event_vc_bin` (&lt;br /&gt;
  `ID_Event`                INT NOT NULL COMMENT &amp;quot;event.ID of parent event&amp;quot;,&lt;br /&gt;
  `ID_Bin`                  INT NOT NULL COMMENT &amp;quot;stk_bins.ID of bin being moved&amp;quot;,&lt;br /&gt;
  `ID_Srce`                 INT NOT NULL COMMENT &amp;quot;stk_places.ID of where the bin came from (NULL = new bin)&amp;quot;,&lt;br /&gt;
  `ID_Dest`                 INT NOT NULL COMMENT &amp;quot;stk_places.ID of where the bin was moved to (NULL = bin destroyed)&amp;quot;,&lt;br /&gt;
  PRIMARY KEY (`ID_Event`)&lt;br /&gt;
) ENGINE = InnoDB;&amp;lt;/mysql&amp;gt;&lt;/div&gt;</summary>
		<author><name>Woozle</name></author>
	</entry>
</feed>