PRR011.xml 998 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 41
<?xml version="1.0" encoding="UTF-8"?>
<DBXML>
	<TABLE name="memployee" status="" central="true" out="inquiry">		
		<FIELD>employeeid</FIELD>
		<FIELD>companyid</FIELD>
		<FIELD>salatype</FIELD>
        <FIELD>emp_prefix</FIELD>
        <FIELD>fname</FIELD>
        <FIELD>lname</FIELD>	
		<FIELD>idtax</FIELD>		
		<FIELD>bu1</FIELD>		
		<ORDER>
			<FIELD>employeeid</FIELD>	
		</ORDER>		
	</TABLE>

	<TABLE name="tpvf_tran" status="" central="false" out="inquiry">
		<FIELD>employeeid</FIELD>
		<FIELD>companyid</FIELD>
		<FIELD>fundtableid</FIELD>
		<FIELD>idmember</FIELD>
		<FIELD>gendate</FIELD>
		<FIELD>compamount</FIELD>	
		<FIELD>emplamount</FIELD>	  
		<ORDER>
			<FIELD>employeeid</FIELD>
		</ORDER>
	</TABLE>

	<TABLE name="tpvf_his" status="" central="false" out="inquiry">
		<FIELD>employeeid</FIELD>
		<FIELD>companyid</FIELD>
		<FIELD>fundtableid</FIELD>
		<FIELD>idmember</FIELD>
		<FIELD>gendate</FIELD>  	  
		<ORDER>
			<FIELD>employeeid</FIELD>
		</ORDER>
	</TABLE>	

</DBXML>