<?xml version="1.0" encoding="windows-1251"?>
<!-- Типы доставки -->
<table name="PO_Configurations">
<schema>
	<field name="id" type="INT" view="#"/>
	<field name="name" type="CHAR(40)" view="Сбор заказов"/>
	<field name="directory" type="CHAR(100)" view="Путь"/>
</schema>
<data>
<record>
	<f>1</f>
	<f>ООО "Элтокс АРМ"</f>
	<f>.\malysh</f>
</record>
<record>
	<f>2</f>
	<f>ООО Трамп</f>
	<f>.\demchik</f>
</record>
</data>
</table>
