7bfa779ba119f128e3f157b99e32c0fc8518802a.svn-base 1006 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 39 40
<DBXML>
	<TABLE name="tborrow_asset" status="" central="true" out="inquiry">
		<FIELD>borrowid</FIELD>
		<FIELD>employeeid</FIELD>
		<FIELD>companyid</FIELD>
		<FIELD>borrowdate</FIELD>	
		<FIELD>status</FIELD>	
		<FIELD>tdesc</FIELD>	
		<FIELD>edesc</FIELD>	
		<ORDER>
			<FIELD>borrowid</FIELD>
		</ORDER>
	</TABLE>
		<TABLE name="memployee" status="" central="false" out="record" issave="false" >
		<FIELD>employeeid</FIELD>
		<FIELD>companyid</FIELD>
		<FIELD>fname</FIELD>
		<FIELD>lname</FIELD>
		<FIELD>efname</FIELD>
		<FIELD>elname</FIELD>
		<FIELD>emp_prefix</FIELD>
		<FIELD>bu1</FIELD>
		<FIELD>bu2</FIELD>
		<FIELD>bu3</FIELD>
		<FIELD>emp_position</FIELD>
		<FIELD>emp_group</FIELD>
		<FIELD>workarea</FIELD>
	<ORDER>
			<FIELD>employeeid</FIELD>
		</ORDER>
	</TABLE>
		<TABLE name="mprefix" status="" central="memployee" out="record" issave="false">
		<FIELD>prefixid</FIELD>
		<FIELD>tdesc</FIELD>
		<FIELD>edesc</FIELD>
		<ORDER>
			<FIELD>prefixid</FIELD>
		</ORDER>
	</TABLE>		
 </DBXML>