<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikido.isoftdata.com//index.php?action=history&amp;feed=atom&amp;title=XML</id>
	<title>XML - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikido.isoftdata.com//index.php?action=history&amp;feed=atom&amp;title=XML"/>
	<link rel="alternate" type="text/html" href="https://wikido.isoftdata.com//index.php?title=XML&amp;action=history"/>
	<updated>2026-05-13T21:20:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://wikido.isoftdata.com//index.php?title=XML&amp;diff=542&amp;oldid=prev</id>
		<title>Duff: Created initial information based on the syntax used by the ITrack Pro importer extension</title>
		<link rel="alternate" type="text/html" href="https://wikido.isoftdata.com//index.php?title=XML&amp;diff=542&amp;oldid=prev"/>
		<updated>2009-03-04T23:43:08Z</updated>

		<summary type="html">&lt;p&gt;Created initial information based on the syntax used by the ITrack Pro importer extension&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[http://en.wikipedia.org/wiki/XML XML] stands for Extensible Markup Language.  It is essentially a simple format for communicating data in plain text.  Various parts of ITrack have the ability to save or load XML documents, which gives ITrack users the ability to pass data round to each other easily.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
Unless otherwise noted, ITrack should be able to handle any of the following values being missing.&lt;br /&gt;
&lt;br /&gt;
=== Documents ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;document &lt;br /&gt;
	taxrate=DECIMAL&lt;br /&gt;
	tax=STRING &lt;br /&gt;
	number=INTEGER&lt;br /&gt;
	type=STRING &amp;lt;!-- Such as invoice, quote, purchase order --&amp;gt;&lt;br /&gt;
	productcode=INTEGER &amp;lt;!-- of the company that saved the document --&amp;gt;&lt;br /&gt;
	&amp;gt;&lt;br /&gt;
	&amp;lt;!-- There can be any number of lineitems. --&amp;gt;&lt;br /&gt;
		&amp;lt;lineitem &lt;br /&gt;
			number=INTEGER&lt;br /&gt;
			description=STRING &lt;br /&gt;
			quantity=DECIMAL &lt;br /&gt;
			taxable=true/false &lt;br /&gt;
			price=DECIMAL &lt;br /&gt;
			pro_price=FLOAT &lt;br /&gt;
			pro_core=FLOAT&lt;br /&gt;
			selleraddress1=STRING&lt;br /&gt;
			selleraddress2=STRING&lt;br /&gt;
			sellercity=STRING&lt;br /&gt;
			sellerstate=STRING&lt;br /&gt;
			sellerzip=STRING&lt;br /&gt;
			sellerphone=STRING&lt;br /&gt;
			buyeraddress1=STRING&lt;br /&gt;
			buyeraddress2=STRING&lt;br /&gt;
			buyeraddress3=STRING&lt;br /&gt;
			buyercity=STRING&lt;br /&gt;
			buyerstate=STRING&lt;br /&gt;
			buyerzip=STRING&lt;br /&gt;
			buyerphone=STRING&lt;br /&gt;
		&amp;gt;&lt;br /&gt;
			[0 or 1 inventory records]&lt;br /&gt;
		&amp;lt;/lineitem&amp;gt;&lt;br /&gt;
&amp;lt;/document&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the pro_price or pro_core fields have values, the price field is ignored by ITrack Pro.&lt;br /&gt;
&lt;br /&gt;
=== Inventory ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;inventory &lt;br /&gt;
	typenumber=INTEGER &lt;br /&gt;
	partnumber=STRING &amp;lt;!-- refers to the user identifier (such as the Tag Number in ITrack), not the primary key of an inventory table --&amp;gt;&lt;br /&gt;
	partmanufacturer=STRING &lt;br /&gt;
	partmodel=STRING &lt;br /&gt;
	vehiclemake=STRING &lt;br /&gt;
	vehiclemodel=STRING&lt;br /&gt;
/&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Duff</name></author>
	</entry>
</feed>