a053598bff4ae86fcc32db3a5e19d020a5715212.svn-base 932 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
<?xml version="1.0" encoding="TIS-620"?>
<DBXML>
	<TABLE name="er_wc_consult" status="central" central="true" out="record">
		<FIELD>codeid</FIELD>
		<FIELD>employeeid</FIELD>
		<FIELD>consulterid</FIELD>
		<FIELD>topic</FIELD>
		<FIELD>amswer</FIELD>
		<FIELD>consult_date</FIELD>
		<FIELD>consult_time</FIELD>
		<FIELD>companyid</FIELD>
		<ORDER>
			<FIELD>codeid</FIELD>
		</ORDER>
	</TABLE>
	<TABLE name="v1memployee" status="central" central="false" out="inquiry">
		<FIELD>employeeid</FIELD>
		<FIELD>fname</FIELD>
		<FIELD>lname</FIELD>
		<FIELD>emp_prefix</FIELD>
		<FIELD>companyid</FIELD>
		<ORDER>
			<FIELD>employeeid</FIELD>
		</ORDER>
	</TABLE>
	<TABLE name="v2memployee" status="central" central="false" out="inquiry">
		<FIELD>employeeid</FIELD>
		<FIELD>fname</FIELD>
		<FIELD>lname</FIELD>
		<FIELD>emp_prefix</FIELD>
		<FIELD>companyid</FIELD>
		<ORDER>
			<FIELD>employeeid</FIELD>
		</ORDER>
	</TABLE>
</DBXML>