Production Bonus attn Swing and Printing #12
|
@ -40,8 +40,8 @@ namespace HRM.Report
|
||||||
oDR["PARMANENTADDRESS"] = oDRow["PARMANENTADDRESS"];
|
oDR["PARMANENTADDRESS"] = oDRow["PARMANENTADDRESS"];
|
||||||
oDR["PRESENTADDRESS"] = oDRow["PRESENTADDRESS"];
|
oDR["PRESENTADDRESS"] = oDRow["PRESENTADDRESS"];
|
||||||
oDR["BIRTHDATE"] = Convert.ToDateTime(oDRow["BIRTHDATE"]).ToString("dd/MM/yyyy");
|
oDR["BIRTHDATE"] = Convert.ToDateTime(oDRow["BIRTHDATE"]).ToString("dd/MM/yyyy");
|
||||||
if (oDRow["PHOTO"] is not DBNull)
|
//if (oDRow["PHOTO"] is not DBNull)
|
||||||
oDR["PHOTO"] = Convert.ToBase64String((byte[])oDRow["PHOTO"]);
|
// oDR["PHOTO"] = Convert.ToBase64String((byte[])oDRow["PHOTO"]);
|
||||||
oDR["NIDNO"] = oDRow["NIDNO"];
|
oDR["NIDNO"] = oDRow["NIDNO"];
|
||||||
oDR["HEIGHT"] = oDRow["HEIGHT"];
|
oDR["HEIGHT"] = oDRow["HEIGHT"];
|
||||||
oDR["BLOODGROUP"] = GlobalExtensions.BloodGroupToFriendlyName((EnumBloodGroup)Enum.Parse(typeof(EnumBloodGroup),
|
oDR["BLOODGROUP"] = GlobalExtensions.BloodGroupToFriendlyName((EnumBloodGroup)Enum.Parse(typeof(EnumBloodGroup),
|
||||||
|
|
|
@ -42,6 +42,7 @@
|
||||||
<None Remove="Attendence\RDLC\rptMonthlyKPI.rdlc" />
|
<None Remove="Attendence\RDLC\rptMonthlyKPI.rdlc" />
|
||||||
<None Remove="RDLC\ActiveEmployeeDetail.rdlc" />
|
<None Remove="RDLC\ActiveEmployeeDetail.rdlc" />
|
||||||
<None Remove="RDLC\Advice.rdlc" />
|
<None Remove="RDLC\Advice.rdlc" />
|
||||||
|
<None Remove="RDLC\AllDigitalServiceBook.rdlc" />
|
||||||
<None Remove="RDLC\AllEmpTaxInfo.rdlc" />
|
<None Remove="RDLC\AllEmpTaxInfo.rdlc" />
|
||||||
<None Remove="RDLC\AllMedicalClaim.rdlc" />
|
<None Remove="RDLC\AllMedicalClaim.rdlc" />
|
||||||
<None Remove="RDLC\ApointmentLetterForStuff.rdlc" />
|
<None Remove="RDLC\ApointmentLetterForStuff.rdlc" />
|
||||||
|
@ -310,6 +311,7 @@
|
||||||
<EmbeddedResource Include="Attendence\RDLC\MultipleJobCardSub.rdlc" />
|
<EmbeddedResource Include="Attendence\RDLC\MultipleJobCardSub.rdlc" />
|
||||||
<EmbeddedResource Include="Attendence\RDLC\rptMonthlyKPI.rdlc" />
|
<EmbeddedResource Include="Attendence\RDLC\rptMonthlyKPI.rdlc" />
|
||||||
<EmbeddedResource Include="RDLC\ActiveEmployeeDetail.rdlc" />
|
<EmbeddedResource Include="RDLC\ActiveEmployeeDetail.rdlc" />
|
||||||
|
<EmbeddedResource Include="RDLC\AllDigitalServiceBook.rdlc" />
|
||||||
<EmbeddedResource Include="RDLC\AllEmpTaxInfo.rdlc" />
|
<EmbeddedResource Include="RDLC\AllEmpTaxInfo.rdlc" />
|
||||||
<EmbeddedResource Include="RDLC\AllMedicalClaim.rdlc" />
|
<EmbeddedResource Include="RDLC\AllMedicalClaim.rdlc" />
|
||||||
<EmbeddedResource Include="RDLC\ApointmentLetterForStuff.rdlc" />
|
<EmbeddedResource Include="RDLC\ApointmentLetterForStuff.rdlc" />
|
||||||
|
|
|
@ -247,10 +247,12 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="p-col-12 p-md-12 p-lg-8">
|
<div class="p-col-12 p-md-12 p-lg-8">
|
||||||
<input [(ngModel)]="hrEmployee.nationalID" formControlName="nationalId"
|
<input [(ngModel)]="hrEmployee.nationalID" formControlName="nationalId"
|
||||||
id="txtNationalId" pInputText style="width:84%" type="text" [readonly]="!active">
|
id="txtNationalId" pInputText style="width:84%" type="text">
|
||||||
|
<!-- [readonly]="!active" -->
|
||||||
<button class="k-button k-primary" kendoButton icon="k-i-attachment-45 k-i-clip-45"
|
<button class="k-button k-primary" kendoButton icon="k-i-attachment-45 k-i-clip-45"
|
||||||
style="width: 15.5%; vertical-align: bottom; padding: 16px;" [disabled]="!active"
|
style="width: 15.5%; vertical-align: bottom; padding: 16px;"
|
||||||
(click)="popUpAttachment('NID')"></button>
|
(click)="popUpAttachment('NID')"></button>
|
||||||
|
<!-- [disabled]="!active" -->
|
||||||
</div>
|
</div>
|
||||||
<div class="p-col-12 p-md-12 p-lg-4">
|
<div class="p-col-12 p-md-12 p-lg-4">
|
||||||
<label for="txtPassportNo">Passport No</label>
|
<label for="txtPassportNo">Passport No</label>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user