diff --git a/HRM.DA/DA/Employee/EmployeeDA.cs b/HRM.DA/DA/Employee/EmployeeDA.cs index eb8b221..466c1d7 100644 --- a/HRM.DA/DA/Employee/EmployeeDA.cs +++ b/HRM.DA/DA/Employee/EmployeeDA.cs @@ -3769,8 +3769,9 @@ AND ea.EMPLOYEEID=emp.EMPLOYEEID AND ea.LASTLEVEL=1),'') LastAcademic , { tc.CommandTimeOut = 60; string sSQL = SQLParser.MakeSQL(@"SELECT EMPLOYEEID, EMPLOYEENO, NAME, FATHERNAME, MOTHERNAME, SPOUSENAME, JOININGDATE, - DESIGNATION, BIRTHDATE, NIDNO, HEIGHT, BLOODGROUP, PARMANENTADDRESS, PARMANENTDISTRICT, - PARMANENTTHANA, PRESENTADDRESS, LMDESIGNATION, PHOTO, EDUCATIONLEVEL + DESIGNATION, BIRTHDATE, NIDNO, HEIGHT, BLOODGROUP, + PARMANENTADDRESS, PRESENTADDRESS, POSTOFFICEPA, DISTRICTPA,THANAPA,VILLAGEPA, ROADNOPA, WARDNOPA, POSTOFFICETA, DISTRICTTA, THANATA, VILLAGETA, ROADNOTA, WARDNOTA, + LMDESIGNATION, PHOTO, EDUCATIONLEVEL FROM dbo.VW_EMPDIGITALSERVICEBOOK WHERE EMPLOYEEID = %n", empID); return tc.ExecuteDataSet(sSQL); diff --git a/HRM.Report/Class/rptDigitalServiceBook.cs b/HRM.Report/Class/rptDigitalServiceBook.cs index d738b73..83bd4d2 100644 --- a/HRM.Report/Class/rptDigitalServiceBook.cs +++ b/HRM.Report/Class/rptDigitalServiceBook.cs @@ -60,8 +60,20 @@ namespace HRM.Report oDR["LMDESIGNATION"] = oDRow["LMDESIGNATION"]; //oDR["LMDESIGNATION"] = rptDigitalServiceBook.ConvertToBijoy(oDRow["LMDESIGNATION"].ToString()); oDR["EDUCATIONLEVEL"] = oDRow["EDUCATIONLEVEL"]; - oDR["PARMANENTDISTRICT"] = oDRow["PARMANENTDISTRICT"]; - oDR["PARMANENTTHANA"] = oDRow["PARMANENTTHANA"]; + + oDR["POSTOFFICEPA"] = oDRow["POSTOFFICEPA"]; + oDR["DISTRICTPA"] = oDRow["DISTRICTPA"]; + oDR["THANAPA"] = oDRow["THANAPA"]; + oDR["VILLAGEPA"] = oDRow["VILLAGEPA"]; + oDR["ROADNOPA"] = oDRow["ROADNOPA"]; + oDR["WARDNOPA"] = oDRow["WARDNOPA"]; + + oDR["POSTOFFICETA"] = oDRow["POSTOFFICETA"]; + oDR["DISTRICTTA"] = oDRow["DISTRICTTA"]; + oDR["THANATA"] = oDRow["THANATA"]; + oDR["VILLAGETA"] = oDRow["VILLAGETA"]; + oDR["ROADNOTA"] = oDRow["ROADNOTA"]; + oDR["WARDNOTA"] = oDRow["WARDNOTA"]; dTable.Rows.Add(oDR); diff --git a/HRM.Report/PayrollDataSet/DigitalServiceBookDataSet.Designer.cs b/HRM.Report/PayrollDataSet/DigitalServiceBookDataSet.Designer.cs index abbce0b..542fac9 100644 --- a/HRM.Report/PayrollDataSet/DigitalServiceBookDataSet.Designer.cs +++ b/HRM.Report/PayrollDataSet/DigitalServiceBookDataSet.Designer.cs @@ -49,6 +49,8 @@ namespace HRM.Report.PayrollDataSet { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + [System.ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called" + + " or extended by application code.", DiagnosticId="SYSLIB0051")] protected DigitalServiceBookDataSet(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context, false) { if ((this.IsBinarySerialized(info, context) == true)) { @@ -453,9 +455,29 @@ namespace HRM.Report.PayrollDataSet { private global::System.Data.DataColumn columnEDUCATIONLEVEL; - private global::System.Data.DataColumn columnPARMANENTDISTRICT; + private global::System.Data.DataColumn columnPOSTOFFICEPA; - private global::System.Data.DataColumn columnPARMANENTTHANA; + private global::System.Data.DataColumn columnDISTRICTPA; + + private global::System.Data.DataColumn columnTHANAPA; + + private global::System.Data.DataColumn columnVILLAGEPA; + + private global::System.Data.DataColumn columnROADNOPA; + + private global::System.Data.DataColumn columnWARDNOPA; + + private global::System.Data.DataColumn columnPOSTOFFICETA; + + private global::System.Data.DataColumn columnDISTRICTTA; + + private global::System.Data.DataColumn columnTHANATA; + + private global::System.Data.DataColumn columnVILLAGETA; + + private global::System.Data.DataColumn columnROADNOTA; + + private global::System.Data.DataColumn columnWARDNOTA; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] @@ -485,6 +507,8 @@ namespace HRM.Report.PayrollDataSet { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + [System.ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called" + + " or extended by application code.", DiagnosticId="SYSLIB0051")] protected EMPDigitalServiceBookDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); @@ -628,17 +652,97 @@ namespace HRM.Report.PayrollDataSet { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn PARMANENTDISTRICTColumn { + public global::System.Data.DataColumn POSTOFFICEPAColumn { get { - return this.columnPARMANENTDISTRICT; + return this.columnPOSTOFFICEPA; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public global::System.Data.DataColumn PARMANENTTHANAColumn { + public global::System.Data.DataColumn DISTRICTPAColumn { get { - return this.columnPARMANENTTHANA; + return this.columnDISTRICTPA; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public global::System.Data.DataColumn THANAPAColumn { + get { + return this.columnTHANAPA; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public global::System.Data.DataColumn VILLAGEPAColumn { + get { + return this.columnVILLAGEPA; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public global::System.Data.DataColumn ROADNOPAColumn { + get { + return this.columnROADNOPA; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public global::System.Data.DataColumn WARDNOPAColumn { + get { + return this.columnWARDNOPA; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public global::System.Data.DataColumn POSTOFFICETAColumn { + get { + return this.columnPOSTOFFICETA; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public global::System.Data.DataColumn DISTRICTTAColumn { + get { + return this.columnDISTRICTTA; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public global::System.Data.DataColumn THANATAColumn { + get { + return this.columnTHANATA; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public global::System.Data.DataColumn VILLAGETAColumn { + get { + return this.columnVILLAGETA; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public global::System.Data.DataColumn ROADNOTAColumn { + get { + return this.columnROADNOTA; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public global::System.Data.DataColumn WARDNOTAColumn { + get { + return this.columnWARDNOTA; } } @@ -697,8 +801,18 @@ namespace HRM.Report.PayrollDataSet { string BLOODGROUP, string LMDESIGNATION, string EDUCATIONLEVEL, - string PARMANENTDISTRICT, - string PARMANENTTHANA) { + string POSTOFFICEPA, + string DISTRICTPA, + string THANAPA, + string VILLAGEPA, + string ROADNOPA, + string WARDNOPA, + string POSTOFFICETA, + string DISTRICTTA, + string THANATA, + string VILLAGETA, + string ROADNOTA, + string WARDNOTA) { EMPDigitalServiceBookRow rowEMPDigitalServiceBookRow = ((EMPDigitalServiceBookRow)(this.NewRow())); object[] columnValuesArray = new object[] { EMPLOYEEID, @@ -718,8 +832,18 @@ namespace HRM.Report.PayrollDataSet { BLOODGROUP, LMDESIGNATION, EDUCATIONLEVEL, - PARMANENTDISTRICT, - PARMANENTTHANA}; + POSTOFFICEPA, + DISTRICTPA, + THANAPA, + VILLAGEPA, + ROADNOPA, + WARDNOPA, + POSTOFFICETA, + DISTRICTTA, + THANATA, + VILLAGETA, + ROADNOTA, + WARDNOTA}; rowEMPDigitalServiceBookRow.ItemArray = columnValuesArray; this.Rows.Add(rowEMPDigitalServiceBookRow); return rowEMPDigitalServiceBookRow; @@ -759,8 +883,18 @@ namespace HRM.Report.PayrollDataSet { this.columnBLOODGROUP = base.Columns["BLOODGROUP"]; this.columnLMDESIGNATION = base.Columns["LMDESIGNATION"]; this.columnEDUCATIONLEVEL = base.Columns["EDUCATIONLEVEL"]; - this.columnPARMANENTDISTRICT = base.Columns["PARMANENTDISTRICT"]; - this.columnPARMANENTTHANA = base.Columns["PARMANENTTHANA"]; + this.columnPOSTOFFICEPA = base.Columns["POSTOFFICEPA"]; + this.columnDISTRICTPA = base.Columns["DISTRICTPA"]; + this.columnTHANAPA = base.Columns["THANAPA"]; + this.columnVILLAGEPA = base.Columns["VILLAGEPA"]; + this.columnROADNOPA = base.Columns["ROADNOPA"]; + this.columnWARDNOPA = base.Columns["WARDNOPA"]; + this.columnPOSTOFFICETA = base.Columns["POSTOFFICETA"]; + this.columnDISTRICTTA = base.Columns["DISTRICTTA"]; + this.columnTHANATA = base.Columns["THANATA"]; + this.columnVILLAGETA = base.Columns["VILLAGETA"]; + this.columnROADNOTA = base.Columns["ROADNOTA"]; + this.columnWARDNOTA = base.Columns["WARDNOTA"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -800,10 +934,30 @@ namespace HRM.Report.PayrollDataSet { base.Columns.Add(this.columnLMDESIGNATION); this.columnEDUCATIONLEVEL = new global::System.Data.DataColumn("EDUCATIONLEVEL", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEDUCATIONLEVEL); - this.columnPARMANENTDISTRICT = new global::System.Data.DataColumn("PARMANENTDISTRICT", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnPARMANENTDISTRICT); - this.columnPARMANENTTHANA = new global::System.Data.DataColumn("PARMANENTTHANA", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnPARMANENTTHANA); + this.columnPOSTOFFICEPA = new global::System.Data.DataColumn("POSTOFFICEPA", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnPOSTOFFICEPA); + this.columnDISTRICTPA = new global::System.Data.DataColumn("DISTRICTPA", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDISTRICTPA); + this.columnTHANAPA = new global::System.Data.DataColumn("THANAPA", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnTHANAPA); + this.columnVILLAGEPA = new global::System.Data.DataColumn("VILLAGEPA", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnVILLAGEPA); + this.columnROADNOPA = new global::System.Data.DataColumn("ROADNOPA", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnROADNOPA); + this.columnWARDNOPA = new global::System.Data.DataColumn("WARDNOPA", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnWARDNOPA); + this.columnPOSTOFFICETA = new global::System.Data.DataColumn("POSTOFFICETA", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnPOSTOFFICETA); + this.columnDISTRICTTA = new global::System.Data.DataColumn("DISTRICTTA", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDISTRICTTA); + this.columnTHANATA = new global::System.Data.DataColumn("THANATA", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnTHANATA); + this.columnVILLAGETA = new global::System.Data.DataColumn("VILLAGETA", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnVILLAGETA); + this.columnROADNOTA = new global::System.Data.DataColumn("ROADNOTA", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnROADNOTA); + this.columnWARDNOTA = new global::System.Data.DataColumn("WARDNOTA", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnWARDNOTA); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -969,6 +1123,8 @@ namespace HRM.Report.PayrollDataSet { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + [System.ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called" + + " or extended by application code.", DiagnosticId="SYSLIB0051")] protected SystemInformationDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); @@ -1232,6 +1388,8 @@ namespace HRM.Report.PayrollDataSet { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + [System.ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called" + + " or extended by application code.", DiagnosticId="SYSLIB0051")] protected LeaveEntryDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); @@ -1513,6 +1671,8 @@ namespace HRM.Report.PayrollDataSet { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + [System.ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called" + + " or extended by application code.", DiagnosticId="SYSLIB0051")] protected EMPLifecycleDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); @@ -1822,6 +1982,8 @@ namespace HRM.Report.PayrollDataSet { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + [System.ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called" + + " or extended by application code.", DiagnosticId="SYSLIB0051")] protected ComplainDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); @@ -2335,35 +2497,193 @@ namespace HRM.Report.PayrollDataSet { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string PARMANENTDISTRICT { + public string POSTOFFICEPA { get { try { - return ((string)(this[this.tableEMPDigitalServiceBook.PARMANENTDISTRICTColumn])); + return ((string)(this[this.tableEMPDigitalServiceBook.POSTOFFICEPAColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'PARMANENTDISTRICT\' in table \'EMPDigitalServiceBook\' is DBNu" + - "ll.", e); + throw new global::System.Data.StrongTypingException("The value for column \'POSTOFFICEPA\' in table \'EMPDigitalServiceBook\' is DBNull.", e); } } set { - this[this.tableEMPDigitalServiceBook.PARMANENTDISTRICTColumn] = value; + this[this.tableEMPDigitalServiceBook.POSTOFFICEPAColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public string PARMANENTTHANA { + public string DISTRICTPA { get { try { - return ((string)(this[this.tableEMPDigitalServiceBook.PARMANENTTHANAColumn])); + return ((string)(this[this.tableEMPDigitalServiceBook.DISTRICTPAColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'PARMANENTTHANA\' in table \'EMPDigitalServiceBook\' is DBNull." + - "", e); + throw new global::System.Data.StrongTypingException("The value for column \'DISTRICTPA\' in table \'EMPDigitalServiceBook\' is DBNull.", e); } } set { - this[this.tableEMPDigitalServiceBook.PARMANENTTHANAColumn] = value; + this[this.tableEMPDigitalServiceBook.DISTRICTPAColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public string THANAPA { + get { + try { + return ((string)(this[this.tableEMPDigitalServiceBook.THANAPAColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'THANAPA\' in table \'EMPDigitalServiceBook\' is DBNull.", e); + } + } + set { + this[this.tableEMPDigitalServiceBook.THANAPAColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public string VILLAGEPA { + get { + try { + return ((string)(this[this.tableEMPDigitalServiceBook.VILLAGEPAColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'VILLAGEPA\' in table \'EMPDigitalServiceBook\' is DBNull.", e); + } + } + set { + this[this.tableEMPDigitalServiceBook.VILLAGEPAColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public string ROADNOPA { + get { + try { + return ((string)(this[this.tableEMPDigitalServiceBook.ROADNOPAColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'ROADNOPA\' in table \'EMPDigitalServiceBook\' is DBNull.", e); + } + } + set { + this[this.tableEMPDigitalServiceBook.ROADNOPAColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public string WARDNOPA { + get { + try { + return ((string)(this[this.tableEMPDigitalServiceBook.WARDNOPAColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'WARDNOPA\' in table \'EMPDigitalServiceBook\' is DBNull.", e); + } + } + set { + this[this.tableEMPDigitalServiceBook.WARDNOPAColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public string POSTOFFICETA { + get { + try { + return ((string)(this[this.tableEMPDigitalServiceBook.POSTOFFICETAColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'POSTOFFICETA\' in table \'EMPDigitalServiceBook\' is DBNull.", e); + } + } + set { + this[this.tableEMPDigitalServiceBook.POSTOFFICETAColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public string DISTRICTTA { + get { + try { + return ((string)(this[this.tableEMPDigitalServiceBook.DISTRICTTAColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'DISTRICTTA\' in table \'EMPDigitalServiceBook\' is DBNull.", e); + } + } + set { + this[this.tableEMPDigitalServiceBook.DISTRICTTAColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public string THANATA { + get { + try { + return ((string)(this[this.tableEMPDigitalServiceBook.THANATAColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'THANATA\' in table \'EMPDigitalServiceBook\' is DBNull.", e); + } + } + set { + this[this.tableEMPDigitalServiceBook.THANATAColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public string VILLAGETA { + get { + try { + return ((string)(this[this.tableEMPDigitalServiceBook.VILLAGETAColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'VILLAGETA\' in table \'EMPDigitalServiceBook\' is DBNull.", e); + } + } + set { + this[this.tableEMPDigitalServiceBook.VILLAGETAColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public string ROADNOTA { + get { + try { + return ((string)(this[this.tableEMPDigitalServiceBook.ROADNOTAColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'ROADNOTA\' in table \'EMPDigitalServiceBook\' is DBNull.", e); + } + } + set { + this[this.tableEMPDigitalServiceBook.ROADNOTAColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public string WARDNOTA { + get { + try { + return ((string)(this[this.tableEMPDigitalServiceBook.WARDNOTAColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'WARDNOTA\' in table \'EMPDigitalServiceBook\' is DBNull.", e); + } + } + set { + this[this.tableEMPDigitalServiceBook.WARDNOTAColumn] = value; } } @@ -2573,26 +2893,146 @@ namespace HRM.Report.PayrollDataSet { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsPARMANENTDISTRICTNull() { - return this.IsNull(this.tableEMPDigitalServiceBook.PARMANENTDISTRICTColumn); + public bool IsPOSTOFFICEPANull() { + return this.IsNull(this.tableEMPDigitalServiceBook.POSTOFFICEPAColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetPARMANENTDISTRICTNull() { - this[this.tableEMPDigitalServiceBook.PARMANENTDISTRICTColumn] = global::System.Convert.DBNull; + public void SetPOSTOFFICEPANull() { + this[this.tableEMPDigitalServiceBook.POSTOFFICEPAColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public bool IsPARMANENTTHANANull() { - return this.IsNull(this.tableEMPDigitalServiceBook.PARMANENTTHANAColumn); + public bool IsDISTRICTPANull() { + return this.IsNull(this.tableEMPDigitalServiceBook.DISTRICTPAColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] - public void SetPARMANENTTHANANull() { - this[this.tableEMPDigitalServiceBook.PARMANENTTHANAColumn] = global::System.Convert.DBNull; + public void SetDISTRICTPANull() { + this[this.tableEMPDigitalServiceBook.DISTRICTPAColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public bool IsTHANAPANull() { + return this.IsNull(this.tableEMPDigitalServiceBook.THANAPAColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public void SetTHANAPANull() { + this[this.tableEMPDigitalServiceBook.THANAPAColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public bool IsVILLAGEPANull() { + return this.IsNull(this.tableEMPDigitalServiceBook.VILLAGEPAColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public void SetVILLAGEPANull() { + this[this.tableEMPDigitalServiceBook.VILLAGEPAColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public bool IsROADNOPANull() { + return this.IsNull(this.tableEMPDigitalServiceBook.ROADNOPAColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public void SetROADNOPANull() { + this[this.tableEMPDigitalServiceBook.ROADNOPAColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public bool IsWARDNOPANull() { + return this.IsNull(this.tableEMPDigitalServiceBook.WARDNOPAColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public void SetWARDNOPANull() { + this[this.tableEMPDigitalServiceBook.WARDNOPAColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public bool IsPOSTOFFICETANull() { + return this.IsNull(this.tableEMPDigitalServiceBook.POSTOFFICETAColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public void SetPOSTOFFICETANull() { + this[this.tableEMPDigitalServiceBook.POSTOFFICETAColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public bool IsDISTRICTTANull() { + return this.IsNull(this.tableEMPDigitalServiceBook.DISTRICTTAColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public void SetDISTRICTTANull() { + this[this.tableEMPDigitalServiceBook.DISTRICTTAColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public bool IsTHANATANull() { + return this.IsNull(this.tableEMPDigitalServiceBook.THANATAColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public void SetTHANATANull() { + this[this.tableEMPDigitalServiceBook.THANATAColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public bool IsVILLAGETANull() { + return this.IsNull(this.tableEMPDigitalServiceBook.VILLAGETAColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public void SetVILLAGETANull() { + this[this.tableEMPDigitalServiceBook.VILLAGETAColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public bool IsROADNOTANull() { + return this.IsNull(this.tableEMPDigitalServiceBook.ROADNOTAColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public void SetROADNOTANull() { + this[this.tableEMPDigitalServiceBook.ROADNOTAColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public bool IsWARDNOTANull() { + return this.IsNull(this.tableEMPDigitalServiceBook.WARDNOTAColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] + public void SetWARDNOTANull() { + this[this.tableEMPDigitalServiceBook.WARDNOTAColumn] = global::System.Convert.DBNull; } } diff --git a/HRM.Report/PayrollDataSet/DigitalServiceBookDataSet.xsd b/HRM.Report/PayrollDataSet/DigitalServiceBookDataSet.xsd index 3bec09b..2ba45f5 100644 --- a/HRM.Report/PayrollDataSet/DigitalServiceBookDataSet.xsd +++ b/HRM.Report/PayrollDataSet/DigitalServiceBookDataSet.xsd @@ -12,65 +12,75 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - + + - + - - - + + + - + - - - - - - + + + + + + - + - - + + diff --git a/HRM.Report/PayrollDataSet/DigitalServiceBookDataSet.xss b/HRM.Report/PayrollDataSet/DigitalServiceBookDataSet.xss index 294741f..0f09b51 100644 --- a/HRM.Report/PayrollDataSet/DigitalServiceBookDataSet.xss +++ b/HRM.Report/PayrollDataSet/DigitalServiceBookDataSet.xss @@ -4,7 +4,7 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - + diff --git a/HRM.Report/RDLC/DigitalServiceBook - Backup.rdlc b/HRM.Report/RDLC/DigitalServiceBook - Backup.rdlc new file mode 100644 index 0000000..75e28f1 --- /dev/null +++ b/HRM.Report/RDLC/DigitalServiceBook - Backup.rdlc @@ -0,0 +1,6492 @@ + + + 0 + + + + System.Data.DataSet + /* Local Connection */ + + d39c60b2-8a79-4bb8-aed2-7927b2b3603a + + + + + + DigitalServiceBookDataSet + /* Local Query */ + + + + EMPLOYEEID + System.String + + + EMPLOYEENO + System.String + + + NAME + System.String + + + FATHERNAME + System.String + + + MOTHERNAME + System.String + + + SPOUSENAME + System.String + + + JOININGDATE + System.String + + + DESIGNATION + System.String + + + PARMANENTADDRESS + System.String + + + PRESENTADDRESS + System.String + + + BIRTHDATE + System.String + + + PHOTO + System.String + + + NIDNO + System.String + + + HEIGHT + System.String + + + BLOODGROUP + System.String + + + LMDESIGNATION + System.String + + + EDUCATIONLEVEL + System.String + + + PARMANENTDISTRICT + System.String + + + PARMANENTTHANA + System.String + + + + DigitalServiceBookDataSet + D:\LOCAL\SanofiNew\HRM.Report\PayrollDataSet\DigitalServiceBookDataSet.xsd + EMPDigitalServiceBook + + + + + + + + DigitalServiceBookDataSet + /* Local Query */ + + + + NAME + System.String + + + CORPORATEADDRESS + System.String + + + + DigitalServiceBookDataSet + D:\LOCAL\SanofiNew\HRM.Report\PayrollDataSet\DigitalServiceBookDataSet.xsd + SystemInformation + + + + + + + + DigitalServiceBookDataSet + /* Local Query */ + + + + EFFECTDATE + System.String + + + DESIGNATION + System.String + + + BASICSALARY + System.String + + + HOUSERENT + System.String + + + MEDICAL + System.String + + + BONUS + System.String + + + + DigitalServiceBookDataSet + D:\SVN\cel.hrm\branches\SanofiNew\HRM.Report\PayrollDataSet\DigitalServiceBookDataSet.xsd + EMPLifecycle + + + + + + + + DigitalServiceBookDataSet + /* Local Query */ + + + + FROMDATE + System.String + + + TODATE + System.String + + + TOTALDAYS + System.String + + + + DigitalServiceBookDataSet + D:\LOCAL\SanofiNew\HRM.Report\PayrollDataSet\DigitalServiceBookDataSet.xsd + LeaveEntry + + + + + + + + DigitalServiceBookDataSet + /* Local Query */ + + + + EFFECTDATE + System.String + + + DESCRIPTION + System.String + + + + DigitalServiceBookDataSet + D:\LOCAL\SanofiNew\HRM.Report\PayrollDataSet\DigitalServiceBookDataSet.xsd + Complain + + + + + + + + + + + + + + + 2.97669in + + + 2.97669in + + + + + 0.26191in + + + + + true + true + + + + + gvwj‡Ki Ask + + + + + + + Textbox278 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + kªwg‡Ki Ask + + + + + + + Textbox279 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.26191in + + + + + true + true + + + + + + + + + + + + Textbox80 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + + + + + + + + Textbox76 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.26191in + + + + + true + true + + + + + µwgK bs: + + + + =Fields!EMPLOYEENO.Value + + + + + + + + ZvwiL: + + + + =Convert.ToDateTime(DateTime.Now).ToString("dd/MM/yyyy") + + + + + + + Textbox86 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + µwgK bs: + + + + =Fields!EMPLOYEENO.Value + + + + + + + + ZvwiL: + + + + =Convert.ToDateTime(DateTime.Now).ToString("dd/MM/yyyy") + + + + + + + Textbox87 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.26191in + + + + + true + true + + + + + hvnvi wbKU nB‡Z MÖnY Kiv nBqv‡Q: + + + + + + + Textbox303 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + hvnvi wbKU nB‡Z MÖnY Kiv nBqv‡Q: + + + + + + + Textbox304 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.26191in + + + + + true + true + + + + + 1| bvg: + + + + =Fields!NAME.Value + + + + + + + Textbox92 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + 1| bvg: + + + + =Fields!NAME.Value + + + + + + + Textbox93 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.26191in + + + + + true + true + + + + + 2| wcZvi bvg: + + + + =Fields!FATHERNAME.Value + + + + + + + Textbox98 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + 2| wcZvi bvg: + + + + =Fields!FATHERNAME.Value + + + + + + + Textbox99 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.26191in + + + + + true + true + + + + + 3| gvZvi bvg: + + + + =Fields!MOTHERNAME.Value + + + + + + + Textbox285 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + 3| gvZvi bvg: + + + + =Fields!MOTHERNAME.Value + + + + + + + Textbox286 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.26191in + + + + + true + true + + + + + 4| c‡`i bvg: + + + + =Fields!DESIGNATION.Value + + + + + + + Textbox283 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + 4| c‡`i bvg: + + + + =Fields!DESIGNATION.Value + + + + + + + Textbox284 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.52233in + + + + + true + true + + + + + 5| wVKvbv/emev‡mi ¯’vb: + + + + =Fields!PRESENTADDRESS.Value + + + + + + + PRESENTADDRESS + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + 5| wVKvbv/emev‡mi ¯’vb: + + + + =Fields!PRESENTADDRESS.Value + + + + + + + Textbox288 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.48066in + + + + + true + true + + + + + wbivc‡` i¶bv‡e¶Y I Z_¨ wjwce× Kwievi Rb¨ mvwi&fm ewn Rgv †bIqv nBj | + + + + + + + Textbox291 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + wbivc‡` i¶bv‡e¶Y I Z_¨ wjwce× Kwievi Rb¨ mvwf©m ewn Rgv †bIqv nBj | + + + + + + + Textbox292 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.26191in + + + + + true + true + + + + + + + + + + + + Textbox293 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + + + + + + + + Textbox294 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.26191in + + + + + true + true + + + + + gvwj‡Ki/e¨e¯’vc‡Ki mv¶i + + + + + + + Textbox295 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + gvwj‡Ki/e¨e¯’vc‡Ki mv¶i + + + + + + + Textbox296 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.26191in + + + + + true + true + + + + + c`gh©v`v : + + + + =Fields!LMDESIGNATION.Value + + + + + + + Textbox297 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + c`gh©v`v : + + + + =Fields!LMDESIGNATION.Value + + + + + + + LMDESIGNATION + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.26191in + + + + + true + true + + + + + + + + + + + + Textbox299 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + + + + + + + + Textbox300 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + + + + + + + + + + + After + + + + + + + + + + + + + + + + + + + + + + EMPDigitalServiceBook + 4.48042cm + 1.8208cm + 4.14591in + 5.95338in + + + + + + + + + [aviv 7 Ges wewa 20 (1) I (2) `ªóe¨] mvwf©m ewn + + + + + + + 10.32292in + 2.72187in + 0.65625in + 1.96875in + 1 + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + (K) cÖ_g fvM, c„ôv-1 + + + + + + + + + kªwgK‡K mbv³Ki‡Yi Z_¨ + + + + + + + 11.12848in + 2.72187in + 0.45833in + 1.96875in + 2 + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + 1| kªwg‡Ki bvg: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + 2| wcZvi bvg: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + 3| gvZvi bvg: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + 4| ¯^vgx ev ¯¿xi bvg (c«‡hvR¨ †¶‡Î): + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + 5| ¯’vqx wVKvbv: MÖvg ev gnjøv ev evwo: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + WvKNi: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + Dc‡Rjv: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + 6| eZ©gvb wVKvbv: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + + + + + + + + Black + + 1pt + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + 7| Rb¥ ZvwiL/eqm: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + 8| RvZxq cwiPqcÎ bs (hw` _v‡K): + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + 9| wk¶vMZ †hvM¨Zv: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + 10| cÖwk¶Y ev we‡kl `¶Zv (hw` _v‡K): + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + 11| D”PZv: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + 12| i‡³i MÖyc (hw` _v‡K): + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + 13| mbv³ Kwievi Rb¨ we‡kl †Kvb wPý (hw` _v‡K): + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + 14| mvwf©m ewn Lywjevi ZvwiL: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + 15| evg nv‡Zi e„×v½yjxi Qvc: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + kªwg‡Ki ¯^v¶i + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + gvwjK/e¨e¯’vcbv KZ…©c‡¶i ¯^v¶i + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + + + + + + + + Black + + 1pt + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + iv¯Ív: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + + + + + + + + Black + + 1pt + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + =First(Fields!PARMANENTADDRESS.Value, "EMPDigitalServiceBook") + + + + + + + Black + + 1pt + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + _vbv: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + =First(Fields!PARMANENTTHANA.Value, "EMPDigitalServiceBook") + + + + + + + Black + + 1pt + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + + + + + + + + Black + + 1pt + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + ‡Rjv: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + =First(Fields!PARMANENTDISTRICT.Value, "EMPDigitalServiceBook") + + + + + + + Black + + 1pt + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + =First(Fields!PRESENTADDRESS.Value, "EMPDigitalServiceBook") + + + + + + + Black + + 1pt + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + †mw›UwgUvi + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + (L) wØZxq fvM, c„ôv 2-5 + + + + + + + + + gvwj‡Ki I PvKwii Z_¨mg~n + + + + + + + 19.91422in + 0.71685in + 0.4375in + 5.95966in + 34 + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + (M) Z…Zxq fvM, c„ôv 6-9 + + + + + + + + + mvwf©m †iKW© I gRywi Ges fvZv msµvšÍ Z_¨mg~n + + + + + + + 22.09478in + 0.70849in + 0.45833in + 5.96802in + 35 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + 7.57938cm + + + 7.57938cm + + + + + 1.05861cm + + + + + true + true + + + + + KviLvbv/cÖwZôv‡bi bvg I wVKvbv + + + + + + + Textbox59 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + gvwjK/e¨e¯’vcbv KZ…©c‡¶i bvg + + + + + + + Textbox61 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.635cm + + + + + true + true + + + + + (1) + + + + + + + Textbox60 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + (2) + + + + + + + Textbox62 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 1.05861cm + + + + + true + true + + + + + =Fields!NAME.Value + + + + + + + + + =Fields!CORPORATEADDRESS.Value + + + + + + + CORPORATEADDRESS + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + + + + + + + + Textbox69 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + + + + + + + + + + + After + + + After + + + + + + + + + + true + SystemInformation + 52.28428cm + 1.79958cm + 2.75222cm + 15.15876cm + 36 + + + + + + + + + 2.5238cm + + + 2.5238cm + + + 2.5238cm + + + 2.5238cm + + + 2.5238cm + + + 2.5238cm + + + + + 0.6cm + + + + + true + true + + + + + eZ©gvb c‡` + + + + + + + + + + + + + + + + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + PvKwii c` I + + + + + + + Textbox101 + + + + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + gvwmK gRywii nvi + + + + + + + Textbox73 + + + 2pt + 2pt + 2pt + 2pt + + + 4 + + + + + + + + + 0.635cm + + + + + true + true + + + + + PvKwi Avi‡¤¢i + + + + + + + Textbox107 + + + + + + + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + KvW© b¤^i + + + + + + + Textbox102 + + + + + + + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + g~j gRywi + + + + + + + Textbox74 + + + + Black + + + Black + + + Black + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + evox fvov fvZv + + + + + + + Textbox80 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + wPwKrmv fvZv + + + + + + + Textbox76 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + ‡evbvm(hw` _v‡K) + + + + + + + Textbox82 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.635cm + + + + + true + true + + + + + ZvwiL + + + + + + + Textbox108 + + + + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + + + + + + + + Textbox103 + + + + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + UvKv + + + + + + + Textbox85 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + UvKv + + + + + + + Textbox86 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + UvKv + + + + + + + Textbox87 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + UvKv + + + + + + + Textbox88 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.635cm + + + + + true + true + + + + + (1) + + + + + + + Textbox109 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + (2) + + + + + + + Textbox104 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + (3) + + + + + + + Textbox91 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + (4) + + + + + + + Textbox92 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + (5) + + + + + + + Textbox93 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + (6) + + + + + + + Textbox94 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.6cm + + + + + true + true + + + + + =Fields!EFFECTDATE.Value + + + + + + + EFFECTDATE + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + =Fields!DESIGNATION.Value +", " + First(Fields!EMPLOYEENO.Value, "EMPDigitalServiceBook") + + + + + + + DESIGNATION + + + 2pt + 2pt + 2pt + 2pt + + + true + + + + + + true + true + + + + + =Fields!BASICSALARY.Value + + + + + + + BASICSALARY + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + =Fields!HOUSERENT.Value + + + + + + + HOUSERENT + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + =Fields!MEDICAL.Value + + + + + + + MEDICAL + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + =Fields!BONUS.Value + + + + + + + BONUS + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + + + + + + + + + + + + + + + After + + + After + + + After + + + After + + + + + + + + + + EMPLifecycle + + End + + 57.94636cm + 1.79958cm + 3.105cm + 15.1428cm + 37 + + + + + + true + true + + + + + (N) PZz_© fvM, c„ôv 10-13 + + + + + + + + + QzwUi †iKW© + + + + + + + 24.2682in + 0.71685in + 0.45833in + 5.95337in + 38 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + 2.03088cm + + + 2.03088cm + + + 1.35687cm + + + 1.68423cm + + + 1.1659cm + + + 1.22638cm + + + 1.67593cm + + + 2.12012cm + + + 1.84635cm + + + + + 1.60542cm + + + + + true + true + + + + + + + + + + + + + + ‡fvMK…Z evwl©K QywUi weeiY + + + + + + + Textbox194 + + + 2pt + 2pt + 2pt + 2pt + + + 4 + + + + + + + + + true + true + + + + + + + + + + + + + + bM`vqbK…Z QywUi weeiY + + + + + + + Textbox147 + + + 2pt + 2pt + 2pt + 2pt + + + 3 + + + + + + + + true + true + + + + + gvwjK/cÖvwaKvicÖvß e¨w³i ¯^v¶i + + + + + + + Textbox204 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + kªwg‡Ki ¯^v¶i/ wUcmwn + + + + + + + Textbox199 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 1.03187cm + + + + + true + true + + + + + nB‡Z + + + + + + + Textbox195 + + + + Black + + + Black + + + Black + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + ch©šZ + + + + + + + Textbox190 + + + + Black + + + Black + + + Black + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + ‡gvU + + + + + + + Textbox74 + + + + Black + + + Black + + + Black + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + A‡fvMK…Z cvIbv QzwUi + + + + + + + Textbox80 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + †gvU + + + + + + + Textbox76 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + ZvwiL + + + + + + + Textbox82 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + Aewkó cvIbv QzwUi + + + + + + + Textbox210 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + + + + + + + + Textbox205 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + + + + + + + + Textbox200 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.635cm + + + + + true + true + + + + + (1) + + + + + + + Textbox196 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + (2) + + + + + + + Textbox191 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + (3) + + + + + + + Textbox85 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + (4) + + + + + + + Textbox86 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + (5) + + + + + + + Textbox87 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + (6) + + + + + + + Textbox88 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + (7) + + + + + + + Textbox211 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + (8) + + + + + + + Textbox206 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + (9) + + + + + + + Textbox201 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.6cm + + + + + true + true + + + + + =Fields!FROMDATE.Value + + + + + + + FROMDATE + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + =Fields!TODATE.Value + + + + + + + TODATE + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + =Fields!TOTALDAYS.Value + + + + + + + Textbox91 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + + + + + + + + Textbox92 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + + + + + + + + Textbox93 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + + + + + + + + Textbox94 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + + + + + + + + Textbox212 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + + + + + + + + Textbox207 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + + + + + + + + Textbox202 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + + + + + + + + + + + + + + + + + + After + + + After + + + After + + + + + + + + + + LeaveEntry + + End + + 63.58083cm + 1.8208cm + 3.87229cm + 15.13754cm + 39 + + + + + + true + true + + + + + (O) cÂg fvM, c„ôv 14-16 + + + + + + + + + AvPi‡Yi †iKW© + + + + + + + Textbox20 + 26.98695in + 0.71685in + 0.45833in + 5.95337in + 40 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + 3.78438cm + + + 3.78438cm + + + 3.78438cm + + + 3.78438cm + + + + + 1.18208cm + + + + + true + true + + + + + ZvwiL + + + + + + + Textbox73 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + AvPiY welqK weeiY + + + + + + + Textbox248 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + gvwjK ev cÖvwaKvicÖvß e¨w³i ¯^v¶i + + + + + + + Textbox249 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + kªwg‡Ki ¯^v¶i ev wUcmwn + + + + + + + Textbox250 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.635cm + + + + + true + true + + + + + (1) + + + + + + + Textbox91 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + (2) + + + + + + + Textbox92 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + (3) + + + + + + + Textbox93 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + (4) + + + + + + + Textbox94 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + 0.89104cm + + + + + true + true + + + + + =Fields!EFFECTDATE.Value + + + + + + + Textbox97 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + =Fields!DESCRIPTION.Value + + + + + + + Textbox98 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + + + + + + + + Textbox99 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + true + true + + + + + + + + + + + + Textbox100 + + + 2pt + 2pt + 2pt + 2pt + + + + + + + + + + + + + + + + + + + + After + + + After + + + + + + + + + + Complain + 70.40708cm + 1.8208cm + 2.70812cm + 15.13752cm + 41 + + + + + + Database + =First(Fields!PHOTO.Value, "EMPDigitalServiceBook") + image/jpeg + Fit + 11.93056in + 5.67661in + 1.20833in + 0.99361in + 42 + =First(Fields!PHOTO.Value, "EMPDigitalServiceBook") + + + + + + true + true + + + + + =First(Fields!NAME.Value, "EMPDigitalServiceBook") + + + + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + =First(Fields!FATHERNAME.Value, "EMPDigitalServiceBook") + + + + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + =First(Fields!MOTHERNAME.Value, "EMPDigitalServiceBook") + + + + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + =First(Fields!SPOUSENAME.Value, "EMPDigitalServiceBook") + + + + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + =First(Fields!BIRTHDATE.Value, "EMPDigitalServiceBook") + + + + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + =First(Fields!NIDNO.Value, "EMPDigitalServiceBook") + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + =First(Fields!EDUCATIONLEVEL.Value, "EMPDigitalServiceBook") + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + =First(Fields!HEIGHT.Value, "EMPDigitalServiceBook") + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + =First(Fields!BLOODGROUP.Value, "EMPDigitalServiceBook") + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + =First(Fields!JOININGDATE.Value, "EMPDigitalServiceBook") + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + dig-7(K) + + + + + + + + + [aviv 6(4) Ges wewa 22 (2) `ªóe¨] mvwf©m ewn Rgv Kwievi iwm` + + + + + + + 0.66667in + 2.71424in + 0.65625in + 1.96875in + 56 + + + 2pt + 2pt + 2pt + 2pt + + + + 29.07718in + + + + + + + Textbox18 + 0.35in + 0.60902in + 0.25in + 5.96802in + + + 2pt + 2pt + 2pt + 2pt + + + + 0.65in + 0.09689in + 0in + 6.94122in + 1 + + + + + + + + + + 11.69in + 8.27in + 0.5in + 0.5in + 0.4in + 0.29in + - - - - - - Textbox278 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - true - true - - - - - kªwg‡Ki Ask - - - - - - - Textbox279 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - 0.26191in - - - - - true - true - - - - - - - - - - - - Textbox80 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - true - true - - - - - - - - - - - - Textbox76 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - 0.26191in - - - - - true - true - - - - - µwgK bs: - - - - =Fields!EMPLOYEENO.Value - - - - - - - - ZvwiL: - - - - =Convert.ToDateTime(DateTime.Now).ToString("dd/MM/yyyy") - - - - - - - Textbox86 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - true - true - - - - - µwgK bs: - - - - =Fields!EMPLOYEENO.Value - - - - - - - - ZvwiL: - - - - =Convert.ToDateTime(DateTime.Now).ToString("dd/MM/yyyy") - - - - - - - Textbox87 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - 0.26191in - - - - - true - true - - - - - hvnvi wbKU nB‡Z MÖnY Kiv nBqv‡Q: - - - - - - - Textbox303 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - true - true - - - - - hvnvi wbKU nB‡Z MÖnY Kiv nBqv‡Q: - - - - - - - Textbox304 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - 0.26191in - - - - - true - true - - - - - 1| bvg: - - - - =Fields!NAME.Value - - - - - - - Textbox92 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - true - true - - - - - 1| bvg: - - - - =Fields!NAME.Value - - - - - - - Textbox93 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - 0.26191in - - - - - true - true - - - - - 2| wcZvi bvg: - - - - =Fields!FATHERNAME.Value - - - - - - - Textbox98 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - true - true - - - - - 2| wcZvi bvg: - - - - =Fields!FATHERNAME.Value - - - - - - - Textbox99 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - 0.26191in - - - - - true - true - - - - - 3| gvZvi bvg: - - - - =Fields!MOTHERNAME.Value - - - - - - - Textbox285 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - true - true - - - - - 3| gvZvi bvg: - - - - =Fields!MOTHERNAME.Value - - - - - - - Textbox286 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - 0.26191in - - - - - true - true - - - - - 4| c‡`i bvg: - - - - =Fields!DESIGNATION.Value - - - - - - - Textbox283 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - true - true - - - - - 4| c‡`i bvg: - - - - =Fields!DESIGNATION.Value - - - - - - - Textbox284 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - 0.52233in - - - - - true - true - - - - - 5| wVKvbv/emev‡mi ¯’vb: - - - - =Fields!PRESENTADDRESS.Value - - - - - - - PRESENTADDRESS - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - true - true - - - - - 5| wVKvbv/emev‡mi ¯’vb: - - - - =Fields!PRESENTADDRESS.Value - - - - - - - Textbox288 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - 0.48066in - - - - - true - true - - - - - wbivc‡` i¶bv‡e¶Y I Z_¨ wjwce× Kwievi Rb¨ mvwi&fm ewn Rgv †bIqv nBj | - - - - - - - Textbox291 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - true - true - - - - - wbivc‡` i¶bv‡e¶Y I Z_¨ wjwce× Kwievi Rb¨ mvwf©m ewn Rgv †bIqv nBj | - - - - - - - Textbox292 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - 0.26191in - - - - - true - true - - - - - - - - - - - - Textbox293 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - true - true - - - - - - - - - - - - Textbox294 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - 0.26191in - - - - - true - true - - - - - gvwj‡Ki/e¨e¯’vc‡Ki mv¶i - - - - - - - Textbox295 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - true - true - - - - - gvwj‡Ki/e¨e¯’vc‡Ki mv¶i - - - - - - - Textbox296 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - 0.26191in - - - - - true - true - - - - - c`gh©v`v : - - - - =Fields!LMDESIGNATION.Value - - - - - - - Textbox297 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - true - true - - - - - c`gh©v`v : - - - - =Fields!LMDESIGNATION.Value - - - - - - - LMDESIGNATION - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - 0.26191in - - - - - true - true - - - - - - - - - - - - Textbox299 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - true - true - - - - - - - - - - - - Textbox300 - - - 2pt - 2pt - 2pt - 2pt - - - - - - - - - - - - - - - - - - After - - - - - - - - - - - - - - - - - - - - - - EMPDigitalServiceBook - 4.48042cm - 1.8208cm - 4.14591in - 5.95338in - - 10.32292in + 0.32292in 2.72187in 0.65625in 1.96875in - 1 @@ -1518,11 +344,11 @@ - 11.12848in + 1.12848in 2.72187in 0.45833in 1.96875in - 2 + 1 @@ -1551,11 +377,11 @@ Textbox21 - 11.93056in + 1.93056in 0.71685in 0.25in 1.04167in - 3 + 2 @@ -1584,11 +410,11 @@ Textbox21 - 12.25in + 2.25in 0.71685in 0.25in 1.04167in - 4 + 3 @@ -1617,11 +443,11 @@ Textbox21 - 12.56945in + 2.56945in 0.70849in 0.25in 1.05002in - 5 + 4 @@ -1650,11 +476,11 @@ Textbox21 - 12.88889in + 2.88889in 0.70849in 0.25in 2.06612in - 6 + 5 @@ -1683,11 +509,11 @@ Textbox21 - 13.22223in + 3.22223in 0.70849in 0.25in 2.06612in - 7 + 6 @@ -1716,44 +542,11 @@ Textbox21 - 13.52778in + 3.52778in 1.59185in 0.25in 0.64583in - 8 - - - 2pt - 2pt - 2pt - 2pt - - - - true - true - - - - - Dc‡Rjv: - - - - @@ -1782,11 +575,11 @@ Textbox21 - 14.16667in + 4.16667in 0.70849in 0.25in 1.05002in - 10 + 8 @@ -1797,44 +590,6 @@ 2pt - - true - true - - - - - - - - - - - - Black - - 1pt - - 2pt - 2pt - 2pt - 2pt - - true true @@ -1853,11 +608,11 @@ Textbox21 - 14.80556in + 5.12501in 0.70849in 0.25in 1.1646in - 12 + 9 @@ -1886,11 +641,11 @@ Textbox21 - 15.125in + 5.44445in 0.70849in 0.25in 2.1646in - 13 + 10 @@ -1919,11 +674,11 @@ Textbox21 - 15.44445in + 5.7639in 0.70849in 0.25in 1.1646in - 14 + 11 @@ -1952,11 +707,11 @@ Textbox21 - 15.76389in + 6.08334in 0.70849in 0.25in 2.36252in - 15 + 12 @@ -1985,11 +740,11 @@ Textbox21 - 16.08334in + 6.40279in 0.70849in 0.25in 0.71668in - 16 + 13 @@ -2018,11 +773,11 @@ Textbox21 - 16.40278in + 6.72223in 0.70849in 0.25in 1.64377in - 17 + 14 @@ -2051,11 +806,11 @@ Textbox21 - 16.72223in + 7.04168in 0.70849in 0.25in 2.81043in - 18 + 15 @@ -2084,11 +839,11 @@ Textbox21 - 17.04167in + 7.36112in 0.70849in 0.25in 1.64377in - 19 + 16 @@ -2117,11 +872,11 @@ Textbox21 - 17.36111in + 7.68056in 0.70849in 0.25in 1.64377in - 20 + 17 @@ -2150,11 +905,11 @@ Textbox21 - 18.56561in + 8.88506in 0.71685in 0.25in 0.8125in - 21 + 18 @@ -2183,11 +938,11 @@ Textbox21 - 18.56561in + 8.88506in 4.7911in 0.25in 1.88541in - 22 + 19 @@ -2205,7 +960,7 @@ - + =First(Fields!POSTOFFICEPA.Value, "EMPDigitalServiceBook") @@ -2254,11 +1009,11 @@ Textbox21 - 13.22222in + 3.22222in 4.76768in 0.25in 0.34723in - 24 + 21 @@ -2276,7 +1031,7 @@ - + =First(Fields!ROADNOPA.Value, "EMPDigitalServiceBook") @@ -2325,11 +1080,11 @@ Textbox21 - 13.22222in + 3.22222in 2.81629in 0.25in 1.90972in - 26 + 23 @@ -2352,7 +1107,7 @@ - _vbv: + _vbv/Dc‡Rjv: @@ -2385,7 +1140,7 @@ - =First(Fields!PARMANENTTHANA.Value, "EMPDigitalServiceBook") + =First(Fields!THANAPA.Value, "EMPDigitalServiceBook") - - - Black - - 1pt - - 2pt - 2pt - 2pt - 2pt - - - - true - true - - - - - - - - - @@ -2472,11 +1189,11 @@ Textbox21 - 13.84723in + 3.84723in 4.26768in 0.25in 0.41709in - 30 + 26 @@ -2494,7 +1211,7 @@ - =First(Fields!PARMANENTDISTRICT.Value, "EMPDigitalServiceBook") + =First(Fields!DISTRICTPA.Value, "EMPDigitalServiceBook") @@ -2543,11 +1260,11 @@ Textbox21 - 14.16667in + 4.16667in 1.80018in 0.25in - 4.86939in - 32 + 2.92583in + 28 @@ -2581,11 +1298,11 @@ Textbox21 - 16.08334in + 6.40279in 2.51894in 0.25in 0.72916in - 33 + 29 @@ -2629,11 +1346,11 @@ - 19.91422in + 11.48367in 0.71685in 0.4375in 5.95966in - 34 + 30 @@ -2677,11 +1394,11 @@ - 22.09478in + 13.66423in 0.70849in 0.45833in 5.96802in - 35 + 31 @@ -2960,11 +1677,11 @@ true SystemInformation - 52.28428cm + 30.87068cm 1.79958cm 2.75222cm 15.15876cm - 36 + 32 @@ -3846,7 +2563,6 @@ 2pt - true @@ -4025,11 +2741,11 @@ End - 57.94636cm + 36.53276cm 1.79958cm 3.105cm 15.1428cm - 37 + 33 @@ -4069,11 +2785,11 @@ - 24.2682in + 15.83765in 0.71685in 0.45833in 5.95337in - 38 + 34 @@ -5290,11 +4006,11 @@ End - 63.58083cm + 42.16723cm 1.8208cm 3.87229cm 15.13754cm - 39 + 35 @@ -5335,11 +4051,11 @@ Textbox20 - 26.98695in + 18.5564in 0.71685in 0.45833in 5.95337in - 40 + 36 @@ -5817,11 +4533,11 @@ Complain - 70.40708cm + 48.99348cm 1.8208cm 2.70812cm 15.13752cm - 41 + 37 @@ -5833,11 +4549,11 @@ =First(Fields!PHOTO.Value, "EMPDigitalServiceBook") image/jpeg Fit - 11.93056in + 1.93056in 5.67661in 1.20833in 0.99361in - 42 + 38 =First(Fields!PHOTO.Value, "EMPDigitalServiceBook") @@ -5899,11 +4615,11 @@ Textbox4 - 12.25in + 2.25in 1.87309in 0.25in 3.60906in - 44 + 40 @@ -5935,11 +4651,11 @@ Textbox5 - 12.56945in + 2.56945in 1.8731in 0.25in 3.60906in - 45 + 41 @@ -5971,11 +4687,11 @@ Textbox6 - 12.88889in + 2.88889in 2.82637in 0.25in 2.6558in - 46 + 42 @@ -6007,11 +4723,11 @@ Textbox7 - 14.80556in + 5.12501in 1.94254in 0.25in 4.72703in - 47 + 43 @@ -6043,11 +4759,11 @@ Textbox8 - 15.125in + 5.44445in 2.94254in 0.25in 3.72703in - 48 + 44 @@ -6076,11 +4792,11 @@ Textbox9 - 15.44445in + 5.7639in 1.94254in 0.25in 4.72703in - 49 + 45 @@ -6108,11 +4824,11 @@ Textbox10 - 15.75001in + 6.06946in 3.14046in 0.25in 3.52911in - 50 + 46 @@ -6141,11 +4857,11 @@ Textbox11 - 16.08334in + 6.40279in 1.46684in 0.25in 1in - 51 + 47 @@ -6174,11 +4890,11 @@ Textbox12 - 16.40279in + 6.72224in 2.42171in 0.25in 4.24786in - 52 + 48 @@ -6207,11 +4923,11 @@ Textbox13 - 16.72223in + 7.04168in 3.58837in 0.25in 3.0812in - 53 + 49 @@ -6240,11 +4956,11 @@ Textbox14 - 17.04167in + 7.36112in 2.42171in 0.25in 4.24786in - 54 + 50 @@ -6273,11 +4989,11 @@ Textbox15 - 17.36111in + 7.68056in 2.42171in 0.25in 4.24852in - 55 + 51 @@ -6288,28 +5004,14 @@ 2pt - + true true - dig-7(K) - - - - - - - - - [aviv 6(4) Ges wewa 22 (2) `ªóe¨] mvwf©m ewn Rgv Kwievi iwm` + ="µwgK bs: " + First(Fields!EMPLOYEENO.Value, "EMPDigitalServiceBook") - 0.66667in - 2.71424in - 0.65625in - 1.96875in + Textbox21 + 1.61112in + 5.67661in + 0.25in + 0.99296in + 52 + + + 2pt + 2pt + 2pt + 2pt + + + + External + ="file:///" & Parameters!Logo.Value + image/bmp + Fit + 0.37209in + 0.70849in + 0.60708in + 1.47292in + 53 + + + + + + true + true + + + + + WvKNi: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + =First(Fields!POSTOFFICETA.Value, "EMPDigitalServiceBook") + + + + + + + Black + + 1pt + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + _vbv/Dc‡Rjv: + + + + + + true + true + + + + + =First(Fields!THANATA.Value, "EMPDigitalServiceBook") + + + + + + + Black + + 1pt + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + ‡Rjv: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + =First(Fields!DISTRICTTA.Value, "EMPDigitalServiceBook") + + + + + + + Black + + 1pt + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + iv¯Ív: + + + + + + 2pt + 2pt + 2pt + 2pt + + + + true + true + + + + + =First(Fields!ROADNOTA.Value, "EMPDigitalServiceBook") + + + + + + + Black + + 1pt + + 2pt + 2pt + 2pt + 2pt + + - 29.07718in + 20.35496in - - - - - - Textbox18 - 0.35in - 0.60902in - 0.25in - 5.96802in - - - 2pt - 2pt - 2pt - 2pt - - - - 0.65in - 0.09689in - 0in - 6.94122in - 1 - - - - - - - - - 11.69in 8.27in 0.5in diff --git a/HRM.UI/ClientApp/src/app/core-hr/employee-profile/academic/academic-entry/academic-entry.component.html b/HRM.UI/ClientApp/src/app/core-hr/employee-profile/academic/academic-entry/academic-entry.component.html index 678fbf5..52942d4 100644 --- a/HRM.UI/ClientApp/src/app/core-hr/employee-profile/academic/academic-entry/academic-entry.component.html +++ b/HRM.UI/ClientApp/src/app/core-hr/employee-profile/academic/academic-entry/academic-entry.component.html @@ -38,9 +38,9 @@ + @@ -51,9 +51,9 @@
+ [valueField]="'id'" [valuePrimitive]="true" [(ngModel)]="selectedDisciplineID" + formControlName="disciplinePicker" style="width:100%"> + diff --git a/HRM.UI/ClientApp/src/app/core-hr/employee-profile/academic/academic-entry/academic-entry.component.ts b/HRM.UI/ClientApp/src/app/core-hr/employee-profile/academic/academic-entry/academic-entry.component.ts index 9e16c82..c7b61d2 100644 --- a/HRM.UI/ClientApp/src/app/core-hr/employee-profile/academic/academic-entry/academic-entry.component.ts +++ b/HRM.UI/ClientApp/src/app/core-hr/employee-profile/academic/academic-entry/academic-entry.component.ts @@ -230,8 +230,8 @@ export class AcademicEntryComponent implements OnInit { }, () => { this.educationLevels = this.alleducationLevels; - this.educationDiscipline = this.alleducationDiscipline; - this.institutions = this.allinstitutions; + this.educationDiscipline = this.alleducationDiscipline.sort((a, b) => a.description.localeCompare(b.description)); + this.institutions = this.allinstitutions.sort((a, b) => a.name.localeCompare(b.name)); this.resultTypes = this.allresultTypes; this.loadingPanelService.ShowLoadingPanel = false;