45a97e32e9894f916f10d9665b64cdd36f575cbf.svn-base 973 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 37 38
<DBXML>
                <TABLE name="memployee" status="" central="true" out="record">
		<FIELD>employeeid</FIELD>
		<FIELD>companyid</FIELD>
		<FIELD>emp_prefix</FIELD>
		<FIELD>fname</FIELD>
		<FIELD>lname</FIELD>
		<FIELD>efname</FIELD>
		<FIELD>elname</FIELD>
		<FIELD>edit_date</FIELD>
		<FIELD>edit_time</FIELD>
		<FIELD>edit_by</FIELD>
		<FIELD>approve</FIELD>
		<FIELD>verified</FIELD>
		<ORDER>
			<FIELD>employeeid</FIELD>
		</ORDER>
	</TABLE> 
	<TABLE name="mempl_insurance" status="" central="false"  out="table" minorkey="insuranceid">
		<FIELD>employeeid</FIELD>
		<FIELD>companyid</FIELD>
		<FIELD>insuranceid</FIELD>
		<FIELD>insurance_desc</FIELD>
		<FIELD>benifitname</FIELD>
		<FIELD>relation</FIELD>
		<FIELD>active</FIELD>
		<FIELD>expire</FIELD>
		<FIELD>edit_by</FIELD> 
		<FIELD>edit_date</FIELD> 
		<FIELD>edit_time</FIELD> 
		<FIELD>approve</FIELD> 
		<FIELD>verified</FIELD> 
		<ORDER>
			<FIELD>employeeid</FIELD>
		</ORDER>
	</TABLE> 

</DBXML>