RU159.xml 40.8 KB
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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765
<?xml version="1.0" encoding="UTF-8"  ?>
<!-- Created with iReport - A designer for JasperReports -->
<!DOCTYPE jasperReport PUBLIC "//JasperReports//DTD Report Design//EN" "http://jasperreports.sourceforge.net/dtds/jasperreport.dtd">
<jasperReport
		 name="TEST"
		 columnCount="1"
		 printOrder="Vertical"
		 orientation="Portrait"
		 pageWidth="595"
		 pageHeight="842"
		 columnWidth="535"
		 columnSpacing="0"
		 leftMargin="30"
		 rightMargin="30"
		 topMargin="20"
		 bottomMargin="20"
		 whenNoDataType="NoPages"
		 isTitleNewPage="false"
		 isSummaryNewPage="false">
	<parameter name="REPORTHEADER" isForPrompting="true" class="java.lang.String">
		<parameterDescription><![CDATA[component]]></parameterDescription>
		<defaultValueExpression><![CDATA["รายงานทะเบียนประเภทบริษัท"]]></defaultValueExpression>
	</parameter>
	<parameter name="COMPANY" isForPrompting="true" class="java.lang.String">
		<parameterDescription><![CDATA[component]]></parameterDescription>
		<defaultValueExpression><![CDATA["CSC"]]></defaultValueExpression>
	</parameter>
	<parameter name="TOTAL" isForPrompting="true" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["TOTAL"]]></defaultValueExpression>
	</parameter>
	<parameter name="CODE" isForPrompting="true" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["CODE(S)"]]></defaultValueExpression>
	</parameter>
	<parameter name="SCREEN" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[component]]></parameterDescription>
		<defaultValueExpression><![CDATA["CS008"]]></defaultValueExpression>
	</parameter>
	<parameter name="TYPE" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["TYPE"]]></defaultValueExpression>
	</parameter>
	<parameter name="PAGE" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["PAGE"]]></defaultValueExpression>
	</parameter>
	<parameter name="RECORDS" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["RECORD(S)"]]></defaultValueExpression>
	</parameter>
	<parameter name="REQUESTID" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["RequestID"]]></defaultValueExpression>
	</parameter>
	<parameter name="RECRUIT" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["RECRUITMENT"]]></defaultValueExpression>
	</parameter>
	<parameter name="JOBCODE" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["Job Code"]]></defaultValueExpression>
	</parameter>
	<parameter name="NUMBEROFEMPLOYEE" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["Position Opened"]]></defaultValueExpression>
	</parameter>
	<parameter name="EMPLOYMENTTYPE" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["Employee Type"]]></defaultValueExpression>
	</parameter>
	<parameter name="STARTDATE" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["START DATE"]]></defaultValueExpression>
	</parameter>
	<parameter name="REQUESTSTATUS" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["Request Status"]]></defaultValueExpression>
	</parameter>
	<parameter name="FROM" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["From"]]></defaultValueExpression>
	</parameter>
	<parameter name="LANG" isForPrompting="true" class="java.lang.String">
		<parameterDescription><![CDATA[lang]]></parameterDescription>
		<defaultValueExpression><![CDATA[""]]></defaultValueExpression>
	</parameter>
	<parameter name="PERSONS" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["PERSONS"]]></defaultValueExpression>
	</parameter>
	<parameter name="POSITION" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["POSITION"]]></defaultValueExpression>
	</parameter>
	<parameter name="BALANCE" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["BALANCE"]]></defaultValueExpression>
	</parameter>
	<parameter name="VACANTPOSITION" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["NO-OF-VACANT-POSITION"]]></defaultValueExpression>
	</parameter>
	<parameter name="PERMANENT" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["PERMANENT"]]></defaultValueExpression>
	</parameter>
	<parameter name="TEMPORARY" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["TEMPORARY"]]></defaultValueExpression>
	</parameter>
	<parameter name="LESSTHAN1MOUNT" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["LESS THAN 1 MOUNT"]]></defaultValueExpression>
	</parameter>
	<parameter name="BETWEN1TO2MOUNTS" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["BETWEN 1 TO 2 MOUNTS"]]></defaultValueExpression>
	</parameter>
	<parameter name="OVER2MOUNTS" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["OVER 2 MOUNTS"]]></defaultValueExpression>
	</parameter>
	<parameter name="NEWREQUIRED" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["NEW REQUIRED"]]></defaultValueExpression>
	</parameter>
	<parameter name="NOOFVACANTPOSITION" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["NO OF VACANT POSITION"]]></defaultValueExpression>
	</parameter>
	<parameter name="DATE_INPUT" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[component]]></parameterDescription>
		<defaultValueExpression><![CDATA[""]]></defaultValueExpression>
	</parameter>
	<parameter name="UDF2" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[component]]></parameterDescription>
		<defaultValueExpression><![CDATA[""]]></defaultValueExpression>
	</parameter>
	<parameter name="OF" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["OF"]]></defaultValueExpression>
	</parameter>
	<parameter name="LASTMONTH" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["LAST MONTH"]]></defaultValueExpression>
	</parameter>
	<parameter name="RECRUITMENT" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["RECRUITMENT"]]></defaultValueExpression>
	</parameter>
	<parameter name="REQUIREMENT" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[label]]></parameterDescription>
		<defaultValueExpression><![CDATA["REQUIREMENT"]]></defaultValueExpression>
	</parameter>
	<parameter name="EMPLOYER" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[component]]></parameterDescription>
		<defaultValueExpression><![CDATA[""]]></defaultValueExpression>
	</parameter>
	<parameter name="WITNESS1" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[component]]></parameterDescription>
		<defaultValueExpression><![CDATA[""]]></defaultValueExpression>
	</parameter>
	<parameter name="WITNESS2" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[component]]></parameterDescription>
		<defaultValueExpression><![CDATA[""]]></defaultValueExpression>
	</parameter>
	<parameter name="EMPLOYER_POS" isForPrompting="false" class="java.lang.String">
		<parameterDescription><![CDATA[component]]></parameterDescription>
		<defaultValueExpression><![CDATA[""]]></defaultValueExpression>
	</parameter>
	<field name="mprovince__runno" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mprovince__runno]]></fieldDescription>
	</field>
	<field name="mprovince__long_ename" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mprovince__long_ename]]></fieldDescription>
	</field>
	<field name="mprovince__long_tname" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mprovince__long_tname]]></fieldDescription>
	</field>
	<field name="mprovince__provinceid" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mprovince__provinceid]]></fieldDescription>
	</field>
	<field name="csczipcode__runno" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by csczipcode__runno]]></fieldDescription>
	</field>
	<field name="csczipcode__verified" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by csczipcode__verified]]></fieldDescription>
	</field>
	<field name="csczipcode__province" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by csczipcode__province]]></fieldDescription>
	</field>
	<field name="csczipcode__eamphur" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by csczipcode__eamphur]]></fieldDescription>
	</field>
	<field name="csczipcode__tamphur" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by csczipcode__tamphur]]></fieldDescription>
	</field>
	<field name="csczipcode__zipcode" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by csczipcode__zipcode]]></fieldDescription>
	</field>
	<field name="mempl_addr__companyid" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__companyid]]></fieldDescription>
	</field>
	<field name="mempl_addr__verified" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__verified]]></fieldDescription>
	</field>
	<field name="mempl_addr__approve" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__approve]]></fieldDescription>
	</field>
	<field name="mempl_addr__edit_time" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__edit_time]]></fieldDescription>
	</field>
	<field name="mempl_addr__edit_date" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__edit_date]]></fieldDescription>
	</field>
	<field name="mempl_addr__edit_by" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__edit_by]]></fieldDescription>
	</field>
	<field name="mempl_addr__runno" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__runno]]></fieldDescription>
	</field>
	<field name="mempl_addr__fax" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__fax]]></fieldDescription>
	</field>
	<field name="mempl_addr__tel" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__tel]]></fieldDescription>
	</field>
	<field name="mempl_addr__amphur" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__amphur]]></fieldDescription>
	</field>
	<field name="mempl_addr__zipcode" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__zipcode]]></fieldDescription>
	</field>
	<field name="mempl_addr__eaddr" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__eaddr]]></fieldDescription>
	</field>
	<field name="mempl_addr__edistrict" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__edistrict]]></fieldDescription>
	</field>
	<field name="mempl_addr__evillage" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__evillage]]></fieldDescription>
	</field>
	<field name="mempl_addr__emoo" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__emoo]]></fieldDescription>
	</field>
	<field name="mempl_addr__esoi" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__esoi]]></fieldDescription>
	</field>
	<field name="mempl_addr__eroad" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__eroad]]></fieldDescription>
	</field>
	<field name="mempl_addr__efloor" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__efloor]]></fieldDescription>
	</field>
	<field name="mempl_addr__eroom_no" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__eroom_no]]></fieldDescription>
	</field>
	<field name="mempl_addr__taddr" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__taddr]]></fieldDescription>
	</field>
	<field name="mempl_addr__tdistrict" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__tdistrict]]></fieldDescription>
	</field>
	<field name="mempl_addr__tvillage" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__tvillage]]></fieldDescription>
	</field>
	<field name="mempl_addr__tmoo" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__tmoo]]></fieldDescription>
	</field>
	<field name="mempl_addr__tsoi" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__tsoi]]></fieldDescription>
	</field>
	<field name="mempl_addr__troad" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__troad]]></fieldDescription>
	</field>
	<field name="mempl_addr__tfloor" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__tfloor]]></fieldDescription>
	</field>
	<field name="mempl_addr__troom_no" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__troom_no]]></fieldDescription>
	</field>
	<field name="mempl_addr__addr_current" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__addr_current]]></fieldDescription>
	</field>
	<field name="mempl_addr__line_no" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__line_no]]></fieldDescription>
	</field>
	<field name="mempl_addr__employeeid" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mempl_addr__employeeid]]></fieldDescription>
	</field>
	<field name="mbu2__runno" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mbu2__runno]]></fieldDescription>
	</field>
	<field name="mbu2__verified" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mbu2__verified]]></fieldDescription>
	</field>
	<field name="mbu2__edesc" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mbu2__edesc]]></fieldDescription>
	</field>
	<field name="mbu2__tdesc" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mbu2__tdesc]]></fieldDescription>
	</field>
	<field name="mbu2__bu2id" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mbu2__bu2id]]></fieldDescription>
	</field>
	<field name="mcompany__runno" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mcompany__runno]]></fieldDescription>
	</field>
	<field name="mcompany__schema_name" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mcompany__schema_name]]></fieldDescription>
	</field>
	<field name="mcompany__db_name" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mcompany__db_name]]></fieldDescription>
	</field>
	<field name="mcompany__no_of_branch" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mcompany__no_of_branch]]></fieldDescription>
	</field>
	<field name="mcompany__website" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mcompany__website]]></fieldDescription>
	</field>
	<field name="mcompany__fax" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mcompany__fax]]></fieldDescription>
	</field>
	<field name="mcompany__tel" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mcompany__tel]]></fieldDescription>
	</field>
	<field name="mcompany__amphur" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mcompany__amphur]]></fieldDescription>
	</field>
	<field name="mcompany__zipcode" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mcompany__zipcode]]></fieldDescription>
	</field>
	<field name="mcompany__eroad" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mcompany__eroad]]></fieldDescription>
	</field>
	<field name="mcompany__troad" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mcompany__troad]]></fieldDescription>
	</field>
	<field name="mcompany__eaddr" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mcompany__eaddr]]></fieldDescription>
	</field>
	<field name="mcompany__taddr" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mcompany__taddr]]></fieldDescription>
	</field>
	<field name="mcompany__ename" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mcompany__ename]]></fieldDescription>
	</field>
	<field name="mcompany__tname" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mcompany__tname]]></fieldDescription>
	</field>
	<field name="mcompany__companyid" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mcompany__companyid]]></fieldDescription>
	</field>
	<field name="mposition__verified" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mposition__verified]]></fieldDescription>
	</field>
	<field name="mposition__approve" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mposition__approve]]></fieldDescription>
	</field>
	<field name="mposition__edit_time" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mposition__edit_time]]></fieldDescription>
	</field>
	<field name="mposition__edit_date" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mposition__edit_date]]></fieldDescription>
	</field>
	<field name="mposition__edit_by" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mposition__edit_by]]></fieldDescription>
	</field>
	<field name="mposition__edesc" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mposition__edesc]]></fieldDescription>
	</field>
	<field name="mposition__tdesc" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mposition__tdesc]]></fieldDescription>
	</field>
	<field name="mposition__positionid" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mposition__positionid]]></fieldDescription>
	</field>
	<field name="mprefix__verified" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mprefix__verified]]></fieldDescription>
	</field>
	<field name="mprefix__approve" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mprefix__approve]]></fieldDescription>
	</field>
	<field name="mprefix__edit_time" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mprefix__edit_time]]></fieldDescription>
	</field>
	<field name="mprefix__edit_date" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mprefix__edit_date]]></fieldDescription>
	</field>
	<field name="mprefix__edit_by" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mprefix__edit_by]]></fieldDescription>
	</field>
	<field name="mprefix__edesc" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mprefix__edesc]]></fieldDescription>
	</field>
	<field name="mprefix__tdesc" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mprefix__tdesc]]></fieldDescription>
	</field>
	<field name="mprefix__prefixid" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by mprefix__prefixid]]></fieldDescription>
	</field>
	<field name="memployee__runno" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by memployee__runno]]></fieldDescription>
	</field>
	<field name="memployee__approve_date" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by memployee__approve_date]]></fieldDescription>
	</field>
	<field name="memployee__prodate" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by memployee__prodate]]></fieldDescription>
	</field>
	<field name="memployee__firsthiredate" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by memployee__firsthiredate]]></fieldDescription>
	</field>
	<field name="memployee__birthday" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by memployee__birthday]]></fieldDescription>
	</field>
	<field name="memployee__bossid" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by memployee__bossid]]></fieldDescription>
	</field>
	<field name="memployee__emp_position" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by memployee__emp_position]]></fieldDescription>
	</field>
	<field name="memployee__bu2" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by memployee__bu2]]></fieldDescription>
	</field>
	<field name="memployee__salary" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by memployee__salary]]></fieldDescription>
	</field>
	<field name="memployee__emp_type" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by memployee__emp_type]]></fieldDescription>
	</field>
	<field name="memployee__elname" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by memployee__elname]]></fieldDescription>
	</field>
	<field name="memployee__efname" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by memployee__efname]]></fieldDescription>
	</field>
	<field name="memployee__lname" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by memployee__lname]]></fieldDescription>
	</field>
	<field name="memployee__fname" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by memployee__fname]]></fieldDescription>
	</field>
	<field name="memployee__emp_prefix" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by memployee__emp_prefix]]></fieldDescription>
	</field>
	<field name="memployee__companyid" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by memployee__companyid]]></fieldDescription>
	</field>
	<field name="memployee__employeeid" class="java.lang.String">
		<fieldDescription><![CDATA[Field returned by memployee__employeeid]]></fieldDescription>
	</field>
		<background>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</background>
		<title>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</title>
		<pageHeader>
			<band height="67"  isSplitAllowed="true" >
				<textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" >					<reportElement
						mode="Transparent"
						x="114"
						y="24"
						width="278"
						height="20"
						forecolor="#000000"
						backcolor="#FFFFFF"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="true"
						isRemoveLineWhenBlank="false"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="false"/>
					<textElement textAlignment="Center" verticalAlignment="Top" lineSpacing="Single">
						<font fontName="Cordia New" pdfFontName="CORDIA.TTF" size="14" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="true" pdfEncoding ="Identity-H" isStrikeThrough="false" />
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$P{REPORTHEADER}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" >					<reportElement
						mode="Transparent"
						x="114"
						y="3"
						width="278"
						height="20"
						forecolor="#000000"
						backcolor="#FFFFFF"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="true"
						isRemoveLineWhenBlank="false"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="false"/>
					<textElement textAlignment="Center" verticalAlignment="Top" lineSpacing="Single">
						<font fontName="Cordia New" pdfFontName="CORDIA.TTF" size="14" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="true" pdfEncoding ="Identity-H" isStrikeThrough="false" />
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA[$P{COMPANY}]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" >					<reportElement
						mode="Transparent"
						x="395"
						y="45"
						width="138"
						height="20"
						forecolor="#000000"
						backcolor="#FFFFFF"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="true"
						isRemoveLineWhenBlank="false"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="false"/>
					<textElement textAlignment="Right" verticalAlignment="Top" lineSpacing="Single">
						<font fontName="Cordia New" pdfFontName="CORDIA.TTF" size="14" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="true" pdfEncoding ="Identity-H" isStrikeThrough="false" />
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA["Date : "+$F{memployee__firsthiredate}]]></textFieldExpression>
				</textField>
			</band>
		</pageHeader>
		<columnHeader>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</columnHeader>
		<detail>
			<band height="396"  isSplitAllowed="true" >
				<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" >					<reportElement
						mode="Transparent"
						x="2"
						y="2"
						width="531"
						height="364"
						forecolor="#000000"
						backcolor="#FFFFFF"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="true"
						isRemoveLineWhenBlank="false"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="false"/>
					<textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single">
						<font fontName="Cordia New" pdfFontName="CORDIA.TTF" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="true" pdfEncoding ="Identity-H" isStrikeThrough="false" />
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA["      This contract is made between EASY BUY Public Company Limited located at 11, 13 Floor,"+
"Ramaland Building, 952 Rama IV Road, Suriyawongse, Bangrak, Bangkok 10500 Thailand by "+$P{EMPLOYER}+", "+
$P{EMPLOYER_POS}+". hereinafter refered to as the Employer and "+$F{mprefix__edesc}+" "+$F{memployee__efname}+" "+$F{memployee__elname}+
" address Room no "+$F{mempl_addr__eroom_no}+" Floor "+$F{mempl_addr__efloor}+" Moo "+$F{mempl_addr__emoo}+" Soi "+$F{mempl_addr__esoi}+
" village "+$F{mempl_addr__evillage}+" district "+$F{mempl_addr__edistrict}+" Amphur "+$F{csczipcode__eamphur}+" "+$F{mprovince__long_ename}+" "+$F{csczipcode__zipcode}+
" hereinafer referred to as the Employee. Employee agrees to work for the Employer according to the following terms:\n"+
"  1.   Employee is given in the position of "+$F{mposition__edesc}+" Officer, "+$F{mbu2__edesc}+" Dept. Probation period of the agreement is 119 days during "+$F{memployee__firsthiredate}+" to "+$F{memployee__approve_date}+"\n"+
"  2.   Basic salary of Employee is "+ new com.csc.library.report.ReportUDF().getDoubleFormat($F{memployee__salary},"") +" Bath ( "+ new com.csc.library.report.ReportUDF().money2Text($P{LANG},$F{memployee__salary})+" ) per month. The income tax will be responsible by Employee.\n"+
"  3.   During probation period if the performance is under the provided standard or the conduct of Employee is not satisfied, then, the Employer "+
"        may extend probation period or stop the employment with out prior notice. Employer will not pay any severance due to the dismissal or "+
"        cancellation of employment without prior notice.\n"+
"  4.   Company working hour is from 9:00 a.m. to 6:00 p.m. or be regulated by branch or department.\n"+
"  5.   For the suitability of knowledge and the ability of the Employee in working performance more efficiency, Employee is willing to be improved,"+
"        transferred of position, shifted of working hours and transferred of working place any time when Wmployer considers it is appropriate to do.\n"+
"  6.   Employee has to perform the work with his most ability, hoesty and must strictly comply with all regulations, notices and instructions, which "+
"        are already effictive and also those of future announcement.\n"+
"  7.   Employee will not behave/perform in any manner, which will cause damage direct or indirect to the Employer.\n"+
"  8.   Employee will not receive either gift/bribe/benefit of give out any advice to outsider related to the same business.\n"+
"  9.   As a security for the Performance according to this Contract, the Employee agrees to deposit cash(Deposit) without any encumbrances. And "+
"The Employer shall return the deposit to the Employee within 30 days of the termination of this Contract. The Employee agrees that the "+
"Employer shall deduct the Deposit, in case, the Employee cause any damages the Employee due to fail to performance its obligation specified "+
"in the Contract, and/or fail to repay the debt to the Employer. Or the Wmployee shall arrange Guarantor or Guarantee as specified in the Guarantee "+
"Contract.\n"+
"  10.  During employment or after end of employment, Employee agrees not to directly or indirectly disclose Employer confidential information, clients, its "+
"customers, invention to any other business which is the same or competitive with the Employer.\n"+
"  11.  During employment or after end of employment, Employee acknowledges and agrees that all inventions, discoveries, development, designs, "+
"         formulas shall be property of Employer and shall be inventions of Employer subject to the provisions of the Contract. Employee assigns to "+
"         Employer all right, title, and interest Employee may have in and to all inventions."]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" >					<reportElement
						mode="Transparent"
						x="3"
						y="373"
						width="530"
						height="20"
						forecolor="#000000"
						backcolor="#FFFFFF"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="true"
						isRemoveLineWhenBlank="false"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="false"/>
					<textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single">
						<font fontName="Cordia New" pdfFontName="CORDIA.TTF" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="true" pdfEncoding ="Identity-H" isStrikeThrough="false" />
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA["Both parties have and understood all statement contained in this contract and sign for reference."]]></textFieldExpression>
				</textField>
			</band>
		</detail>
		<columnFooter>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</columnFooter>
		<pageFooter>
			<band height="128"  isSplitAllowed="true" >
				<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" >					<reportElement
						mode="Transparent"
						x="3"
						y="2"
						width="261"
						height="20"
						forecolor="#000000"
						backcolor="#FFFFFF"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="true"
						isRemoveLineWhenBlank="false"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="false"/>
					<textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single">
						<font fontName="Cordia New" pdfFontName="CORDIA.TTF" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="true" pdfEncoding ="Identity-H" isStrikeThrough="false" />
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA["Signed............................................................................................Employer"]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" >					<reportElement
						mode="Transparent"
						x="271"
						y="2"
						width="261"
						height="20"
						forecolor="#000000"
						backcolor="#FFFFFF"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="true"
						isRemoveLineWhenBlank="false"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="false"/>
					<textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single">
						<font fontName="Cordia New" pdfFontName="CORDIA.TTF" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="true" pdfEncoding ="Identity-H" isStrikeThrough="false" />
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA["Signed............................................................................................Employee"]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" >					<reportElement
						mode="Transparent"
						x="3"
						y="23"
						width="261"
						height="20"
						forecolor="#000000"
						backcolor="#FFFFFF"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="true"
						isRemoveLineWhenBlank="false"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="false"/>
					<textElement textAlignment="Center" verticalAlignment="Top" lineSpacing="Single">
						<font fontName="Cordia New" pdfFontName="CORDIA.TTF" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="true" pdfEncoding ="Identity-H" isStrikeThrough="false" />
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA["( "+$P{EMPLOYER}+" )"]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" >					<reportElement
						mode="Transparent"
						x="271"
						y="23"
						width="261"
						height="20"
						forecolor="#000000"
						backcolor="#FFFFFF"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="true"
						isRemoveLineWhenBlank="false"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="false"/>
					<textElement textAlignment="Center" verticalAlignment="Top" lineSpacing="Single">
						<font fontName="Cordia New" pdfFontName="CORDIA.TTF" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="true" pdfEncoding ="Identity-H" isStrikeThrough="false" />
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA["( "+$F{mprefix__edesc}+" "+$F{memployee__efname}+" "+$F{memployee__elname}+" )"]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" >					<reportElement
						mode="Transparent"
						x="2"
						y="48"
						width="261"
						height="20"
						forecolor="#000000"
						backcolor="#FFFFFF"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="true"
						isRemoveLineWhenBlank="false"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="false"/>
					<textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single">
						<font fontName="Cordia New" pdfFontName="CORDIA.TTF" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="true" pdfEncoding ="Identity-H" isStrikeThrough="false" />
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA["Signed............................................................................................Witness"]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" >					<reportElement
						mode="Transparent"
						x="270"
						y="48"
						width="261"
						height="20"
						forecolor="#000000"
						backcolor="#FFFFFF"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="true"
						isRemoveLineWhenBlank="false"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="false"/>
					<textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single">
						<font fontName="Cordia New" pdfFontName="CORDIA.TTF" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="true" pdfEncoding ="Identity-H" isStrikeThrough="false" />
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA["Signed............................................................................................Witness"]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" >					<reportElement
						mode="Transparent"
						x="2"
						y="69"
						width="261"
						height="20"
						forecolor="#000000"
						backcolor="#FFFFFF"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="true"
						isRemoveLineWhenBlank="false"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="false"/>
					<textElement textAlignment="Center" verticalAlignment="Top" lineSpacing="Single">
						<font fontName="Cordia New" pdfFontName="CORDIA.TTF" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="true" pdfEncoding ="Identity-H" isStrikeThrough="false" />
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA["( "+$P{WITNESS1}+" )"]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" >					<reportElement
						mode="Transparent"
						x="270"
						y="69"
						width="261"
						height="20"
						forecolor="#000000"
						backcolor="#FFFFFF"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="true"
						isRemoveLineWhenBlank="false"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="false"/>
					<textElement textAlignment="Center" verticalAlignment="Top" lineSpacing="Single">
						<font fontName="Cordia New" pdfFontName="CORDIA.TTF" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="true" pdfEncoding ="Identity-H" isStrikeThrough="false" />
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA["( "+$P{WITNESS2}+" )"]]></textFieldExpression>
				</textField>
				<textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" >					<reportElement
						mode="Transparent"
						x="3"
						y="106"
						width="72"
						height="20"
						forecolor="#000000"
						backcolor="#FFFFFF"
						positionType="FixRelativeToTop"
						isPrintRepeatedValues="true"
						isRemoveLineWhenBlank="false"
						isPrintInFirstWholeBand="false"
						isPrintWhenDetailOverflows="false"/>
					<textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single">
						<font fontName="Cordia New" pdfFontName="CORDIA.TTF" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="true" pdfEncoding ="Identity-H" isStrikeThrough="false" />
					</textElement>
				<textFieldExpression   class="java.lang.String"><![CDATA["HR-EMP-001"]]></textFieldExpression>
				</textField>
			</band>
		</pageFooter>
		<summary>
			<band height="0"  isSplitAllowed="true" >
			</band>
		</summary>
</jasperReport>