<?xml version="1.0" encoding="Windows-1250"?>
<dat:dataPack id="zas002" ico="12345678" application="StwTest" version = "2.0" note="Import skladové zásoby" 
xmlns:dat="http://www.stormware.cz/schema/version_2/data.xsd" 
xmlns:stk="http://www.stormware.cz/schema/version_2/stock.xsd" 
xmlns:typ="http://www.stormware.cz/schema/version_2/type.xsd">
       
	<dat:dataPackItem id="ZAS001" version="2.0">
		<stk:stock version="2.0">
			<!--blok pro definici typu importu, pokud není uveden = jedna se o import noveho zaznamu-->
			<!--pokud je uveden, musime defonovat typ komunikace-->
			<stk:actionType>
				<!--import noveho zaznamu,element <add> je prazdny-->
				<stk:add></stk:add>
			</stk:actionType>
			
			<stk:stockHeader>
				<stk:stockType>card</stk:stockType>
				<stk:code>Monitor LCD</stk:code>
				<stk:EAN>94216416</stk:EAN>
				<stk:PLU>22</stk:PLU>
				<stk:isSales>true</stk:isSales>
				<stk:isSerialNumber>false</stk:isSerialNumber>
				<stk:isInternet>true</stk:isInternet>
				<stk:isBatch>true</stk:isBatch>
				<stk:purchasingRateVAT>high</stk:purchasingRateVAT>
				<stk:sellingRateVAT>high</stk:sellingRateVAT>
				<stk:name>Monitor LCD 226cw</stk:name>
				<stk:nameComplement>ISO 9001</stk:nameComplement>
				<stk:unit>ks</stk:unit>
				<stk:storage>
					<typ:ids>ZBOŽÍ/Elektro</typ:ids>
				</stk:storage>
				<stk:typePrice>
					<typ:ids>Ostatní</typ:ids>
				</stk:typePrice>
				<stk:purchasingPrice>3000</stk:purchasingPrice>
				<stk:sellingPrice>3600</stk:sellingPrice>
				<stk:limitMin>0</stk:limitMin>
				<stk:limitMax>0</stk:limitMax>
				<stk:mass>5.1</stk:mass>
				<stk:volume></stk:volume>
				<stk:supplier>
					<typ:id>25</typ:id>
				</stk:supplier>
				<stk:orderName></stk:orderName>
				<stk:orderQuantity>0</stk:orderQuantity>
				<stk:shortName>Eizo 1478</stk:shortName>	
				<stk:guaranteeType>year</stk:guaranteeType>
				<stk:guarantee>2</stk:guarantee>
				<stk:producer>Čermák s.r.o.</stk:producer>
				<stk:yield>646000</stk:yield>
				<stk:description>Popis 1</stk:description>
				<stk:description2>Popis 2</stk:description2>
				<stk:pictures>
					<stk:picture default="false">
						<stk:filepath>image1.jpg</stk:filepath>
						<stk:description>description image1</stk:description>
					</stk:picture>
					<stk:picture default="true">
						<stk:filepath>image2.jpg</stk:filepath>
						<stk:description>description image2</stk:description>
					</stk:picture>
					<stk:picture default="true">
						<stk:filepath>image3.jpg</stk:filepath>
						<stk:description>description image3</stk:description>
					</stk:picture>
					<stk:picture default="false">
						<stk:filepath>image4.jpg</stk:filepath>
						<stk:description>description image4</stk:description>
					</stk:picture>
				</stk:pictures>
				<stk:note>Načteno z XML.</stk:note>				
			</stk:stockHeader>
		</stk:stock>
	</dat:dataPackItem>
</dat:dataPack>
